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 |
|---|---|---|---|---|---|---|
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="mulemodel"
nsURI="http://muleumo.org/model/" nsPrefix="org.mule.model">
<eClassifiers xsi:type="ecore:EClass" name="InboundRouter" eSuperTypes="#//Router">
<eStructuralFeatures xsi:type="ecore:EReference" name="inboundEndpoint" eType="#//Endpoint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractComponent" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outboundRouter" upperBound="-1"
eType="#//OutboundRouter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inboundRouter" upperBound="-1"
eType="#//InboundRouter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentProperties" eType="#//Property"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interceptors" upperBound="-1"
eType="#//Interceptor" defaultValueLiteral="" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MuleConfig">
<eOperations name="addComponent"/>
<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="properties" eType="#//Properties"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interceptors" upperBound="-1"
eType="#//InterceptorStack" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectors" upperBound="-1"
eType="#//Connector" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transformers" upperBound="-1"
eType="#//Transformer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="globalEndpoints" upperBound="-1"
eType="#//GlobalEndpoint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="#//AbstractComponent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Endpoint" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connector" eType="#//Connector"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" eType="#//AbstractFilter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transformers" upperBound="-1"
eType="#//Transformer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="responseTransformers" upperBound="-1"
eType="#//Transformer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutboundRouter" eSuperTypes="#//Router">
<eStructuralFeatures xsi:type="ecore:EReference" name="outboundEndpoint" eType="#//Endpoint"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outboundTransformer" eType="#//Transformer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interceptor">
<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="groupDefinition" eType="#//InterceptorStack"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connector">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" 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="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Properties">
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" abstract="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="TextProperty" eSuperTypes="#//Property">
<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="ListProperty" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="MapProperty" eSuperTypes="#//Property">
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="#//Properties"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterceptorStack">
<eStructuralFeatures xsi:type="ecore:EReference" name="interceptors" upperBound="-1"
eType="#//Interceptor" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenericComponent" eSuperTypes="#//AbstractComponent">
<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="BridgeComponent" eSuperTypes="#//AbstractComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="LocalEndpoint" eSuperTypes="#//Endpoint"/>
<eClassifiers xsi:type="ecore:EClass" name="GlobalEndpoint" eSuperTypes="#//Endpoint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Router">
<eStructuralFeatures xsi:type="ecore:EReference" name="localEndpoints" upperBound="-1"
eType="#//LocalEndpoint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transformer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" 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="returnClass" 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>
<eClassifiers xsi:type="ecore:EClass" name="AbstractFilter" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedFilter" eType="#//AbstractFilter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenericFilter" eSuperTypes="#//AbstractFilter"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryFilter" eSuperTypes="#//AbstractFilter">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftFilter" eType="#//AbstractFilter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightFilter" eType="#//AbstractFilter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XsltFilter" eSuperTypes="#//AbstractFilter"/>
<eClassifiers xsi:type="ecore:EClass" name="NotFilter" eSuperTypes="#//AbstractFilter"/>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelRunnable/broken models/mulemodel.ecore | ecore | mulemodel
InboundRouter
inboundEndpoint
AbstractComponent
name
outboundRouter
inboundRouter
comment
componentProperties
interceptors
MuleConfig
addComponent
version
description
properties
interceptors
connectors
transformers
globalEndpoints
components
Endpoint
address
connector
filter
transformers
responseTransformers
OutboundRouter
outboundEndpoint
outboundTransformer
Interceptor
name
groupDefinition
className
Connector
comment
name
className
Properties
properties
Property
name
TextProperty
value
ListProperty
MapProperty
properties
InterceptorStack
interceptors
GenericComponent
implementation
BridgeComponent
LocalEndpoint
GlobalEndpoint
name
comment
Router
localEndpoints
Transformer
className
comment
returnClass
name
AbstractFilter
nestedFilter
GenericFilter
BinaryFilter
leftFilter
rightFilter
XsltFilter
NotFilter | null | {"directed":true,"nodes":[{"nsPrefix":"org.mule.model","nsURI":"http://muleumo.org/model/","name":"mulemodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InboundRouter","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComponent","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MuleConfig","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Endpoint","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutboundRouter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interceptor","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextProperty","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListProperty","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapProperty","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterceptorStack","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericComponent","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BridgeComponent","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalEndpoint","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalEndpoint","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Router","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformer","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFilter","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericFilter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryFilter","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XsltFilter","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotFilter","instanceClass":null,"abstract":false,"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":"inboundEndpoint","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":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":true,"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":"outboundRouter","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":"inboundRouter","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"comment","changeable":true,"lowerBound":0,"iD":false,"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":"componentProperties","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":"","containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interceptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"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,"unique":true,"name":"addComponent","lowerBound":0,"id":40,"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":"version","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"container":false,"ordered":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":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":"interceptors","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":"connectors","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":"transformers","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":"globalEndpoints","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":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"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":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":1,"iD":false,"id":57,"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":"connector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"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":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"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":"transformers","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"responseTransformers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"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":"outboundEndpoint","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"outboundTransformer","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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"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":"groupDefinition","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":"className","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":"comment","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":"name","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":"className","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":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":84,"derived":false},{"id":85,"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":86,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"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":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interceptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":95,"derived":false},{"id":96,"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":"implementation","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"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":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":"comment","changeable":true,"lowerBound":0,"iD":false,"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":"localEndpoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"id":108,"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":"className","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":"comment","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":"returnClass","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":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":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"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":"nestedFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"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":"leftFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"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":18},{"source":1,"target":25},{"source":1,"target":26},{"source":25,"target":4},{"source":25,"target":27},{"source":25,"target":1},{"source":27,"target":4},{"source":26,"target":18},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":28,"target":34},{"source":28,"target":2},{"source":29,"target":5},{"source":29,"target":35},{"source":29,"target":2},{"source":35,"target":5},{"source":30,"target":1},{"source":30,"target":36},{"source":30,"target":2},{"source":36,"target":1},{"source":31,"target":37},{"source":31,"target":2},{"source":32,"target":9},{"source":32,"target":38},{"source":32,"target":2},{"source":38,"target":9},{"source":33,"target":6},{"source":33,"target":39},{"source":33,"target":2},{"source":39,"target":6},{"source":3,"target":0},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"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":40,"target":3},{"source":41,"target":49},{"source":41,"target":3},{"source":42,"target":50},{"source":42,"target":3},{"source":43,"target":8},{"source":43,"target":51},{"source":43,"target":3},{"source":51,"target":8},{"source":44,"target":13},{"source":44,"target":52},{"source":44,"target":3},{"source":52,"target":13},{"source":45,"target":7},{"source":45,"target":53},{"source":45,"target":3},{"source":53,"target":7},{"source":46,"target":19},{"source":46,"target":54},{"source":46,"target":3},{"source":54,"target":19},{"source":47,"target":17},{"source":47,"target":55},{"source":47,"target":3},{"source":55,"target":17},{"source":48,"target":2},{"source":48,"target":56},{"source":48,"target":3},{"source":56,"target":2},{"source":4,"target":0},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":57,"target":62},{"source":57,"target":4},{"source":58,"target":7},{"source":58,"target":63},{"source":58,"target":4},{"source":63,"target":7},{"source":59,"target":20},{"source":59,"target":64},{"source":59,"target":4},{"source":64,"target":20},{"source":60,"target":19},{"source":60,"target":65},{"source":60,"target":4},{"source":65,"target":19},{"source":61,"target":19},{"source":61,"target":66},{"source":61,"target":4},{"source":66,"target":19},{"source":5,"target":0},{"source":5,"target":18},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":67,"target":4},{"source":67,"target":70},{"source":67,"target":5},{"source":70,"target":4},{"source":68,"target":19},{"source":68,"target":71},{"source":68,"target":5},{"source":71,"target":19},{"source":69,"target":18},{"source":6,"target":0},{"source":6,"target":72},{"source":6,"target":73},{"source":6,"target":74},{"source":72,"target":75},{"source":72,"target":6},{"source":73,"target":13},{"source":73,"target":76},{"source":73,"target":6},{"source":76,"target":13},{"source":74,"target":77},{"source":74,"target":6},{"source":7,"target":0},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":78,"target":81},{"source":78,"target":7},{"source":79,"target":82},{"source":79,"target":7},{"source":80,"target":83},{"source":80,"target":7},{"source":8,"target":0},{"source":8,"target":84},{"source":84,"target":9},{"source":84,"target":85},{"source":84,"target":8},{"source":85,"target":9},{"source":9,"target":0},{"source":9,"target":86},{"source":86,"target":87},{"source":86,"target":9},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":88},{"source":10,"target":89},{"source":88,"target":90},{"source":88,"target":10},{"source":89,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":91},{"source":91,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":92},{"source":12,"target":93},{"source":92,"target":8},{"source":92,"target":94},{"source":92,"target":12},{"source":94,"target":8},{"source":93,"target":9},{"source":13,"target":0},{"source":13,"target":95},{"source":95,"target":6},{"source":95,"target":96},{"source":95,"target":13},{"source":96,"target":6},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":97},{"source":14,"target":98},{"source":97,"target":99},{"source":97,"target":14},{"source":98,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":100},{"source":100,"target":2},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":101},{"source":101,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":102},{"source":17,"target":103},{"source":17,"target":104},{"source":102,"target":105},{"source":102,"target":17},{"source":103,"target":106},{"source":103,"target":17},{"source":104,"target":4},{"source":18,"target":0},{"source":18,"target":107},{"source":107,"target":16},{"source":107,"target":108},{"source":107,"target":18},{"source":108,"target":16},{"source":19,"target":0},{"source":19,"target":109},{"source":19,"target":110},{"source":19,"target":111},{"source":19,"target":112},{"source":109,"target":113},{"source":109,"target":19},{"source":110,"target":114},{"source":110,"target":19},{"source":111,"target":115},{"source":111,"target":19},{"source":112,"target":116},{"source":112,"target":19},{"source":20,"target":0},{"source":20,"target":117},{"source":117,"target":20},{"source":117,"target":118},{"source":117,"target":20},{"source":118,"target":20},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":119},{"source":119,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":120},{"source":22,"target":121},{"source":22,"target":122},{"source":120,"target":20},{"source":120,"target":123},{"source":120,"target":22},{"source":123,"target":20},{"source":121,"target":20},{"source":121,"target":124},{"source":121,"target":22},{"source":124,"target":20},{"source":122,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":125},{"source":125,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":126},{"source":126,"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="PaymentsApp" nsURI="PaymentsApp" nsPrefix="PaymentsApp">
<eClassifiers xsi:type="ecore:EClass" name="Intermediary">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="providers" lowerBound="1"
upperBound="-1" eType="#//Provider" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superentity" lowerBound="1"
upperBound="-1" eType="#//SuperEntity" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templates" lowerBound="1"
upperBound="-1" eType="#//InformationTemplate" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participantprofiles" lowerBound="1"
upperBound="-1" eType="#//ParticipantProfile" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParticipantProfile">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participantAttributes"
lowerBound="1" eType="#//BusinessAttributeCollection" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Provider">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="providerAttributes" lowerBound="1"
eType="#//BusinessAttributeCollection" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessAttribute">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="businessCategory" eType="#//BusinessCategory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="businessRules" upperBound="-1"
eType="#//BusinessRule" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="businessValue" lowerBound="1"
eType="#//BusinessValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessValue" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="businessConditions" upperBound="-1"
eType="#//BusinessCondition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessString" eSuperTypes="#//BusinessValue">
<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="BusinessNumber" eSuperTypes="#//BusinessValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="businessCalculations" upperBound="-1"
eType="#//BusinessCalculation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessCondition">
<eStructuralFeatures xsi:type="ecore:EReference" name="additionalBusinessConditions"
upperBound="-1" eType="#//BusinessCondition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comparison" eType="#//Comparisons"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionValues" lowerBound="1"
upperBound="2" eType="#//BusinessAttributeCollection">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="conditionValues"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessAttributeCollection">
<eStructuralFeatures xsi:type="ecore:EReference" name="businessAttributes" lowerBound="1"
upperBound="-1" eType="#//BusinessAttribute" 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="InformationTemplate">
<eStructuralFeatures xsi:type="ecore:EReference" name="participantsFields" lowerBound="1"
upperBound="-1" eType="#//ParticipantProfile"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="providersFields" lowerBound="1"
upperBound="-1" eType="#//Provider"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="businessFields" upperBound="-1"
eType="#//BusinessAttributeCollection" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BusinessCalculation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="#//Operations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="calculationValues" lowerBound="1"
upperBound="2" eType="#//BusinessAttributeCollection"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="additionalCalculations"
upperBound="-1" eType="#//BusinessCalculation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BusinessCategory">
<eLiterals name="CATEGORY_1"/>
<eLiterals name="CATEGORY_2" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Operations">
<eLiterals name="NO_OPERAND" literal="NO_OPERAND"/>
<eLiterals name="PLUS" value="1"/>
<eLiterals name="MINUS" value="2"/>
<eLiterals name="MULTIPLY" value="3"/>
<eLiterals name="DIVIDE" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Comparisons">
<eLiterals name="LESS_THAN"/>
<eLiterals name="LESS_THAN_OR_EQUAL_TO" value="1"/>
<eLiterals name="EQUAL_TO" value="2" literal="EQUAL_TO"/>
<eLiterals name="GREATER_THAN" value="3"/>
<eLiterals name="GREATER_OR_EQUAL_TO" value="4"/>
<eLiterals name="OTHER_THAN" value="5"/>
<eLiterals name="NO_COMPARISON" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperEntity">
<eStructuralFeatures xsi:type="ecore:EReference" name="superEntityAttributes"
lowerBound="1" eType="#//BusinessAttributeCollection" containment="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="templates" lowerBound="1"
upperBound="-1" eType="#//InformationTemplate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participants" lowerBound="1"
upperBound="-1" eType="#//Participant" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Participant">
<eStructuralFeatures xsi:type="ecore:EReference" name="participantprofile" lowerBound="1"
eType="#//ParticipantProfile"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="businessattributecollection"
upperBound="-1" eType="#//BusinessAttributeCollection" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Application">
<eStructuralFeatures xsi:type="ecore:EReference" name="intermediary" lowerBound="1"
eType="#//Intermediary" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MISO-MDE/PILA/MetaModeloPagos/SistemaPagos.ecore | ecore | PaymentsApp
Intermediary
name
description
providers
superentity
templates
participantprofiles
ParticipantProfile
name
participantAttributes
Provider
name
providerAttributes
BusinessAttribute
name
businessCategory
businessRules
businessValue
BusinessValue
BusinessRule
name
description
businessConditions
BusinessString
value
BusinessNumber
value
businessCalculations
BusinessCondition
additionalBusinessConditions
comparison
conditionValues
BusinessAttributeCollection
businessAttributes
name
InformationTemplate
participantsFields
providersFields
name
description
businessFields
BusinessCalculation
operation
calculationValues
additionalCalculations
BusinessCategory
CATEGORY_1
CATEGORY_1
CATEGORY_2
CATEGORY_2
Operations
NO_OPERAND
NO_OPERAND
PLUS
PLUS
MINUS
MINUS
MULTIPLY
MULTIPLY
DIVIDE
DIVIDE
Comparisons
LESS_THAN
LESS_THAN
LESS_THAN_OR_EQUAL_TO
LESS_THAN_OR_EQUAL_TO
EQUAL_TO
EQUAL_TO
GREATER_THAN
GREATER_THAN
GREATER_OR_EQUAL_TO
GREATER_OR_EQUAL_TO
OTHER_THAN
OTHER_THAN
NO_COMPARISON
NO_COMPARISON
SuperEntity
superEntityAttributes
name
templates
participants
Participant
participantprofile
name
businessattributecollection
Application
intermediary | null | {"directed":true,"nodes":[{"nsPrefix":"PaymentsApp","nsURI":"PaymentsApp","name":"PaymentsApp","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Intermediary","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParticipantProfile","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Provider","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessAttribute","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessValue","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessRule","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessString","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessNumber","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessCondition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessAttributeCollection","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationTemplate","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessCalculation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BusinessCategory","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Operations","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Comparisons","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperEntity","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Participant","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":18,"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":20,"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":"providers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"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":"superentity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"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":"templates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"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":"participantprofiles","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":31,"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":"participantAttributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providerAttributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"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":39,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"businessCategory","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":true,"unsettable":false,"transient":false,"unique":true,"name":"businessRules","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"businessValue","changeable":true,"resolveProxies":true,"lowerBound":1,"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":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":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":"description","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":"businessConditions","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"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":56,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"businessCalculations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"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":"additionalBusinessConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"comparison","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conditionValues","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"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":"businessAttributes","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"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":"participantsFields","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":false,"unsettable":false,"transient":false,"unique":true,"name":"providersFields","changeable":true,"resolveProxies":true,"lowerBound":1,"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":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":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":"businessFields","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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calculationValues","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"name":"additionalCalculations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"name":"CATEGORY_1","id":87,"value":0,"literal":"CATEGORY_1","eClass":"EEnumLiteral"},{"name":"CATEGORY_2","id":88,"value":1,"literal":"CATEGORY_2","eClass":"EEnumLiteral"},{"name":"NO_OPERAND","id":89,"value":0,"literal":"NO_OPERAND","eClass":"EEnumLiteral"},{"name":"PLUS","id":90,"value":1,"literal":"PLUS","eClass":"EEnumLiteral"},{"name":"MINUS","id":91,"value":2,"literal":"MINUS","eClass":"EEnumLiteral"},{"name":"MULTIPLY","id":92,"value":3,"literal":"MULTIPLY","eClass":"EEnumLiteral"},{"name":"DIVIDE","id":93,"value":4,"literal":"DIVIDE","eClass":"EEnumLiteral"},{"name":"LESS_THAN","id":94,"value":0,"literal":"LESS_THAN","eClass":"EEnumLiteral"},{"name":"LESS_THAN_OR_EQUAL_TO","id":95,"value":1,"literal":"LESS_THAN_OR_EQUAL_TO","eClass":"EEnumLiteral"},{"name":"EQUAL_TO","id":96,"value":2,"literal":"EQUAL_TO","eClass":"EEnumLiteral"},{"name":"GREATER_THAN","id":97,"value":3,"literal":"GREATER_THAN","eClass":"EEnumLiteral"},{"name":"GREATER_OR_EQUAL_TO","id":98,"value":4,"literal":"GREATER_OR_EQUAL_TO","eClass":"EEnumLiteral"},{"name":"OTHER_THAN","id":99,"value":5,"literal":"OTHER_THAN","eClass":"EEnumLiteral"},{"name":"NO_COMPARISON","id":100,"value":6,"literal":"NO_COMPARISON","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":"superEntityAttributes","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":102,"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":"templates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"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":"participants","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"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":"participantprofile","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"businessattributecollection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"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":"intermediary","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"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":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":19,"target":25},{"source":19,"target":1},{"source":20,"target":26},{"source":20,"target":1},{"source":21,"target":3},{"source":21,"target":27},{"source":21,"target":1},{"source":27,"target":3},{"source":22,"target":16},{"source":22,"target":28},{"source":22,"target":1},{"source":28,"target":16},{"source":23,"target":11},{"source":23,"target":29},{"source":23,"target":1},{"source":29,"target":11},{"source":24,"target":2},{"source":24,"target":30},{"source":24,"target":1},{"source":30,"target":2},{"source":2,"target":0},{"source":2,"target":31},{"source":2,"target":32},{"source":31,"target":33},{"source":31,"target":2},{"source":32,"target":10},{"source":32,"target":34},{"source":32,"target":2},{"source":34,"target":10},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":36},{"source":35,"target":37},{"source":35,"target":3},{"source":36,"target":10},{"source":36,"target":38},{"source":36,"target":3},{"source":38,"target":10},{"source":4,"target":0},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":39,"target":43},{"source":39,"target":4},{"source":40,"target":13},{"source":40,"target":44},{"source":40,"target":4},{"source":44,"target":13},{"source":41,"target":6},{"source":41,"target":45},{"source":41,"target":4},{"source":45,"target":6},{"source":42,"target":5},{"source":42,"target":46},{"source":42,"target":4},{"source":46,"target":5},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":47,"target":50},{"source":47,"target":6},{"source":48,"target":51},{"source":48,"target":6},{"source":49,"target":9},{"source":49,"target":52},{"source":49,"target":6},{"source":52,"target":9},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":53},{"source":7,"target":54},{"source":53,"target":55},{"source":53,"target":7},{"source":54,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":56,"target":59},{"source":56,"target":8},{"source":57,"target":12},{"source":57,"target":60},{"source":57,"target":8},{"source":60,"target":12},{"source":58,"target":5},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":61,"target":9},{"source":61,"target":64},{"source":61,"target":9},{"source":64,"target":9},{"source":62,"target":15},{"source":62,"target":65},{"source":62,"target":9},{"source":65,"target":15},{"source":63,"target":10},{"source":63,"target":66},{"source":63,"target":9},{"source":66,"target":10},{"source":10,"target":0},{"source":10,"target":67},{"source":10,"target":68},{"source":67,"target":4},{"source":67,"target":69},{"source":67,"target":10},{"source":69,"target":4},{"source":68,"target":70},{"source":68,"target":10},{"source":11,"target":0},{"source":11,"target":71},{"source":11,"target":72},{"source":11,"target":73},{"source":11,"target":74},{"source":11,"target":75},{"source":71,"target":2},{"source":71,"target":76},{"source":71,"target":11},{"source":76,"target":2},{"source":72,"target":3},{"source":72,"target":77},{"source":72,"target":11},{"source":77,"target":3},{"source":73,"target":78},{"source":73,"target":11},{"source":74,"target":79},{"source":74,"target":11},{"source":75,"target":10},{"source":75,"target":80},{"source":75,"target":11},{"source":80,"target":10},{"source":12,"target":0},{"source":12,"target":81},{"source":12,"target":82},{"source":12,"target":83},{"source":81,"target":14},{"source":81,"target":84},{"source":81,"target":12},{"source":84,"target":14},{"source":82,"target":10},{"source":82,"target":85},{"source":82,"target":12},{"source":85,"target":10},{"source":83,"target":12},{"source":83,"target":86},{"source":83,"target":12},{"source":86,"target":12},{"source":13,"target":0},{"source":13,"target":87},{"source":13,"target":88},{"source":87,"target":13},{"source":88,"target":13},{"source":14,"target":0},{"source":14,"target":89},{"source":14,"target":90},{"source":14,"target":91},{"source":14,"target":92},{"source":14,"target":93},{"source":89,"target":14},{"source":90,"target":14},{"source":91,"target":14},{"source":92,"target":14},{"source":93,"target":14},{"source":15,"target":0},{"source":15,"target":94},{"source":15,"target":95},{"source":15,"target":96},{"source":15,"target":97},{"source":15,"target":98},{"source":15,"target":99},{"source":15,"target":100},{"source":94,"target":15},{"source":95,"target":15},{"source":96,"target":15},{"source":97,"target":15},{"source":98,"target":15},{"source":99,"target":15},{"source":100,"target":15},{"source":16,"target":0},{"source":16,"target":101},{"source":16,"target":102},{"source":16,"target":103},{"source":16,"target":104},{"source":101,"target":10},{"source":101,"target":105},{"source":101,"target":16},{"source":105,"target":10},{"source":102,"target":106},{"source":102,"target":16},{"source":103,"target":11},{"source":103,"target":107},{"source":103,"target":16},{"source":107,"target":11},{"source":104,"target":17},{"source":104,"target":108},{"source":104,"target":16},{"source":108,"target":17},{"source":17,"target":0},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":109,"target":2},{"source":109,"target":112},{"source":109,"target":17},{"source":112,"target":2},{"source":110,"target":113},{"source":110,"target":17},{"source":111,"target":10},{"source":111,"target":114},{"source":111,"target":17},{"source":114,"target":10},{"source":18,"target":0},{"source":18,"target":115},{"source":115,"target":1},{"source":115,"target":116},{"source":115,"target":18},{"source":116,"target":1}],"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="String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
</ecore:EPackage>
<ecore:EPackage name="BDD">
<eClassifiers xsi:type="ecore:EClass" name="BDD">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" ordered="false" lowerBound="1" upperBound="-1" eType="/1/Port" containment="true" eOpposite="/1/Port/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tree" ordered="false" lowerBound="1" eType="/1/Tree" containment="true" eOpposite="/1/Tree/ownerBDD"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false" lowerBound="1" eType="/0/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="/1/BDD" eOpposite="/1/BDD/ports"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputPort" eSuperTypes="/1/Port">
<eStructuralFeatures xsi:type="ecore:EReference" name="subtrees" ordered="false" upperBound="-1" eType="/1/Subtree" eOpposite="/1/Subtree/port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutputPort" eSuperTypes="/1/Port">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignments" ordered="false" upperBound="-1" eType="/1/Assignment" eOpposite="/1/Assignment/port"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tree" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerBDD" ordered="false" eType="/1/BDD" eOpposite="/1/BDD/tree"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerSubtreeForZero" ordered="false" eType="/1/Subtree" eOpposite="/1/Subtree/treeForZero"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerSubtreeForOne" ordered="false" eType="/1/Subtree" eOpposite="/1/Subtree/treeForOne"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Leaf" eSuperTypes="/1/Tree">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignments" ordered="false" lowerBound="1" upperBound="-1" eType="/1/Assignment" containment="true" eOpposite="/1/Assignment/owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" unique="false" lowerBound="1" eType="/0/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="port" ordered="false" lowerBound="1" eType="/1/OutputPort" eOpposite="/1/OutputPort/assignments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="/1/Leaf" eOpposite="/1/Leaf/assignments"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Subtree" eSuperTypes="/1/Tree">
<eStructuralFeatures xsi:type="ecore:EReference" name="port" ordered="false" lowerBound="1" eType="/1/InputPort" eOpposite="/1/InputPort/subtrees"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="treeForZero" ordered="false" lowerBound="1" eType="/1/Tree" containment="true" eOpposite="/1/Tree/ownerSubtreeForZero"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="treeForOne" ordered="false" lowerBound="1" eType="/1/Tree" containment="true" eOpposite="/1/Tree/ownerSubtreeForOne"/>
</eClassifiers>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/emirbalic/ATLInject/ATLInject/Resources/TT2BDD/metamodels/OUT/BDD.ecore | ecore | PrimitiveTypes
String
Boolean
BDD
BDD
name
ports
tree
Port
name
owner
InputPort
subtrees
OutputPort
assignments
Tree
ownerBDD
ownerSubtreeForZero
ownerSubtreeForOne
Leaf
assignments
Assignment
value
port
owner
Subtree
port
treeForZero
treeForOne | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":1,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":2,"serializable":true,"eClass":"EDataType"},{"nsPrefix":null,"nsURI":null,"name":"BDD","id":3,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BDD","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPort","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPort","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Leaf","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtree","instanceClass":null,"abstract":false,"id":11,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":12,"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":"ports","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"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":"tree","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"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":17,"derived":false},{"id":18,"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":"ownerBDD","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"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":"subtrees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"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":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"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":"assignments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"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":"port","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"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":"ownerSubtreeForZero","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"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":"ownerSubtreeForOne","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"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":"treeForZero","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"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":"treeForOne","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"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":"assignments","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"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":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":"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":0},{"source":3,"target":4},{"source":3,"target":5},{"source":3,"target":6},{"source":3,"target":7},{"source":3,"target":8},{"source":3,"target":9},{"source":3,"target":10},{"source":3,"target":11},{"source":4,"target":3},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":12,"target":1},{"source":12,"target":15},{"source":12,"target":4},{"source":15,"target":1},{"source":13,"target":5},{"source":13,"target":16},{"source":13,"target":4},{"source":13,"target":17},{"source":16,"target":5},{"source":14,"target":8},{"source":14,"target":18},{"source":14,"target":4},{"source":14,"target":19},{"source":18,"target":8},{"source":5,"target":3},{"source":5,"target":20},{"source":5,"target":17},{"source":20,"target":1},{"source":20,"target":21},{"source":20,"target":5},{"source":21,"target":1},{"source":17,"target":4},{"source":17,"target":22},{"source":17,"target":5},{"source":17,"target":13},{"source":22,"target":4},{"source":6,"target":3},{"source":6,"target":5},{"source":6,"target":23},{"source":6,"target":24},{"source":23,"target":11},{"source":23,"target":25},{"source":23,"target":6},{"source":23,"target":26},{"source":25,"target":11},{"source":24,"target":5},{"source":7,"target":3},{"source":7,"target":5},{"source":7,"target":27},{"source":7,"target":28},{"source":27,"target":10},{"source":27,"target":29},{"source":27,"target":7},{"source":27,"target":30},{"source":29,"target":10},{"source":28,"target":5},{"source":8,"target":3},{"source":8,"target":19},{"source":8,"target":31},{"source":8,"target":32},{"source":19,"target":4},{"source":19,"target":33},{"source":19,"target":8},{"source":19,"target":14},{"source":33,"target":4},{"source":31,"target":11},{"source":31,"target":34},{"source":31,"target":8},{"source":31,"target":35},{"source":34,"target":11},{"source":32,"target":11},{"source":32,"target":36},{"source":32,"target":8},{"source":32,"target":37},{"source":36,"target":11},{"source":9,"target":3},{"source":9,"target":8},{"source":9,"target":38},{"source":9,"target":39},{"source":38,"target":10},{"source":38,"target":40},{"source":38,"target":9},{"source":38,"target":41},{"source":40,"target":10},{"source":39,"target":8},{"source":10,"target":3},{"source":10,"target":42},{"source":10,"target":30},{"source":10,"target":41},{"source":42,"target":2},{"source":42,"target":43},{"source":42,"target":10},{"source":43,"target":2},{"source":30,"target":7},{"source":30,"target":44},{"source":30,"target":10},{"source":30,"target":27},{"source":44,"target":7},{"source":41,"target":9},{"source":41,"target":45},{"source":41,"target":10},{"source":41,"target":38},{"source":45,"target":9},{"source":11,"target":3},{"source":11,"target":8},{"source":11,"target":26},{"source":11,"target":35},{"source":11,"target":37},{"source":11,"target":46},{"source":26,"target":6},{"source":26,"target":47},{"source":26,"target":11},{"source":26,"target":23},{"source":47,"target":6},{"source":35,"target":8},{"source":35,"target":48},{"source":35,"target":11},{"source":35,"target":31},{"source":48,"target":8},{"source":37,"target":8},{"source":37,"target":49},{"source":37,"target":11},{"source":37,"target":32},{"source":49,"target":8},{"source":46,"target":8}],"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="application"
nsURI="http://www.bluexml.com/application/1.0/" nsPrefix="app">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Use to add optionals setting like generation part or clean options."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="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="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Application" eSuperTypes="#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#//ModelElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Configuration" eSuperTypes="#//ModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This element contains all data that define a configuration :
–	a set of parameters shared and visible by all components (generators, deployers ).
–	a set of GeneratorConfiguration
–	a set of DeployerConfiguration"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="generatorConfigurations"
upperBound="-1" eType="#//GeneratorConfiguration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//ConfigurationParameters" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deployerConfigurations"
upperBound="-1" eType="#//DeployerConfiguration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeneratorConfiguration" eSuperTypes="#//ComponantConfiguration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id_metamodel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="generatorName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Option">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigurationParameters">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="store parameters, defined by components and StaticConfigurationParameters"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" 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:EAttribute" name="dataType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StaticConfigurationParameters">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of default configurations parameters."/>
</eAnnotations>
<eLiterals name="generationoptionsclean" literal="generation.options.clean"/>
<eLiterals name="generationoptionsdocumentation" value="1" literal="generation.options.documentation"/>
<eLiterals name="UPDATE_DEPENDENCIES" value="2" literal="UPDATE_DEPENDENCIES"/>
<eLiterals name="FM_dev" value="3" literal="FM_dev"/>
<eLiterals name="generationoptionslogPath" value="4" literal="generation.options.logPath"/>
<eLiterals name="generationoptionsdestinationPath" value="5" literal="generation.options.destinationPath"/>
<eLiterals name="generationoptionSkipValidation" value="6" literal="generation.option.Skip.Validation"/>
<eLiterals name="generationOptionOfflineMode" value="7" literal="generation.option.offlineMode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeployerConfiguration" eSuperTypes="#//ComponantConfiguration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deployerName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="shared" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponantConfiguration" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id_techno_version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="options" upperBound="-1"
eType="#//Option" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="impl_class" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="doc impl_class"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metaModelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="technologyVersionName"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="technologyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="moduleContraints" upperBound="-1"
eType="#//ModuleConstraint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contributorId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="doc impl_class"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleConstraint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="moduleId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="versionMin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="versionMax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="moduleType" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="technologyVersion" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jck1307/SIDE-Labs/S-IDE/MetaModel/Application/trunk/com.bluexml.side.Application/model/application.ecore | ecore | application
ModelElement
name
description
Application
elements
Model
file
Configuration
generatorConfigurations
parameters
deployerConfigurations
GeneratorConfiguration
id_metamodel
generatorName
Option
key
ConfigurationParameters
key
value
dataType
StaticConfigurationParameters
generationoptionsclean
generation.options.clean
generationoptionsdocumentation
generation.options.documentation
UPDATE_DEPENDENCIES
UPDATE_DEPENDENCIES
FM_dev
FM_dev
generationoptionslogPath
generation.options.logPath
generationoptionsdestinationPath
generation.options.destinationPath
generationoptionSkipValidation
generation.option.Skip.Validation
generationOptionOfflineMode
generation.option.offlineMode
DeployerConfiguration
deployerName
shared
false
ComponantConfiguration
id_techno_version
options
impl_class
id
metaModelName
technologyVersionName
technologyName
moduleContraints
contributorId
ModuleConstraint
moduleId
versionMin
versionMax
moduleType
technologyVersion | null | {"directed":true,"nodes":[{"nsPrefix":"app","nsURI":"http://www.bluexml.com/application/1.0/","name":"application","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneratorConfiguration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Option","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationParameters","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StaticConfigurationParameters","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployerConfiguration","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponantConfiguration","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleConstraint","instanceClass":null,"abstract":false,"id":11,"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"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":"file","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"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":"generatorConfigurations","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":"parameters","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":true,"unsettable":false,"transient":false,"unique":true,"name":"deployerConfigurations","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id_metamodel","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":"generatorName","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"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":"key","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"id":35,"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":36,"derived":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":37,"derived":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":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"name":"generationoptionsclean","id":42,"value":0,"literal":"generation.options.clean","eClass":"EEnumLiteral"},{"name":"generationoptionsdocumentation","id":43,"value":1,"literal":"generation.options.documentation","eClass":"EEnumLiteral"},{"name":"UPDATE_DEPENDENCIES","id":44,"value":2,"literal":"UPDATE_DEPENDENCIES","eClass":"EEnumLiteral"},{"name":"FM_dev","id":45,"value":3,"literal":"FM_dev","eClass":"EEnumLiteral"},{"name":"generationoptionslogPath","id":46,"value":4,"literal":"generation.options.logPath","eClass":"EEnumLiteral"},{"name":"generationoptionsdestinationPath","id":47,"value":5,"literal":"generation.options.destinationPath","eClass":"EEnumLiteral"},{"name":"generationoptionSkipValidation","id":48,"value":6,"literal":"generation.option.Skip.Validation","eClass":"EEnumLiteral"},{"name":"generationOptionOfflineMode","id":49,"value":7,"literal":"generation.option.offlineMode","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":"deployerName","changeable":true,"lowerBound":0,"iD":false,"id":50,"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":"shared","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"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":"id_techno_version","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":"options","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"impl_class","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":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":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":"metaModelName","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":"technologyVersionName","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":"technologyName","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"moduleContraints","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":"contributorId","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"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"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":"moduleId","changeable":true,"lowerBound":1,"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":"versionMin","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":"versionMax","changeable":true,"lowerBound":0,"iD":false,"id":75,"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":"moduleType","changeable":true,"lowerBound":1,"iD":false,"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":"technologyVersion","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"}],"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":12,"target":14},{"source":12,"target":1},{"source":13,"target":15},{"source":13,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":16},{"source":2,"target":17},{"source":16,"target":1},{"source":16,"target":18},{"source":16,"target":2},{"source":18,"target":1},{"source":17,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":19},{"source":3,"target":20},{"source":19,"target":21},{"source":19,"target":3},{"source":20,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":22,"target":5},{"source":22,"target":26},{"source":22,"target":4},{"source":26,"target":5},{"source":23,"target":7},{"source":23,"target":27},{"source":23,"target":4},{"source":27,"target":7},{"source":24,"target":9},{"source":24,"target":28},{"source":24,"target":4},{"source":28,"target":9},{"source":25,"target":1},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":29,"target":32},{"source":29,"target":5},{"source":30,"target":33},{"source":30,"target":5},{"source":31,"target":10},{"source":6,"target":0},{"source":6,"target":34},{"source":34,"target":35},{"source":34,"target":6},{"source":7,"target":0},{"source":7,"target":36},{"source":7,"target":37},{"source":7,"target":38},{"source":36,"target":39},{"source":36,"target":7},{"source":37,"target":40},{"source":37,"target":7},{"source":38,"target":41},{"source":38,"target":7},{"source":8,"target":0},{"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":8,"target":48},{"source":8,"target":49},{"source":42,"target":8},{"source":43,"target":8},{"source":44,"target":8},{"source":45,"target":8},{"source":46,"target":8},{"source":47,"target":8},{"source":48,"target":8},{"source":49,"target":8},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":50},{"source":9,"target":51},{"source":9,"target":52},{"source":50,"target":53},{"source":50,"target":9},{"source":51,"target":54},{"source":51,"target":9},{"source":52,"target":10},{"source":10,"target":0},{"source":10,"target":55},{"source":10,"target":56},{"source":10,"target":57},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":55,"target":64},{"source":55,"target":10},{"source":56,"target":6},{"source":56,"target":65},{"source":56,"target":10},{"source":65,"target":6},{"source":57,"target":66},{"source":57,"target":10},{"source":58,"target":67},{"source":58,"target":10},{"source":59,"target":68},{"source":59,"target":10},{"source":60,"target":69},{"source":60,"target":10},{"source":61,"target":70},{"source":61,"target":10},{"source":62,"target":11},{"source":62,"target":71},{"source":62,"target":10},{"source":71,"target":11},{"source":63,"target":72},{"source":63,"target":10},{"source":11,"target":0},{"source":11,"target":73},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":73,"target":78},{"source":73,"target":11},{"source":74,"target":79},{"source":74,"target":11},{"source":75,"target":80},{"source":75,"target":11},{"source":76,"target":81},{"source":76,"target":11},{"source":77,"target":82},{"source":77,"target":11}],"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="uml2CD"
nsURI="http://uml2CD" nsPrefix="uml2CD">
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedComment" upperBound="-1"
eType="#//Comment" containment="true" eOpposite="#//Comment/owningElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//Element"
eOpposite="#//Element/ownedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" upperBound="-1"
eType="#//Element" containment="true" eOpposite="#//Element/owner"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningElement" eType="#//Element"
eOpposite="#//Element/ownedComment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relationship" abstract="true" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedElement" lowerBound="1"
upperBound="-1" eType="#//Element"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DirectRelationship" abstract="true"
eSuperTypes="#//Relationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
upperBound="-1" eType="#//Element"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
upperBound="-1" eType="#//Element"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" eSuperTypes="#//Element">
<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="visibility" eType="#//VisibilityKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespace" eType="#//Namespace"
eOpposite="#//Namespace/ownedElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supplierDependency" upperBound="-1"
eType="#//Dependency" eOpposite="#//Dependency/supplier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clientDependency" upperBound="-1"
eType="#//Dependency" eOpposite="#//Dependency/client"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind">
<eLiterals name="public"/>
<eLiterals name="private" value="1"/>
<eLiterals name="protected" value="2"/>
<eLiterals name="package" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" abstract="true"
eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningPackage" eType="#//Package"
eOpposite="#//Package/packagedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="importedMember" upperBound="-1"
eType="#//PackageableElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="packageImport" upperBound="-1"
eType="#//PackageImport" containment="true" eOpposite="#//PackageImport/importingNamespace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" upperBound="-1"
eType="#//NamedElement" containment="true" eOpposite="#//NamedElement/namespace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementImport" upperBound="-1"
eType="#//ElementImport" containment="true" eOpposite="#//ElementImport/importingNamespace"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRule" upperBound="-1"
eType="#//Constraint" containment="true" eOpposite="#//Constraint/context"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementImport" eSuperTypes="#//DirectRelationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1"
eType="#//VisibilityKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" lowerBound="1"
eType="#//PackageableElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" lowerBound="1"
eType="#//Namespace" eOpposite="#//Namespace/elementImport"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageImport" eSuperTypes="#//DirectRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="importedPackage" lowerBound="1"
eType="#//Package"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" lowerBound="1"
eType="#//VisibilityKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importingNamespace" lowerBound="1"
eType="#//Namespace" eOpposite="#//Namespace/packageImport"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//PackageableElement #//Namespace">
<eStructuralFeatures xsi:type="ecore:EReference" name="nestingPackage" eType="#//Package"
eOpposite="#//Package/nestedPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" upperBound="-1"
eType="#//Package" containment="true" eOpposite="#//Package/nestingPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="packagedElement" upperBound="-1"
eType="#//PackageableElement" containment="true" eOpposite="#//PackageableElement/owningPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="packageMerge" upperBound="-1"
eType="#//PackageMerge" containment="true" eOpposite="#//PackageMerge/receivingPackage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" abstract="true"
eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lowerValue" eType="#//ValueSpecification"
containment="true" eOpposite="#//ValueSpecification/owningLower"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="upperValue" eType="#//ValueSpecification"
containment="true" eOpposite="#//ValueSpecification/owningUpper"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement #//PackageableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="owningLower" eType="#//MultiplicityElement"
eOpposite="#//MultiplicityElement/lowerValue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningUpper" eType="#//MultiplicityElement"
eOpposite="#//MultiplicityElement/upperValue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningConstraint" eType="#//Constraint"
eOpposite="#//Constraint/specification"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningParameter" eType="#//Parameter"
eOpposite="#//Parameter/defaultValue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningProperty" eType="#//Property"
eOpposite="#//Property/defaultValue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="constrainedElement" upperBound="-1"
eType="#//Element"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specification" lowerBound="1"
eType="#//ValueSpecification" containment="true" eOpposite="#//ValueSpecification/owningConstraint"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="#//Namespace"
eOpposite="#//Namespace/ownedRule"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//DirectRelationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isSubstitutable" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="general" lowerBound="1"
eType="#//Classifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="specific" lowerBound="1"
eType="#//Classifier" eOpposite="#//Classifier/generalization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generalizationSet" upperBound="-1"
eType="#//GeneralizationSet" eOpposite="#//GeneralizationSet/generalization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//Type #//Namespace">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1"
eType="#//Generalization" containment="true" eOpposite="#//Generalization/specific"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" upperBound="-1"
eType="#//Feature" eOpposite="#//Feature/featuringClassifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Class" eType="#//Class"
eOpposite="#//Class/nestedClassifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="powertypeExtent" upperBound="-1"
eType="#//GeneralizationSet" eOpposite="#//GeneralizationSet/powertype"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substitution" upperBound="-1"
eType="#//Substitution" containment="true" eOpposite="#//Substitution/substitutingClassifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ParameterDirectionKind">
<eLiterals name="in"/>
<eLiterals name="inout" value="1"/>
<eLiterals name="out" value="2"/>
<eLiterals name="return" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featuringClassifier" upperBound="-1"
eType="#//Classifier" eOpposite="#//Classifier/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" abstract="true" eSuperTypes="#//Feature #//TypedElement #//MultiplicityElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" abstract="true" eSuperTypes="#//Feature #//Namespace">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1"
eType="#//Parameter" containment="true" eOpposite="#//Parameter/ownerFormalParam"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" upperBound="-1"
eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement #//MultiplicityElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" lowerBound="1"
eType="#//ParameterDirectionKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownerFormalParam" eType="#//BehavioralFeature"
eOpposite="#//BehavioralFeature/ownedParameter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//ValueSpecification"
containment="true" eOpposite="#//ValueSpecification/owningParameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isQuery" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="redefinedOperation" upperBound="-1"
eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Class" eType="#//Class"
eOpposite="#//Class/ownedOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="superClass" upperBound="-1"
eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" upperBound="-1"
eType="#//Classifier" containment="true" eOpposite="#//Classifier/Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1"
eType="#//Operation" containment="true" eOpposite="#//Operation/Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1"
eType="#//Property" containment="true" eOpposite="#//Property/Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AggregationKind">
<eLiterals name="none"/>
<eLiterals name="shared" value="1"/>
<eLiterals name="composite" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregation" lowerBound="1"
eType="#//AggregationKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//ValueSpecification"
containment="true" eOpposite="#//ValueSpecification/owningProperty"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Class" eType="#//Class"
eOpposite="#//Class/ownedAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="#//Association"
eOpposite="#//Association/memberEnd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAssociation" eType="#//Association"
eOpposite="#//Association/ownedEnd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" upperBound="-1"
eType="#//Property" containment="true" eOpposite="#//Property/associationEnd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associationEnd" eType="#//Property"
eOpposite="#//Property/qualifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier #//Relationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" lowerBound="1"
upperBound="-1" eType="#//Property" eOpposite="#//Property/association"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnd" upperBound="-1"
eType="#//Property" containment="true" eOpposite="#//Property/owningAssociation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1"
eType="#//EnumerationLiteral" containment="true" eOpposite="#//EnumerationLiteral/enumeration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//ValueSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" eType="#//Enumeration"
eOpposite="#//Enumeration/ownedLiteral"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageMerge" eSuperTypes="#//DirectRelationship">
<eStructuralFeatures xsi:type="ecore:EReference" name="receivingPackage" lowerBound="1"
eType="#//Package" eOpposite="#//Package/packageMerge"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mergedPackage" lowerBound="1"
eType="#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//DirectRelationship #//PackageableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="supplier" lowerBound="1"
upperBound="-1" eType="#//NamedElement" eOpposite="#//NamedElement/supplierDependency"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="client" lowerBound="1"
upperBound="-1" eType="#//NamedElement" eOpposite="#//NamedElement/clientDependency"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization">
<eStructuralFeatures xsi:type="ecore:EReference" name="contract" lowerBound="1"
eType="#//Classifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substitutingClassifier"
lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="redefinedInterface" upperBound="-1"
eType="#//Interface"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceRealization" eSuperTypes="#//Realization">
<eStructuralFeatures xsi:type="ecore:EReference" name="contract" lowerBound="1"
eType="#//Interface"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Association #//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet">
<eStructuralFeatures xsi:type="ecore:EReference" name="generalization" upperBound="-1"
eType="#//Generalization" eOpposite="#//Generalization/generalizationSet"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="powertype" eType="#//Classifier"
eOpposite="#//Classifier/powertypeExtent"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isCovering" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isDisjoint" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isLeaf" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="redefinedElement" upperBound="-1"
eType="#//RedefinableElement"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/NUIM-FM/asmig/test/UML2_CD.ecore | ecore | uml2CD
Element
ownedComment
owner
ownedElement
Comment
owningElement
Relationship
relatedElement
DirectRelationship
target
source
NamedElement
name
visibility
namespace
supplierDependency
clientDependency
VisibilityKind
public
public
private
private
protected
protected
package
package
PackageableElement
owningPackage
Namespace
importedMember
packageImport
ownedElement
elementImport
ownedRule
ElementImport
visibility
importedElement
importingNamespace
PackageImport
importedPackage
visibility
importingNamespace
Package
nestingPackage
nestedPackage
packagedElement
packageMerge
MultiplicityElement
isOrdered
isUnique
lowerValue
upperValue
ValueSpecification
owningLower
owningUpper
owningConstraint
owningParameter
owningProperty
TypedElement
type
Type
Constraint
constrainedElement
specification
context
Generalization
isSubstitutable
general
specific
generalizationSet
Classifier
isAbstract
generalization
feature
Class
powertypeExtent
substitution
ParameterDirectionKind
in
in
inout
inout
out
out
return
return
Feature
isStatic
featuringClassifier
StructuralFeature
isReadOnly
BehavioralFeature
ownedParameter
raisedException
Parameter
direction
ownerFormalParam
defaultValue
Operation
isQuery
redefinedOperation
Class
Class
superClass
nestedClassifier
ownedOperation
ownedAttribute
AggregationKind
none
none
shared
shared
composite
composite
DataType
Property
isDerived
aggregation
defaultValue
Class
association
owningAssociation
qualifier
associationEnd
Association
isDerived
memberEnd
ownedEnd
PrimitiveType
Enumeration
ownedLiteral
EnumerationLiteral
enumeration
PackageMerge
receivingPackage
mergedPackage
Dependency
supplier
client
Abstraction
Usage
Realization
Substitution
contract
substitutingClassifier
Interface
redefinedInterface
InterfaceRealization
contract
AssociationClass
GeneralizationSet
generalization
powertype
isCovering
isDisjoint
RedefinableElement
isLeaf
redefinedElement | null | {"directed":true,"nodes":[{"nsPrefix":"uml2CD","nsURI":"http://uml2CD","name":"uml2CD","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectRelationship","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementImport","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageImport","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterDirectionKind","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationKind","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageMerge","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceRealization","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":43,"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":"ownedComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"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":"owner","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":"ownedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"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":"owningElement","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":60,"derived":false},{"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":61,"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":"namespace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"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":"supplierDependency","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":false,"unsettable":false,"transient":false,"unique":true,"name":"clientDependency","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"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":"supplier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"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":"client","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"name":"public","id":74,"value":0,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":75,"value":1,"literal":"private","eClass":"EEnumLiteral"},{"name":"protected","id":76,"value":2,"literal":"protected","eClass":"EEnumLiteral"},{"name":"package","id":77,"value":3,"literal":"package","eClass":"EEnumLiteral"},{"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":"owningPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packagedElement","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"importedMember","changeable":true,"resolveProxies":true,"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":"packageImport","changeable":true,"resolveProxies":true,"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":"elementImport","changeable":true,"resolveProxies":true,"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":"ownedRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"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":"importingNamespace","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"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":false,"unique":true,"name":"importingNamespace","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":95,"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":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"importedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":101,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":1,"iD":false,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"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":"nestingPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"packageMerge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"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":"receivingPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"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":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":117,"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":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lowerValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperValue","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"},{"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":"owningLower","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"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":"owningUpper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"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":"owningConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"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":"owningParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"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":"owningProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"specification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"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":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"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":"defaultValue","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"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":"constrainedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSubstitutable","changeable":true,"lowerBound":1,"iD":false,"id":150,"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":"general","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"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":"specific","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"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":"generalizationSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"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":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"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":"isAbstract","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"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":"Class","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":false,"unsettable":false,"transient":false,"unique":true,"name":"powertypeExtent","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":"substitution","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"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":"featuringClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"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":"powertype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"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":"substitutingClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"derived":false},{"name":"in","id":178,"value":0,"literal":"in","eClass":"EEnumLiteral"},{"name":"inout","id":179,"value":1,"literal":"inout","eClass":"EEnumLiteral"},{"name":"out","id":180,"value":2,"literal":"out","eClass":"EEnumLiteral"},{"name":"return","id":181,"value":3,"literal":"return","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":"isStatic","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"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":"isReadOnly","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"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":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"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":"ownerFormalParam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":1,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"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":"isQuery","changeable":true,"lowerBound":1,"iD":false,"id":203,"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":"redefinedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"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":"Class","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":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"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":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"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":"Class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"name":"none","id":219,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"shared","id":220,"value":1,"literal":"shared","eClass":"EEnumLiteral"},{"name":"composite","id":221,"value":2,"literal":"composite","eClass":"EEnumLiteral"},{"id":222,"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":"isDerived","changeable":true,"lowerBound":1,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregation","changeable":true,"lowerBound":1,"iD":false,"id":224,"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":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"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":"owningAssociation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"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":"associationEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"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":"memberEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"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":"isDerived","changeable":true,"lowerBound":1,"iD":false,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"id":249,"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":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"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":"mergedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"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":"contract","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"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":"redefinedInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"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":"contract","changeable":true,"resolveProxies":true,"lowerBound":1,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"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":"isCovering","changeable":true,"lowerBound":1,"iD":false,"id":276,"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":"isDisjoint","changeable":true,"lowerBound":1,"iD":false,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"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":"isLeaf","changeable":true,"lowerBound":1,"iD":false,"id":282,"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":"redefinedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"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":1,"target":0},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":44,"target":2},{"source":44,"target":47},{"source":44,"target":1},{"source":44,"target":48},{"source":47,"target":2},{"source":45,"target":1},{"source":45,"target":49},{"source":45,"target":1},{"source":45,"target":46},{"source":49,"target":1},{"source":46,"target":1},{"source":46,"target":50},{"source":46,"target":1},{"source":46,"target":45},{"source":50,"target":1},{"source":2,"target":0},{"source":2,"target":48},{"source":48,"target":1},{"source":48,"target":51},{"source":48,"target":2},{"source":48,"target":44},{"source":51,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":52},{"source":3,"target":53},{"source":52,"target":1},{"source":52,"target":54},{"source":52,"target":3},{"source":54,"target":1},{"source":53,"target":1},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":55,"target":1},{"source":55,"target":58},{"source":55,"target":4},{"source":58,"target":1},{"source":56,"target":1},{"source":56,"target":59},{"source":56,"target":4},{"source":59,"target":1},{"source":57,"target":3},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":60,"target":66},{"source":60,"target":5},{"source":61,"target":6},{"source":61,"target":67},{"source":61,"target":5},{"source":67,"target":6},{"source":62,"target":8},{"source":62,"target":68},{"source":62,"target":5},{"source":62,"target":69},{"source":68,"target":8},{"source":63,"target":34},{"source":63,"target":70},{"source":63,"target":5},{"source":63,"target":71},{"source":70,"target":34},{"source":64,"target":34},{"source":64,"target":72},{"source":64,"target":5},{"source":64,"target":73},{"source":72,"target":34},{"source":65,"target":1},{"source":6,"target":0},{"source":6,"target":74},{"source":6,"target":75},{"source":6,"target":76},{"source":6,"target":77},{"source":74,"target":6},{"source":75,"target":6},{"source":76,"target":6},{"source":77,"target":6},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":78},{"source":7,"target":79},{"source":78,"target":11},{"source":78,"target":80},{"source":78,"target":7},{"source":78,"target":81},{"source":80,"target":11},{"source":79,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":82},{"source":8,"target":83},{"source":8,"target":69},{"source":8,"target":84},{"source":8,"target":85},{"source":8,"target":86},{"source":82,"target":7},{"source":82,"target":87},{"source":82,"target":8},{"source":87,"target":7},{"source":83,"target":10},{"source":83,"target":88},{"source":83,"target":8},{"source":83,"target":89},{"source":88,"target":10},{"source":69,"target":5},{"source":69,"target":90},{"source":69,"target":8},{"source":69,"target":62},{"source":90,"target":5},{"source":84,"target":9},{"source":84,"target":91},{"source":84,"target":8},{"source":84,"target":92},{"source":91,"target":9},{"source":85,"target":16},{"source":85,"target":93},{"source":85,"target":8},{"source":85,"target":94},{"source":93,"target":16},{"source":86,"target":5},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":92},{"source":9,"target":97},{"source":95,"target":6},{"source":95,"target":98},{"source":95,"target":9},{"source":98,"target":6},{"source":96,"target":7},{"source":96,"target":99},{"source":96,"target":9},{"source":99,"target":7},{"source":92,"target":8},{"source":92,"target":100},{"source":92,"target":9},{"source":92,"target":84},{"source":100,"target":8},{"source":97,"target":4},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":101},{"source":10,"target":102},{"source":10,"target":89},{"source":10,"target":103},{"source":101,"target":11},{"source":101,"target":104},{"source":101,"target":10},{"source":104,"target":11},{"source":102,"target":6},{"source":102,"target":105},{"source":102,"target":10},{"source":105,"target":6},{"source":89,"target":8},{"source":89,"target":106},{"source":89,"target":10},{"source":89,"target":83},{"source":106,"target":8},{"source":103,"target":4},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":8},{"source":11,"target":107},{"source":11,"target":108},{"source":11,"target":81},{"source":11,"target":109},{"source":11,"target":110},{"source":11,"target":111},{"source":107,"target":11},{"source":107,"target":112},{"source":107,"target":11},{"source":107,"target":108},{"source":112,"target":11},{"source":108,"target":11},{"source":108,"target":113},{"source":108,"target":11},{"source":108,"target":107},{"source":113,"target":11},{"source":81,"target":7},{"source":81,"target":114},{"source":81,"target":11},{"source":81,"target":78},{"source":114,"target":7},{"source":109,"target":33},{"source":109,"target":115},{"source":109,"target":11},{"source":109,"target":116},{"source":115,"target":33},{"source":110,"target":7},{"source":111,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":117},{"source":12,"target":118},{"source":12,"target":119},{"source":12,"target":120},{"source":12,"target":121},{"source":117,"target":122},{"source":117,"target":12},{"source":118,"target":123},{"source":118,"target":12},{"source":119,"target":13},{"source":119,"target":124},{"source":119,"target":12},{"source":119,"target":125},{"source":124,"target":13},{"source":120,"target":13},{"source":120,"target":126},{"source":120,"target":12},{"source":120,"target":127},{"source":126,"target":13},{"source":121,"target":1},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":7},{"source":13,"target":125},{"source":13,"target":127},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":13,"target":131},{"source":13,"target":132},{"source":125,"target":12},{"source":125,"target":133},{"source":125,"target":13},{"source":125,"target":119},{"source":133,"target":12},{"source":127,"target":12},{"source":127,"target":134},{"source":127,"target":13},{"source":127,"target":120},{"source":134,"target":12},{"source":128,"target":16},{"source":128,"target":135},{"source":128,"target":13},{"source":128,"target":136},{"source":135,"target":16},{"source":129,"target":23},{"source":129,"target":137},{"source":129,"target":13},{"source":129,"target":138},{"source":137,"target":23},{"source":130,"target":28},{"source":130,"target":139},{"source":130,"target":13},{"source":130,"target":140},{"source":139,"target":28},{"source":131,"target":14},{"source":132,"target":7},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":141},{"source":14,"target":142},{"source":141,"target":15},{"source":141,"target":143},{"source":141,"target":14},{"source":143,"target":15},{"source":142,"target":5},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":144},{"source":144,"target":7},{"source":16,"target":0},{"source":16,"target":7},{"source":16,"target":145},{"source":16,"target":136},{"source":16,"target":94},{"source":16,"target":146},{"source":145,"target":1},{"source":145,"target":147},{"source":145,"target":16},{"source":147,"target":1},{"source":136,"target":13},{"source":136,"target":148},{"source":136,"target":16},{"source":136,"target":128},{"source":148,"target":13},{"source":94,"target":8},{"source":94,"target":149},{"source":94,"target":16},{"source":94,"target":85},{"source":149,"target":8},{"source":146,"target":7},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":150},{"source":17,"target":151},{"source":17,"target":152},{"source":17,"target":153},{"source":17,"target":154},{"source":150,"target":155},{"source":150,"target":17},{"source":151,"target":18},{"source":151,"target":156},{"source":151,"target":17},{"source":156,"target":18},{"source":152,"target":18},{"source":152,"target":157},{"source":152,"target":17},{"source":152,"target":158},{"source":157,"target":18},{"source":153,"target":42},{"source":153,"target":159},{"source":153,"target":17},{"source":153,"target":160},{"source":159,"target":42},{"source":154,"target":4},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":8},{"source":18,"target":161},{"source":18,"target":158},{"source":18,"target":162},{"source":18,"target":163},{"source":18,"target":164},{"source":18,"target":165},{"source":18,"target":166},{"source":18,"target":167},{"source":161,"target":168},{"source":161,"target":18},{"source":158,"target":17},{"source":158,"target":169},{"source":158,"target":18},{"source":158,"target":152},{"source":169,"target":17},{"source":162,"target":20},{"source":162,"target":170},{"source":162,"target":18},{"source":162,"target":171},{"source":170,"target":20},{"source":163,"target":25},{"source":163,"target":172},{"source":163,"target":18},{"source":163,"target":173},{"source":172,"target":25},{"source":164,"target":42},{"source":164,"target":174},{"source":164,"target":18},{"source":164,"target":175},{"source":174,"target":42},{"source":165,"target":38},{"source":165,"target":176},{"source":165,"target":18},{"source":165,"target":177},{"source":176,"target":38},{"source":166,"target":15},{"source":167,"target":8},{"source":19,"target":0},{"source":19,"target":178},{"source":19,"target":179},{"source":19,"target":180},{"source":19,"target":181},{"source":178,"target":19},{"source":179,"target":19},{"source":180,"target":19},{"source":181,"target":19},{"source":20,"target":0},{"source":20,"target":182},{"source":20,"target":171},{"source":182,"target":183},{"source":182,"target":20},{"source":171,"target":18},{"source":171,"target":184},{"source":171,"target":20},{"source":171,"target":162},{"source":184,"target":18},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":14},{"source":21,"target":12},{"source":21,"target":185},{"source":21,"target":186},{"source":21,"target":187},{"source":21,"target":188},{"source":185,"target":189},{"source":185,"target":21},{"source":186,"target":20},{"source":187,"target":14},{"source":188,"target":12},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":8},{"source":22,"target":190},{"source":22,"target":191},{"source":22,"target":192},{"source":22,"target":193},{"source":190,"target":23},{"source":190,"target":194},{"source":190,"target":22},{"source":190,"target":195},{"source":194,"target":23},{"source":191,"target":15},{"source":191,"target":196},{"source":191,"target":22},{"source":196,"target":15},{"source":192,"target":20},{"source":193,"target":8},{"source":23,"target":0},{"source":23,"target":14},{"source":23,"target":12},{"source":23,"target":197},{"source":23,"target":195},{"source":23,"target":138},{"source":23,"target":198},{"source":23,"target":199},{"source":197,"target":19},{"source":197,"target":200},{"source":197,"target":23},{"source":200,"target":19},{"source":195,"target":22},{"source":195,"target":201},{"source":195,"target":23},{"source":195,"target":190},{"source":201,"target":22},{"source":138,"target":13},{"source":138,"target":202},{"source":138,"target":23},{"source":138,"target":129},{"source":202,"target":13},{"source":198,"target":14},{"source":199,"target":12},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":203},{"source":24,"target":204},{"source":24,"target":205},{"source":24,"target":206},{"source":203,"target":207},{"source":203,"target":24},{"source":204,"target":24},{"source":204,"target":208},{"source":204,"target":24},{"source":208,"target":24},{"source":205,"target":25},{"source":205,"target":209},{"source":205,"target":24},{"source":205,"target":210},{"source":209,"target":25},{"source":206,"target":22},{"source":25,"target":0},{"source":25,"target":18},{"source":25,"target":211},{"source":25,"target":173},{"source":25,"target":210},{"source":25,"target":212},{"source":25,"target":213},{"source":211,"target":25},{"source":211,"target":214},{"source":211,"target":25},{"source":214,"target":25},{"source":173,"target":18},{"source":173,"target":215},{"source":173,"target":25},{"source":173,"target":163},{"source":215,"target":18},{"source":210,"target":24},{"source":210,"target":216},{"source":210,"target":25},{"source":210,"target":205},{"source":216,"target":24},{"source":212,"target":28},{"source":212,"target":217},{"source":212,"target":25},{"source":212,"target":218},{"source":217,"target":28},{"source":213,"target":18},{"source":26,"target":0},{"source":26,"target":219},{"source":26,"target":220},{"source":26,"target":221},{"source":219,"target":26},{"source":220,"target":26},{"source":221,"target":26},{"source":27,"target":0},{"source":27,"target":18},{"source":27,"target":222},{"source":222,"target":18},{"source":28,"target":0},{"source":28,"target":21},{"source":28,"target":223},{"source":28,"target":224},{"source":28,"target":140},{"source":28,"target":218},{"source":28,"target":225},{"source":28,"target":226},{"source":28,"target":227},{"source":28,"target":228},{"source":28,"target":229},{"source":223,"target":230},{"source":223,"target":28},{"source":224,"target":26},{"source":224,"target":231},{"source":224,"target":28},{"source":231,"target":26},{"source":140,"target":13},{"source":140,"target":232},{"source":140,"target":28},{"source":140,"target":130},{"source":232,"target":13},{"source":218,"target":25},{"source":218,"target":233},{"source":218,"target":28},{"source":218,"target":212},{"source":233,"target":25},{"source":225,"target":29},{"source":225,"target":234},{"source":225,"target":28},{"source":225,"target":235},{"source":234,"target":29},{"source":226,"target":29},{"source":226,"target":236},{"source":226,"target":28},{"source":226,"target":237},{"source":236,"target":29},{"source":227,"target":28},{"source":227,"target":238},{"source":227,"target":28},{"source":227,"target":228},{"source":238,"target":28},{"source":228,"target":28},{"source":228,"target":239},{"source":228,"target":28},{"source":228,"target":227},{"source":239,"target":28},{"source":229,"target":21},{"source":29,"target":0},{"source":29,"target":18},{"source":29,"target":3},{"source":29,"target":240},{"source":29,"target":235},{"source":29,"target":237},{"source":29,"target":241},{"source":29,"target":242},{"source":240,"target":243},{"source":240,"target":29},{"source":235,"target":28},{"source":235,"target":244},{"source":235,"target":29},{"source":235,"target":225},{"source":244,"target":28},{"source":237,"target":28},{"source":237,"target":245},{"source":237,"target":29},{"source":237,"target":226},{"source":245,"target":28},{"source":241,"target":18},{"source":242,"target":3},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":246},{"source":246,"target":27},{"source":31,"target":0},{"source":31,"target":27},{"source":31,"target":247},{"source":31,"target":248},{"source":247,"target":32},{"source":247,"target":249},{"source":247,"target":31},{"source":247,"target":250},{"source":249,"target":32},{"source":248,"target":27},{"source":32,"target":0},{"source":32,"target":13},{"source":32,"target":250},{"source":32,"target":251},{"source":250,"target":31},{"source":250,"target":252},{"source":250,"target":32},{"source":250,"target":247},{"source":252,"target":31},{"source":251,"target":13},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":116},{"source":33,"target":253},{"source":33,"target":254},{"source":116,"target":11},{"source":116,"target":255},{"source":116,"target":33},{"source":116,"target":109},{"source":255,"target":11},{"source":253,"target":11},{"source":253,"target":256},{"source":253,"target":33},{"source":256,"target":11},{"source":254,"target":4},{"source":34,"target":0},{"source":34,"target":4},{"source":34,"target":7},{"source":34,"target":71},{"source":34,"target":73},{"source":34,"target":257},{"source":34,"target":258},{"source":71,"target":5},{"source":71,"target":259},{"source":71,"target":34},{"source":71,"target":63},{"source":259,"target":5},{"source":73,"target":5},{"source":73,"target":260},{"source":73,"target":34},{"source":73,"target":64},{"source":260,"target":5},{"source":257,"target":4},{"source":258,"target":7},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":261},{"source":261,"target":34},{"source":36,"target":0},{"source":36,"target":34},{"source":36,"target":262},{"source":262,"target":34},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":263},{"source":263,"target":35},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":264},{"source":38,"target":177},{"source":38,"target":265},{"source":264,"target":18},{"source":264,"target":266},{"source":264,"target":38},{"source":266,"target":18},{"source":177,"target":18},{"source":177,"target":267},{"source":177,"target":38},{"source":177,"target":165},{"source":267,"target":18},{"source":265,"target":37},{"source":39,"target":0},{"source":39,"target":18},{"source":39,"target":268},{"source":39,"target":269},{"source":268,"target":39},{"source":268,"target":270},{"source":268,"target":39},{"source":270,"target":39},{"source":269,"target":18},{"source":40,"target":0},{"source":40,"target":37},{"source":40,"target":271},{"source":40,"target":272},{"source":271,"target":39},{"source":271,"target":273},{"source":271,"target":40},{"source":273,"target":39},{"source":272,"target":37},{"source":41,"target":0},{"source":41,"target":29},{"source":41,"target":25},{"source":41,"target":274},{"source":41,"target":275},{"source":274,"target":29},{"source":275,"target":25},{"source":42,"target":0},{"source":42,"target":160},{"source":42,"target":175},{"source":42,"target":276},{"source":42,"target":277},{"source":160,"target":17},{"source":160,"target":278},{"source":160,"target":42},{"source":160,"target":153},{"source":278,"target":17},{"source":175,"target":18},{"source":175,"target":279},{"source":175,"target":42},{"source":175,"target":164},{"source":279,"target":18},{"source":276,"target":280},{"source":276,"target":42},{"source":277,"target":281},{"source":277,"target":42},{"source":43,"target":0},{"source":43,"target":1},{"source":43,"target":282},{"source":43,"target":283},{"source":43,"target":284},{"source":282,"target":285},{"source":282,"target":43},{"source":283,"target":43},{"source":283,"target":286},{"source":283,"target":43},{"source":286,"target":43},{"source":284,"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="gmfgraph"
nsURI="http://www.eclipse.org/gmf/2006/GraphicalDefinition" nsPrefix="gmfgraph">
<eClassifiers xsi:type="ecore:EClass" name="Identity" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Easy and readable way to reference element of the model from another one"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Canvas" eSuperTypes="#//Identity">
<eStructuralFeatures xsi:type="ecore:EReference" name="figures" upperBound="-1"
eType="#//FigureGallery" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="containment here doesn't restrict nodes/connection from using figure galeries defined elsewhere. No assumption should be made whether or not node/connection figure is defined in the galery beloning to this canvas"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//Node" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1"
eType="#//Connection" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="compartments" upperBound="-1"
eType="#//Compartment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1"
eType="#//DiagramLabel" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FigureGallery" eSuperTypes="#//Identity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Kind of explicit figure library notion. Bundle of figures. Allows to specify plugin id (allows importing it later from gmfgen code) in addition to figures"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationBundle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="figures" upperBound="-1"
eType="#//RealFigure" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptors" upperBound="-1"
eType="#//FigureDescriptor" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramElement" abstract="true" eSuperTypes="#//Identity">
<eStructuralFeatures xsi:type="ecore:EReference" name="facets" upperBound="-1"
eType="#//VisualFacet" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="anything to further specify constraint or any other aspect of the element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1"
eType="#//FigureDescriptor"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//AbstractNode">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resizeConstraint" eType="#//Direction"
defaultValueLiteral="NSEW"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="affixedParentSide" eType="#//Direction"
defaultValueLiteral="NONE"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contentPane" eType="#//ChildAccess"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connection" eSuperTypes="#//DiagramElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Compartment" eSuperTypes="#//DiagramElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collapsible" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="needsTitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessor" eType="#//ChildAccess"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramLabel" eSuperTypes="#//Node">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elementIcon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="external" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessor" eType="#//ChildAccess"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//ChildAccess"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VisualFacet" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralFacet" eSuperTypes="#//VisualFacet">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="provide means to attach arbitrary data to your diagram element definition. It's up to you (template author) to process it somehow."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlignmentFacet" eSuperTypes="#//VisualFacet">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Makes sense for DiagramLabels of Links only (now). Constants from {@link org.eclipse.draw2d.ConnectionLocator} are: MIDDLE = Alignment.CENTER, TARGET = Alignment.END, SOURCE = Alignment.BEGINNING"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" eType="#//Alignment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GradientFacet" eSuperTypes="#//VisualFacet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//Direction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelOffsetFacet" eSuperTypes="#//VisualFacet">
<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="CustomClass" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//CustomAttribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomAttribute">
<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="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="null"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="directAccess" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="multiStatementValue" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FigureAccessor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedFigure" lowerBound="1"
eType="#//RealFigure" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Color" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="RGBColor" eSuperTypes="#//Color">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="red" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="green" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="blue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantColor" eSuperTypes="#//Color">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="#//ColorConstants"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ColorConstants">
<eLiterals name="white" literal="white"/>
<eLiterals name="black" value="1" literal="black"/>
<eLiterals name="lightGray" value="2" literal="lightGray"/>
<eLiterals name="gray" value="3" literal="gray"/>
<eLiterals name="darkGray" value="4" literal="darkGray"/>
<eLiterals name="red" value="5" literal="red"/>
<eLiterals name="orange" value="6" literal="orange"/>
<eLiterals name="yellow" value="7" literal="yellow"/>
<eLiterals name="green" value="8" literal="green"/>
<eLiterals name="lightGreen" value="9" literal="lightGreen"/>
<eLiterals name="darkGreen" value="10" literal="darkGreen"/>
<eLiterals name="cyan" value="11" literal="cyan"/>
<eLiterals name="lightBlue" value="12" literal="lightBlue"/>
<eLiterals name="blue" value="13" literal="blue"/>
<eLiterals name="darkBlue" value="14" literal="darkBlue"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Font" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="BasicFont" eSuperTypes="#//Font">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="faceName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="9"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="style" eType="#//FontStyle"
defaultValueLiteral="NORMAL"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FontStyle">
<eLiterals name="NORMAL" literal="NORMAL"/>
<eLiterals name="BOLD" value="1" literal="BOLD"/>
<eLiterals name="ITALIC" value="2" literal="ITALIC"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Point">
<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="Dimension">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Insets">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="top" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="left" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="right" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Border" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="LineBorder" eSuperTypes="#//Border">
<eStructuralFeatures xsi:type="ecore:EReference" name="color" eType="#//Color"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MarginBorder" eSuperTypes="#//Border">
<eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="#//Insets"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompoundBorder" eSuperTypes="#//Border">
<eStructuralFeatures xsi:type="ecore:EReference" name="outer" eType="#//Border"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inner" eType="#//Border"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomBorder" eSuperTypes="#//Border #//CustomClass"/>
<eClassifiers xsi:type="ecore:EEnum" name="Direction">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Geographical bit constants from org.eclipse.draw2d.PositionConstants"/>
</eAnnotations>
<eLiterals name="NONE" literal="NONE"/>
<eLiterals name="NORTH" value="1" literal="NORTH"/>
<eLiterals name="SOUTH" value="4" literal="SOUTH"/>
<eLiterals name="WEST" value="8" literal="WEST"/>
<eLiterals name="EAST" value="16" literal="EAST"/>
<eLiterals name="NORTH_EAST" value="17" literal="NORTH_EAST"/>
<eLiterals name="NORTH_WEST" value="9" literal="NORTH_WEST"/>
<eLiterals name="SOUTH_EAST" value="20" literal="SOUTH_EAST"/>
<eLiterals name="SOUTH_WEST" value="12" literal="SOUTH_WEST"/>
<eLiterals name="NORTH_SOUTH" value="5" literal="NORTH_SOUTH"/>
<eLiterals name="EAST_WEST" value="24" literal="EAST_WEST"/>
<eLiterals name="NSEW" value="29" literal="NSEW"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LineKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.Graphics.LINE_* (== org.eclipse.swt.SWT.LINE_*. Values are same as SWT constants"/>
</eAnnotations>
<eLiterals name="LINE_SOLID" value="1" literal="LINE_SOLID"/>
<eLiterals name="LINE_DASH" value="2" literal="LINE_DASH"/>
<eLiterals name="LINE_DOT" value="3" literal="LINE_DOT"/>
<eLiterals name="LINE_DASHDOT" value="4" literal="LINE_DASHDOT"/>
<eLiterals name="LINE_DASHDOTDOT" value="5" literal="LINE_DASHDOTDOT"/>
<eLiterals name="LINE_CUSTOM" value="6" literal="LINE_CUSTOM"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayoutData" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//Layoutable"
eOpposite="#//Layoutable/layoutData"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomLayoutData" eSuperTypes="#//LayoutData #//CustomClass"/>
<eClassifiers xsi:type="ecore:EClass" name="GridLayoutData" eSuperTypes="#//LayoutData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessHorizontalSpace"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grabExcessVerticalSpace"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalSpan" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalSpan" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalIndent" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sizeHint" eType="#//Dimension"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verticalAlignment" lowerBound="1"
eType="#//Alignment" defaultValueLiteral="CENTER"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizontalAlignment" lowerBound="1"
eType="#//Alignment" defaultValueLiteral="CENTER"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderLayoutData" eSuperTypes="#//LayoutData">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vertical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alignment" lowerBound="1"
eType="#//Alignment" defaultValueLiteral="CENTER"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Alignment">
<eLiterals name="BEGINNING" literal="BEGINNING"/>
<eLiterals name="CENTER" value="1" literal="CENTER"/>
<eLiterals name="END" value="2" literal="END"/>
<eLiterals name="FILL" value="3" literal="FILL"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Layoutable" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="layoutData" eType="#//LayoutData"
containment="true" eOpposite="#//LayoutData/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//Layout"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Figure" abstract="true" interface="true"
eSuperTypes="#//Layoutable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Anything you could combine visual representation from. Ordinary GEF figures, custom-defined or references to defined elsewhere. org.eclipse.draw2d.Figure"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor" eType="#//Color"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="#//Color"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="maximumSize" eType="#//Dimension"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="minimumSize" eType="#//Dimension"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preferredSize" eType="#//Dimension"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="font" eType="#//Font" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="insets" eType="#//Insets"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="border" eType="#//Border"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" eType="#//Point"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Point"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptor" eType="#//FigureDescriptor"
changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FigureRef" eSuperTypes="#//AbstractFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Need this to facilitate reuse of figures while keeping (so nice looking) containment relationship in the Figure class"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1"
eType="#//RealFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="not just Figure because don't want to reference figure references."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionFigure" abstract="true" interface="true"
eSuperTypes="#//RealFigure"/>
<eClassifiers xsi:type="ecore:EClass" name="DecorationFigure" abstract="true" interface="true"
eSuperTypes="#//RealFigure"/>
<eClassifiers xsi:type="ecore:EClass" name="Shape" abstract="true" eSuperTypes="#//RealFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.Shape"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineKind" eType="#//LineKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xorFill" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xorOutline" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resolvedChildren" upperBound="-1"
eType="#//Figure" changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Same as children, but resolves child FigureRefs, if any, to Figures"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//RealFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.Label"/>
</eAnnotations>
<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="LabeledContainer" eSuperTypes="#//RealFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.LabeledContainer"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rectangle" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.RectangleFigure"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RoundedRectangle" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.RoundedRectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="8"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cornerHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ellipse" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.Ellipse"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Polyline" eSuperTypes="#//Shape">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.Polyline"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="template" upperBound="-1"
eType="#//Point" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Polygon" eSuperTypes="#//Polyline">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.Polygon"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PolylineConnection" eSuperTypes="#//Polyline #//ConnectionFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.PolylineConnection"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceDecoration" eType="#//DecorationFigure"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetDecoration" eType="#//DecorationFigure"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PolylineDecoration" eSuperTypes="#//Polyline #//DecorationFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.PolylineDecoration"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PolygonDecoration" eSuperTypes="#//Polygon #//DecorationFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="org.eclipse.draw2d.PolygonDecoration"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomFigure" eSuperTypes="#//CustomClass #//RealFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Any figure class provided by some bundle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="customChildren" upperBound="-1"
eType="#//FigureAccessor" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Childrent enumerated with this feature are mere 'access points' to actual structure of the CustomFigure. They are not created, unlike those contained in regular Figure#children"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomDecoration" eSuperTypes="#//CustomFigure #//DecorationFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Same as CustomFigure, but for Decorations"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomConnection" eSuperTypes="#//CustomFigure #//ConnectionFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Same as CustomFigure, but for Connections"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Layout" abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="CustomLayout" eSuperTypes="#//Layout #//CustomClass"/>
<eClassifiers xsi:type="ecore:EClass" name="GridLayout" eSuperTypes="#//Layout">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numColumns" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="equalWidth" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="margins" eType="#//Dimension"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="spacing" eType="#//Dimension"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderLayout" eSuperTypes="#//Layout">
<eStructuralFeatures xsi:type="ecore:EReference" name="spacing" eType="#//Dimension"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowLayout" eSuperTypes="#//Layout">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="vertical" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="matchMinorSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forceSingleLine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="majorAlignment" eType="#//Alignment"
defaultValueLiteral="BEGINNING"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minorAlignment" eType="#//Alignment"
defaultValueLiteral="BEGINNING"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="majorSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="5"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minorSpacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XYLayout" eSuperTypes="#//Layout"/>
<eClassifiers xsi:type="ecore:EClass" name="XYLayoutData" eSuperTypes="#//LayoutData">
<eStructuralFeatures xsi:type="ecore:EReference" name="topLeft" lowerBound="1"
eType="#//Point" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="size" lowerBound="1" eType="#//Dimension"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StackLayout" eSuperTypes="#//Layout"/>
<eClassifiers xsi:type="ecore:EClass" name="ScalablePolygon" eSuperTypes="#//Polygon">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Marker interface to denote polygons with ability to autoscale to fit all available bounds. Separate class is needed instead of property in the Polygon class because of generalization PolygonDecoration extends Polygon"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultSizeFacet" eSuperTypes="#//VisualFacet">
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultSize" eType="#//Dimension"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractNode" abstract="true" eSuperTypes="#//DiagramElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RealFigure" abstract="true" eSuperTypes="#//AbstractFigure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is exact/specific/concrete figure, unlike proxy/reference-nature FigureRef"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Figure" 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="AbstractFigure" abstract="true" eSuperTypes="#//Figure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is merely an implementation artifact to get only one base implementation of Figure attributes"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChildAccess">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="figure" lowerBound="1"
eType="#//Figure">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This may also point to RealFigure from FigureAccessor#typedFigure"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" lowerBound="1" eType="#//FigureDescriptor"
changeable="false" eOpposite="#//FigureDescriptor/accessors"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FigureDescriptor" eSuperTypes="#//Identity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The thing describes structure of a figure"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="actualFigure" lowerBound="1"
eType="#//Figure" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="accessors" upperBound="-1"
eType="#//ChildAccess" containment="true" eOpposite="#//ChildAccess/owner"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/louismrose/migration_comparison/solutions/cope/gmfgraph/gmfgraph.migrator/migrator/release2/release1.ecore | ecore | gmfgraph
Identity
name
Canvas
figures
nodes
connections
compartments
labels
FigureGallery
implementationBundle
figures
descriptors
DiagramElement
facets
figure
Node
resizeConstraint
NSEW
affixedParentSide
NONE
contentPane
Connection
Compartment
collapsible
needsTitle
accessor
DiagramLabel
elementIcon
true
external
accessor
container
VisualFacet
GeneralFacet
identifier
data
AlignmentFacet
alignment
GradientFacet
direction
LabelOffsetFacet
x
y
CustomClass
qualifiedClassName
attributes
CustomAttribute
name
value
null
directAccess
false
multiStatementValue
false
FigureAccessor
accessor
typedFigure
Color
RGBColor
red
green
blue
ConstantColor
value
ColorConstants
white
white
black
black
lightGray
lightGray
gray
gray
darkGray
darkGray
red
red
orange
orange
yellow
yellow
green
green
lightGreen
lightGreen
darkGreen
darkGreen
cyan
cyan
lightBlue
lightBlue
blue
blue
darkBlue
darkBlue
Font
BasicFont
faceName
height
9
style
NORMAL
FontStyle
NORMAL
NORMAL
BOLD
BOLD
ITALIC
ITALIC
Point
x
y
Dimension
dx
dy
Insets
top
left
bottom
right
Border
LineBorder
color
width
1
MarginBorder
insets
CompoundBorder
outer
inner
CustomBorder
Direction
NONE
NONE
NORTH
NORTH
SOUTH
SOUTH
WEST
WEST
EAST
EAST
NORTH_EAST
NORTH_EAST
NORTH_WEST
NORTH_WEST
SOUTH_EAST
SOUTH_EAST
SOUTH_WEST
SOUTH_WEST
NORTH_SOUTH
NORTH_SOUTH
EAST_WEST
EAST_WEST
NSEW
NSEW
LineKind
LINE_SOLID
LINE_SOLID
LINE_DASH
LINE_DASH
LINE_DOT
LINE_DOT
LINE_DASHDOT
LINE_DASHDOT
LINE_DASHDOTDOT
LINE_DASHDOTDOT
LINE_CUSTOM
LINE_CUSTOM
LayoutData
owner
CustomLayoutData
GridLayoutData
grabExcessHorizontalSpace
false
grabExcessVerticalSpace
false
verticalSpan
1
horizontalSpan
1
horizontalIndent
sizeHint
verticalAlignment
CENTER
horizontalAlignment
CENTER
BorderLayoutData
vertical
false
alignment
CENTER
Alignment
BEGINNING
BEGINNING
CENTER
CENTER
END
END
FILL
FILL
Layoutable
layoutData
layout
Figure
foregroundColor
backgroundColor
maximumSize
minimumSize
preferredSize
font
insets
border
location
size
descriptor
FigureRef
figure
ConnectionFigure
DecorationFigure
Shape
outline
true
fill
true
lineWidth
1
lineKind
xorFill
xorOutline
resolvedChildren
Label
text
LabeledContainer
Rectangle
RoundedRectangle
cornerWidth
8
cornerHeight
8
Ellipse
Polyline
template
Polygon
PolylineConnection
sourceDecoration
targetDecoration
PolylineDecoration
PolygonDecoration
CustomFigure
customChildren
CustomDecoration
CustomConnection
Layout
CustomLayout
GridLayout
numColumns
1
equalWidth
true
margins
spacing
BorderLayout
spacing
FlowLayout
vertical
false
matchMinorSize
false
forceSingleLine
false
majorAlignment
BEGINNING
minorAlignment
BEGINNING
majorSpacing
5
minorSpacing
5
XYLayout
XYLayoutData
topLeft
size
StackLayout
ScalablePolygon
DefaultSizeFacet
defaultSize
AbstractNode
RealFigure
children
name
AbstractFigure
ChildAccess
accessor
figure
owner
FigureDescriptor
actualFigure
accessors | null | {"directed":true,"nodes":[{"nsPrefix":"gmfgraph","nsURI":"http://www.eclipse.org/gmf/2006/GraphicalDefinition","name":"gmfgraph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identity","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Canvas","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureGallery","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connection","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compartment","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramLabel","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VisualFacet","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralFacet","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlignmentFacet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GradientFacet","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelOffsetFacet","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomClass","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomAttribute","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureAccessor","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Color","instanceClass":null,"abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RGBColor","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantColor","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColorConstants","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Font","instanceClass":null,"abstract":true,"id":21,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicFont","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FontStyle","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dimension","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Insets","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Border","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineBorder","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MarginBorder","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompoundBorder","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomBorder","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LineKind","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutData","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayoutData","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayoutData","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderLayoutData","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Alignment","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layoutable","instanceClass":null,"abstract":true,"id":39,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Figure","instanceClass":null,"abstract":true,"id":40,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureRef","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionFigure","instanceClass":null,"abstract":true,"id":42,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecorationFigure","instanceClass":null,"abstract":true,"id":43,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shape","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledContainer","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rectangle","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoundedRectangle","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ellipse","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polyline","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polygon","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolylineConnection","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolylineDecoration","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PolygonDecoration","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomFigure","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDecoration","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomConnection","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"abstract":true,"id":58,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayout","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayout","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderLayout","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowLayout","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYLayout","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XYLayoutData","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StackLayout","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalablePolygon","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultSizeFacet","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNode","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealFigure","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFigure","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildAccess","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FigureDescriptor","instanceClass":null,"abstract":false,"id":72,"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":true,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"figures","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":"nodes","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":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compartments","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":"labels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"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":"implementationBundle","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"figures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descriptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"facets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"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":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NSEW","unsettable":false,"transient":false,"unique":true,"name":"resizeConstraint","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NONE","unsettable":false,"transient":false,"unique":true,"name":"affixedParentSide","changeable":true,"lowerBound":0,"iD":false,"id":99,"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":"contentPane","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"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":"collapsible","changeable":true,"lowerBound":0,"iD":false,"id":106,"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":"needsTitle","changeable":true,"lowerBound":0,"iD":false,"id":107,"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":"accessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"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":"elementIcon","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"external","changeable":false,"lowerBound":0,"iD":false,"id":114,"derived":true},{"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":"accessor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"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":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"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":"identifier","changeable":true,"lowerBound":0,"iD":true,"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":"data","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"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":"x","changeable":true,"lowerBound":0,"iD":false,"id":133,"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":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":"qualifiedClassName","changeable":true,"lowerBound":0,"iD":false,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"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":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":"value","changeable":true,"lowerBound":1,"iD":false,"id":143,"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":"directAccess","changeable":true,"lowerBound":1,"iD":false,"id":144,"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":"multiStatementValue","changeable":true,"lowerBound":1,"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"lowerBound":1,"iD":false,"id":150,"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":"typedFigure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"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":"red","changeable":true,"lowerBound":1,"iD":false,"id":154,"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":"green","changeable":true,"lowerBound":1,"iD":false,"id":155,"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":"blue","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"name":"white","id":164,"value":0,"literal":"white","eClass":"EEnumLiteral"},{"name":"black","id":165,"value":1,"literal":"black","eClass":"EEnumLiteral"},{"name":"lightGray","id":166,"value":2,"literal":"lightGray","eClass":"EEnumLiteral"},{"name":"gray","id":167,"value":3,"literal":"gray","eClass":"EEnumLiteral"},{"name":"darkGray","id":168,"value":4,"literal":"darkGray","eClass":"EEnumLiteral"},{"name":"red","id":169,"value":5,"literal":"red","eClass":"EEnumLiteral"},{"name":"orange","id":170,"value":6,"literal":"orange","eClass":"EEnumLiteral"},{"name":"yellow","id":171,"value":7,"literal":"yellow","eClass":"EEnumLiteral"},{"name":"green","id":172,"value":8,"literal":"green","eClass":"EEnumLiteral"},{"name":"lightGreen","id":173,"value":9,"literal":"lightGreen","eClass":"EEnumLiteral"},{"name":"darkGreen","id":174,"value":10,"literal":"darkGreen","eClass":"EEnumLiteral"},{"name":"cyan","id":175,"value":11,"literal":"cyan","eClass":"EEnumLiteral"},{"name":"lightBlue","id":176,"value":12,"literal":"lightBlue","eClass":"EEnumLiteral"},{"name":"blue","id":177,"value":13,"literal":"blue","eClass":"EEnumLiteral"},{"name":"darkBlue","id":178,"value":14,"literal":"darkBlue","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":"faceName","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":9,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"9","unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"NORMAL","unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"name":"NORMAL","id":186,"value":0,"literal":"NORMAL","eClass":"EEnumLiteral"},{"name":"BOLD","id":187,"value":1,"literal":"BOLD","eClass":"EEnumLiteral"},{"name":"ITALIC","id":188,"value":2,"literal":"ITALIC","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":"x","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":"y","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"id":192,"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":"dx","changeable":true,"lowerBound":0,"iD":false,"id":193,"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":"dy","changeable":true,"lowerBound":0,"iD":false,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"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":"top","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":"left","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":"bottom","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":"right","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"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":"color","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"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":"width","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"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":"insets","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"name":"NONE","id":220,"value":0,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"NORTH","id":221,"value":1,"literal":"NORTH","eClass":"EEnumLiteral"},{"name":"SOUTH","id":222,"value":4,"literal":"SOUTH","eClass":"EEnumLiteral"},{"name":"WEST","id":223,"value":8,"literal":"WEST","eClass":"EEnumLiteral"},{"name":"EAST","id":224,"value":16,"literal":"EAST","eClass":"EEnumLiteral"},{"name":"NORTH_EAST","id":225,"value":17,"literal":"NORTH_EAST","eClass":"EEnumLiteral"},{"name":"NORTH_WEST","id":226,"value":9,"literal":"NORTH_WEST","eClass":"EEnumLiteral"},{"name":"SOUTH_EAST","id":227,"value":20,"literal":"SOUTH_EAST","eClass":"EEnumLiteral"},{"name":"SOUTH_WEST","id":228,"value":12,"literal":"SOUTH_WEST","eClass":"EEnumLiteral"},{"name":"NORTH_SOUTH","id":229,"value":5,"literal":"NORTH_SOUTH","eClass":"EEnumLiteral"},{"name":"EAST_WEST","id":230,"value":24,"literal":"EAST_WEST","eClass":"EEnumLiteral"},{"name":"NSEW","id":231,"value":29,"literal":"NSEW","eClass":"EEnumLiteral"},{"name":"LINE_SOLID","id":232,"value":1,"literal":"LINE_SOLID","eClass":"EEnumLiteral"},{"name":"LINE_DASH","id":233,"value":2,"literal":"LINE_DASH","eClass":"EEnumLiteral"},{"name":"LINE_DOT","id":234,"value":3,"literal":"LINE_DOT","eClass":"EEnumLiteral"},{"name":"LINE_DASHDOT","id":235,"value":4,"literal":"LINE_DASHDOT","eClass":"EEnumLiteral"},{"name":"LINE_DASHDOTDOT","id":236,"value":5,"literal":"LINE_DASHDOTDOT","eClass":"EEnumLiteral"},{"name":"LINE_CUSTOM","id":237,"value":6,"literal":"LINE_CUSTOM","eClass":"EEnumLiteral"},{"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":false},{"id":239,"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":"layoutData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"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":"grabExcessHorizontalSpace","changeable":true,"lowerBound":1,"iD":false,"id":243,"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":"grabExcessVerticalSpace","changeable":true,"lowerBound":1,"iD":false,"id":244,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"verticalSpan","changeable":true,"lowerBound":1,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"horizontalSpan","changeable":true,"lowerBound":1,"iD":false,"id":246,"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":"horizontalIndent","changeable":true,"lowerBound":1,"iD":false,"id":247,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sizeHint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"verticalAlignment","changeable":true,"lowerBound":1,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"horizontalAlignment","changeable":true,"lowerBound":1,"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"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"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":"vertical","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CENTER","unsettable":false,"transient":false,"unique":true,"name":"alignment","changeable":true,"lowerBound":1,"iD":false,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"name":"BEGINNING","id":265,"value":0,"literal":"BEGINNING","eClass":"EEnumLiteral"},{"name":"CENTER","id":266,"value":1,"literal":"CENTER","eClass":"EEnumLiteral"},{"name":"END","id":267,"value":2,"literal":"END","eClass":"EEnumLiteral"},{"name":"FILL","id":268,"value":3,"literal":"FILL","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":"layout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"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":"foregroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"maximumSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minimumSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"preferredSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"font","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"insets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"border","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"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":"descriptor","changeable":false,"resolveProxies":false,"lowerBound":0,"id":282,"derived":true},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"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":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"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":"outline","changeable":true,"lowerBound":0,"iD":false,"id":300,"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":"fill","changeable":true,"lowerBound":0,"iD":false,"id":301,"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":"lineWidth","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineKind","changeable":true,"lowerBound":0,"iD":false,"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":"xorFill","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":"xorOutline","changeable":true,"lowerBound":0,"iD":false,"id":305,"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":"resolvedChildren","changeable":false,"resolveProxies":true,"lowerBound":0,"id":306,"derived":true},{"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"},{"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":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":8,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"cornerWidth","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":8,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"cornerHeight","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"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":"template","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"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":"sourceDecoration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"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":"targetDecoration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customChildren","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"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":"numColumns","changeable":true,"lowerBound":1,"iD":false,"id":350,"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":"equalWidth","changeable":true,"lowerBound":1,"iD":false,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"margins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spacing","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"id":360,"eClass":"EGenericType"},{"id":361,"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":"vertical","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":"matchMinorSize","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":"forceSingleLine","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BEGINNING","unsettable":false,"transient":false,"unique":true,"name":"majorAlignment","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"BEGINNING","unsettable":false,"transient":false,"unique":true,"name":"minorAlignment","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"majorSpacing","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"minorSpacing","changeable":true,"lowerBound":0,"iD":false,"id":368,"derived":false},{"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"},{"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":"topLeft","changeable":true,"resolveProxies":true,"lowerBound":1,"id":378,"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":"size","changeable":true,"resolveProxies":true,"lowerBound":1,"id":379,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultSize","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"name","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"accessor","changeable":true,"lowerBound":0,"iD":false,"id":395,"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":"figure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":396,"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":"owner","changeable":false,"resolveProxies":true,"lowerBound":1,"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":"accessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"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":"actualFigure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"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":1,"target":0},{"source":1,"target":73},{"source":73,"target":74},{"source":73,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"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":75,"target":3},{"source":75,"target":81},{"source":75,"target":2},{"source":81,"target":3},{"source":76,"target":5},{"source":76,"target":82},{"source":76,"target":2},{"source":82,"target":5},{"source":77,"target":6},{"source":77,"target":83},{"source":77,"target":2},{"source":83,"target":6},{"source":78,"target":7},{"source":78,"target":84},{"source":78,"target":2},{"source":84,"target":7},{"source":79,"target":8},{"source":79,"target":85},{"source":79,"target":2},{"source":85,"target":8},{"source":80,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":86,"target":90},{"source":86,"target":3},{"source":87,"target":69},{"source":87,"target":91},{"source":87,"target":3},{"source":91,"target":69},{"source":88,"target":72},{"source":88,"target":92},{"source":88,"target":3},{"source":92,"target":72},{"source":89,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":93},{"source":4,"target":94},{"source":4,"target":95},{"source":93,"target":9},{"source":93,"target":96},{"source":93,"target":4},{"source":96,"target":9},{"source":94,"target":72},{"source":94,"target":97},{"source":94,"target":4},{"source":97,"target":72},{"source":95,"target":1},{"source":5,"target":0},{"source":5,"target":68},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":101},{"source":98,"target":32},{"source":98,"target":102},{"source":98,"target":5},{"source":102,"target":32},{"source":99,"target":32},{"source":99,"target":103},{"source":99,"target":5},{"source":103,"target":32},{"source":100,"target":71},{"source":100,"target":104},{"source":100,"target":5},{"source":104,"target":71},{"source":101,"target":68},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":105},{"source":105,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":106},{"source":7,"target":107},{"source":7,"target":108},{"source":7,"target":109},{"source":106,"target":110},{"source":106,"target":7},{"source":107,"target":111},{"source":107,"target":7},{"source":108,"target":71},{"source":108,"target":112},{"source":108,"target":7},{"source":112,"target":71},{"source":109,"target":4},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":113},{"source":8,"target":114},{"source":8,"target":115},{"source":8,"target":116},{"source":8,"target":117},{"source":113,"target":118},{"source":113,"target":8},{"source":114,"target":119},{"source":114,"target":8},{"source":115,"target":71},{"source":115,"target":120},{"source":115,"target":8},{"source":120,"target":71},{"source":116,"target":71},{"source":116,"target":121},{"source":116,"target":8},{"source":121,"target":71},{"source":117,"target":5},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":122},{"source":10,"target":123},{"source":10,"target":124},{"source":122,"target":125},{"source":122,"target":10},{"source":123,"target":126},{"source":123,"target":10},{"source":124,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":127},{"source":11,"target":128},{"source":127,"target":38},{"source":127,"target":129},{"source":127,"target":11},{"source":129,"target":38},{"source":128,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":130},{"source":12,"target":131},{"source":130,"target":32},{"source":130,"target":132},{"source":130,"target":12},{"source":132,"target":32},{"source":131,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":133},{"source":13,"target":134},{"source":13,"target":135},{"source":133,"target":136},{"source":133,"target":13},{"source":134,"target":137},{"source":134,"target":13},{"source":135,"target":9},{"source":14,"target":0},{"source":14,"target":138},{"source":14,"target":139},{"source":138,"target":140},{"source":138,"target":14},{"source":139,"target":15},{"source":139,"target":141},{"source":139,"target":14},{"source":141,"target":15},{"source":15,"target":0},{"source":15,"target":142},{"source":15,"target":143},{"source":15,"target":144},{"source":15,"target":145},{"source":142,"target":146},{"source":142,"target":15},{"source":143,"target":147},{"source":143,"target":15},{"source":144,"target":148},{"source":144,"target":15},{"source":145,"target":149},{"source":145,"target":15},{"source":16,"target":0},{"source":16,"target":150},{"source":16,"target":151},{"source":150,"target":152},{"source":150,"target":16},{"source":151,"target":69},{"source":151,"target":153},{"source":151,"target":16},{"source":153,"target":69},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":154},{"source":18,"target":155},{"source":18,"target":156},{"source":18,"target":157},{"source":154,"target":158},{"source":154,"target":18},{"source":155,"target":159},{"source":155,"target":18},{"source":156,"target":160},{"source":156,"target":18},{"source":157,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":161},{"source":19,"target":162},{"source":161,"target":20},{"source":161,"target":163},{"source":161,"target":19},{"source":163,"target":20},{"source":162,"target":17},{"source":20,"target":0},{"source":20,"target":164},{"source":20,"target":165},{"source":20,"target":166},{"source":20,"target":167},{"source":20,"target":168},{"source":20,"target":169},{"source":20,"target":170},{"source":20,"target":171},{"source":20,"target":172},{"source":20,"target":173},{"source":20,"target":174},{"source":20,"target":175},{"source":20,"target":176},{"source":20,"target":177},{"source":20,"target":178},{"source":164,"target":20},{"source":165,"target":20},{"source":166,"target":20},{"source":167,"target":20},{"source":168,"target":20},{"source":169,"target":20},{"source":170,"target":20},{"source":171,"target":20},{"source":172,"target":20},{"source":173,"target":20},{"source":174,"target":20},{"source":175,"target":20},{"source":176,"target":20},{"source":177,"target":20},{"source":178,"target":20},{"source":21,"target":0},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":179},{"source":22,"target":180},{"source":22,"target":181},{"source":22,"target":182},{"source":179,"target":183},{"source":179,"target":22},{"source":180,"target":184},{"source":180,"target":22},{"source":181,"target":23},{"source":181,"target":185},{"source":181,"target":22},{"source":185,"target":23},{"source":182,"target":21},{"source":23,"target":0},{"source":23,"target":186},{"source":23,"target":187},{"source":23,"target":188},{"source":186,"target":23},{"source":187,"target":23},{"source":188,"target":23},{"source":24,"target":0},{"source":24,"target":189},{"source":24,"target":190},{"source":189,"target":191},{"source":189,"target":24},{"source":190,"target":192},{"source":190,"target":24},{"source":25,"target":0},{"source":25,"target":193},{"source":25,"target":194},{"source":193,"target":195},{"source":193,"target":25},{"source":194,"target":196},{"source":194,"target":25},{"source":26,"target":0},{"source":26,"target":197},{"source":26,"target":198},{"source":26,"target":199},{"source":26,"target":200},{"source":197,"target":201},{"source":197,"target":26},{"source":198,"target":202},{"source":198,"target":26},{"source":199,"target":203},{"source":199,"target":26},{"source":200,"target":204},{"source":200,"target":26},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":205},{"source":28,"target":206},{"source":28,"target":207},{"source":205,"target":17},{"source":205,"target":208},{"source":205,"target":28},{"source":208,"target":17},{"source":206,"target":209},{"source":206,"target":28},{"source":207,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":210},{"source":29,"target":211},{"source":210,"target":26},{"source":210,"target":212},{"source":210,"target":29},{"source":212,"target":26},{"source":211,"target":27},{"source":30,"target":0},{"source":30,"target":27},{"source":30,"target":213},{"source":30,"target":214},{"source":30,"target":215},{"source":213,"target":27},{"source":213,"target":216},{"source":213,"target":30},{"source":216,"target":27},{"source":214,"target":27},{"source":214,"target":217},{"source":214,"target":30},{"source":217,"target":27},{"source":215,"target":27},{"source":31,"target":0},{"source":31,"target":27},{"source":31,"target":14},{"source":31,"target":218},{"source":31,"target":219},{"source":218,"target":27},{"source":219,"target":14},{"source":32,"target":0},{"source":32,"target":220},{"source":32,"target":221},{"source":32,"target":222},{"source":32,"target":223},{"source":32,"target":224},{"source":32,"target":225},{"source":32,"target":226},{"source":32,"target":227},{"source":32,"target":228},{"source":32,"target":229},{"source":32,"target":230},{"source":32,"target":231},{"source":220,"target":32},{"source":221,"target":32},{"source":222,"target":32},{"source":223,"target":32},{"source":224,"target":32},{"source":225,"target":32},{"source":226,"target":32},{"source":227,"target":32},{"source":228,"target":32},{"source":229,"target":32},{"source":230,"target":32},{"source":231,"target":32},{"source":33,"target":0},{"source":33,"target":232},{"source":33,"target":233},{"source":33,"target":234},{"source":33,"target":235},{"source":33,"target":236},{"source":33,"target":237},{"source":232,"target":33},{"source":233,"target":33},{"source":234,"target":33},{"source":235,"target":33},{"source":236,"target":33},{"source":237,"target":33},{"source":34,"target":0},{"source":34,"target":238},{"source":238,"target":39},{"source":238,"target":239},{"source":238,"target":34},{"source":238,"target":240},{"source":239,"target":39},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":14},{"source":35,"target":241},{"source":35,"target":242},{"source":241,"target":34},{"source":242,"target":14},{"source":36,"target":0},{"source":36,"target":34},{"source":36,"target":243},{"source":36,"target":244},{"source":36,"target":245},{"source":36,"target":246},{"source":36,"target":247},{"source":36,"target":248},{"source":36,"target":249},{"source":36,"target":250},{"source":36,"target":251},{"source":243,"target":252},{"source":243,"target":36},{"source":244,"target":253},{"source":244,"target":36},{"source":245,"target":254},{"source":245,"target":36},{"source":246,"target":255},{"source":246,"target":36},{"source":247,"target":256},{"source":247,"target":36},{"source":248,"target":25},{"source":248,"target":257},{"source":248,"target":36},{"source":257,"target":25},{"source":249,"target":38},{"source":249,"target":258},{"source":249,"target":36},{"source":258,"target":38},{"source":250,"target":38},{"source":250,"target":259},{"source":250,"target":36},{"source":259,"target":38},{"source":251,"target":34},{"source":37,"target":0},{"source":37,"target":34},{"source":37,"target":260},{"source":37,"target":261},{"source":37,"target":262},{"source":260,"target":263},{"source":260,"target":37},{"source":261,"target":38},{"source":261,"target":264},{"source":261,"target":37},{"source":264,"target":38},{"source":262,"target":34},{"source":38,"target":0},{"source":38,"target":265},{"source":38,"target":266},{"source":38,"target":267},{"source":38,"target":268},{"source":265,"target":38},{"source":266,"target":38},{"source":267,"target":38},{"source":268,"target":38},{"source":39,"target":0},{"source":39,"target":240},{"source":39,"target":269},{"source":240,"target":34},{"source":240,"target":270},{"source":240,"target":39},{"source":240,"target":238},{"source":270,"target":34},{"source":269,"target":58},{"source":269,"target":271},{"source":269,"target":39},{"source":271,"target":58},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":272},{"source":40,"target":273},{"source":40,"target":274},{"source":40,"target":275},{"source":40,"target":276},{"source":40,"target":277},{"source":40,"target":278},{"source":40,"target":279},{"source":40,"target":280},{"source":40,"target":281},{"source":40,"target":282},{"source":40,"target":283},{"source":272,"target":17},{"source":272,"target":284},{"source":272,"target":40},{"source":284,"target":17},{"source":273,"target":17},{"source":273,"target":285},{"source":273,"target":40},{"source":285,"target":17},{"source":274,"target":25},{"source":274,"target":286},{"source":274,"target":40},{"source":286,"target":25},{"source":275,"target":25},{"source":275,"target":287},{"source":275,"target":40},{"source":287,"target":25},{"source":276,"target":25},{"source":276,"target":288},{"source":276,"target":40},{"source":288,"target":25},{"source":277,"target":21},{"source":277,"target":289},{"source":277,"target":40},{"source":289,"target":21},{"source":278,"target":26},{"source":278,"target":290},{"source":278,"target":40},{"source":290,"target":26},{"source":279,"target":27},{"source":279,"target":291},{"source":279,"target":40},{"source":291,"target":27},{"source":280,"target":24},{"source":280,"target":292},{"source":280,"target":40},{"source":292,"target":24},{"source":281,"target":24},{"source":281,"target":293},{"source":281,"target":40},{"source":293,"target":24},{"source":282,"target":72},{"source":282,"target":294},{"source":282,"target":40},{"source":294,"target":72},{"source":283,"target":39},{"source":41,"target":0},{"source":41,"target":70},{"source":41,"target":295},{"source":41,"target":296},{"source":295,"target":69},{"source":295,"target":297},{"source":295,"target":41},{"source":297,"target":69},{"source":296,"target":70},{"source":42,"target":0},{"source":42,"target":69},{"source":42,"target":298},{"source":298,"target":69},{"source":43,"target":0},{"source":43,"target":69},{"source":43,"target":299},{"source":299,"target":69},{"source":44,"target":0},{"source":44,"target":69},{"source":44,"target":300},{"source":44,"target":301},{"source":44,"target":302},{"source":44,"target":303},{"source":44,"target":304},{"source":44,"target":305},{"source":44,"target":306},{"source":44,"target":307},{"source":300,"target":308},{"source":300,"target":44},{"source":301,"target":309},{"source":301,"target":44},{"source":302,"target":310},{"source":302,"target":44},{"source":303,"target":33},{"source":303,"target":311},{"source":303,"target":44},{"source":311,"target":33},{"source":304,"target":312},{"source":304,"target":44},{"source":305,"target":313},{"source":305,"target":44},{"source":306,"target":40},{"source":306,"target":314},{"source":306,"target":44},{"source":314,"target":40},{"source":307,"target":69},{"source":45,"target":0},{"source":45,"target":69},{"source":45,"target":315},{"source":45,"target":316},{"source":315,"target":317},{"source":315,"target":45},{"source":316,"target":69},{"source":46,"target":0},{"source":46,"target":69},{"source":46,"target":318},{"source":318,"target":69},{"source":47,"target":0},{"source":47,"target":44},{"source":47,"target":319},{"source":319,"target":44},{"source":48,"target":0},{"source":48,"target":44},{"source":48,"target":320},{"source":48,"target":321},{"source":48,"target":322},{"source":320,"target":323},{"source":320,"target":48},{"source":321,"target":324},{"source":321,"target":48},{"source":322,"target":44},{"source":49,"target":0},{"source":49,"target":44},{"source":49,"target":325},{"source":325,"target":44},{"source":50,"target":0},{"source":50,"target":44},{"source":50,"target":326},{"source":50,"target":327},{"source":326,"target":24},{"source":326,"target":328},{"source":326,"target":50},{"source":328,"target":24},{"source":327,"target":44},{"source":51,"target":0},{"source":51,"target":50},{"source":51,"target":329},{"source":329,"target":50},{"source":52,"target":0},{"source":52,"target":50},{"source":52,"target":42},{"source":52,"target":330},{"source":52,"target":331},{"source":52,"target":332},{"source":52,"target":333},{"source":330,"target":43},{"source":330,"target":334},{"source":330,"target":52},{"source":334,"target":43},{"source":331,"target":43},{"source":331,"target":335},{"source":331,"target":52},{"source":335,"target":43},{"source":332,"target":50},{"source":333,"target":42},{"source":53,"target":0},{"source":53,"target":50},{"source":53,"target":43},{"source":53,"target":336},{"source":53,"target":337},{"source":336,"target":50},{"source":337,"target":43},{"source":54,"target":0},{"source":54,"target":51},{"source":54,"target":43},{"source":54,"target":338},{"source":54,"target":339},{"source":338,"target":51},{"source":339,"target":43},{"source":55,"target":0},{"source":55,"target":14},{"source":55,"target":69},{"source":55,"target":340},{"source":55,"target":341},{"source":55,"target":342},{"source":340,"target":16},{"source":340,"target":343},{"source":340,"target":55},{"source":343,"target":16},{"source":341,"target":14},{"source":342,"target":69},{"source":56,"target":0},{"source":56,"target":55},{"source":56,"target":43},{"source":56,"target":344},{"source":56,"target":345},{"source":344,"target":55},{"source":345,"target":43},{"source":57,"target":0},{"source":57,"target":55},{"source":57,"target":42},{"source":57,"target":346},{"source":57,"target":347},{"source":346,"target":55},{"source":347,"target":42},{"source":58,"target":0},{"source":59,"target":0},{"source":59,"target":58},{"source":59,"target":14},{"source":59,"target":348},{"source":59,"target":349},{"source":348,"target":58},{"source":349,"target":14},{"source":60,"target":0},{"source":60,"target":58},{"source":60,"target":350},{"source":60,"target":351},{"source":60,"target":352},{"source":60,"target":353},{"source":60,"target":354},{"source":350,"target":355},{"source":350,"target":60},{"source":351,"target":356},{"source":351,"target":60},{"source":352,"target":25},{"source":352,"target":357},{"source":352,"target":60},{"source":357,"target":25},{"source":353,"target":25},{"source":353,"target":358},{"source":353,"target":60},{"source":358,"target":25},{"source":354,"target":58},{"source":61,"target":0},{"source":61,"target":58},{"source":61,"target":359},{"source":61,"target":360},{"source":359,"target":25},{"source":359,"target":361},{"source":359,"target":61},{"source":361,"target":25},{"source":360,"target":58},{"source":62,"target":0},{"source":62,"target":58},{"source":62,"target":362},{"source":62,"target":363},{"source":62,"target":364},{"source":62,"target":365},{"source":62,"target":366},{"source":62,"target":367},{"source":62,"target":368},{"source":62,"target":369},{"source":362,"target":370},{"source":362,"target":62},{"source":363,"target":371},{"source":363,"target":62},{"source":364,"target":372},{"source":364,"target":62},{"source":365,"target":38},{"source":365,"target":373},{"source":365,"target":62},{"source":373,"target":38},{"source":366,"target":38},{"source":366,"target":374},{"source":366,"target":62},{"source":374,"target":38},{"source":367,"target":375},{"source":367,"target":62},{"source":368,"target":376},{"source":368,"target":62},{"source":369,"target":58},{"source":63,"target":0},{"source":63,"target":58},{"source":63,"target":377},{"source":377,"target":58},{"source":64,"target":0},{"source":64,"target":34},{"source":64,"target":378},{"source":64,"target":379},{"source":64,"target":380},{"source":378,"target":24},{"source":378,"target":381},{"source":378,"target":64},{"source":381,"target":24},{"source":379,"target":25},{"source":379,"target":382},{"source":379,"target":64},{"source":382,"target":25},{"source":380,"target":34},{"source":65,"target":0},{"source":65,"target":58},{"source":65,"target":383},{"source":383,"target":58},{"source":66,"target":0},{"source":66,"target":51},{"source":66,"target":384},{"source":384,"target":51},{"source":67,"target":0},{"source":67,"target":9},{"source":67,"target":385},{"source":67,"target":386},{"source":385,"target":25},{"source":385,"target":387},{"source":385,"target":67},{"source":387,"target":25},{"source":386,"target":9},{"source":68,"target":0},{"source":68,"target":4},{"source":68,"target":388},{"source":388,"target":4},{"source":69,"target":0},{"source":69,"target":70},{"source":69,"target":389},{"source":69,"target":390},{"source":69,"target":391},{"source":389,"target":40},{"source":389,"target":392},{"source":389,"target":69},{"source":392,"target":40},{"source":390,"target":393},{"source":390,"target":69},{"source":391,"target":70},{"source":70,"target":0},{"source":70,"target":40},{"source":70,"target":394},{"source":394,"target":40},{"source":71,"target":0},{"source":71,"target":395},{"source":71,"target":396},{"source":71,"target":397},{"source":395,"target":398},{"source":395,"target":71},{"source":396,"target":40},{"source":396,"target":399},{"source":396,"target":71},{"source":399,"target":40},{"source":397,"target":72},{"source":397,"target":400},{"source":397,"target":71},{"source":397,"target":401},{"source":400,"target":72},{"source":72,"target":0},{"source":72,"target":1},{"source":72,"target":402},{"source":72,"target":401},{"source":72,"target":403},{"source":402,"target":40},{"source":402,"target":404},{"source":402,"target":72},{"source":404,"target":40},{"source":401,"target":71},{"source":401,"target":405},{"source":401,"target":72},{"source":401,"target":397},{"source":405,"target":71},{"source":403,"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="org"
nsURI="http://www.kermeta.org/Traceability/2.0.0/" nsPrefix="org">
<eClassifiers xsi:type="ecore:EClass" name="DummyClass" abstract="true"/>
<eSubpackages name="kermeta" nsURI="http://www.kermeta.org/Traceability/2.0.0//org/kermeta"
nsPrefix="org_kermeta">
<eClassifiers xsi:type="ecore:EClass" name="DummyClass" abstract="true"/>
<eSubpackages name="traceability" nsURI="http://www.kermeta.org/Traceability/2.0.0//org/kermeta/traceability"
nsPrefix="org_kermeta_traceability">
<eAnnotations source="kermeta.req">
<details key="platform:/plugin/fr.irisa.triskell.kermeta/lib/framework.km"
value="platform:/plugin/fr.irisa.triskell.kermeta/lib/framework.km"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="TracePackage">
<eAnnotations source="kermeta">
<details key="documentation" value="/**
 * This class represents a trace model.
 * This is a set of traces, references and messages.
 */"/>
</eAnnotations>
<eOperations name="convertReferences"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="references" ordered="false"
upperBound="-1" eType="#//kermeta/traceability/Reference" containment="true"
eOpposite="#//kermeta/traceability/Reference/traceMdl">
<eAnnotations source="kermeta">
<details key="documentation" value="/** Set of references to the traced objects of the trace model */"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subpackage" upperBound="-1"
eType="#//kermeta/traceability/TracePackage" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contexts" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trace">
<eAnnotations source="kermeta">
<details key="documentation" value="/**
 * This class represents a trace element
 */"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElem" eType="#//kermeta/traceability/Traceable"
eOpposite="#//kermeta/traceability/Traceable/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetElem" eType="#//kermeta/traceability/Traceable"
eOpposite="#//kermeta/traceability/Traceable/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" abstract="true" eSuperTypes="#//kermeta/traceability/Traceable">
<eAnnotations source="kermeta">
<details key="documentation" value="/**
 * This abstract class represents a reference to a concrete object
 */"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="traceMdl" lowerBound="1"
eType="#//kermeta/traceability/TracePackage" eOpposite="#//kermeta/traceability/TracePackage/references">
<eAnnotations source="kermeta">
<details key="documentation" value="/** Link to the containing trace model */"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileReference" abstract="true" eSuperTypes="#//kermeta/traceability/Reference">
<eAnnotations source="kermeta">
<details key="documentation" value="/**
 * This class represents a reference to a concrete object contained by a file
 */"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileURI" lowerBound="1"
eType="#//kermeta/traceability/String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
<details key="documentation" value="/** URI of the file containing the referred concrete object */"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeStamp" eType="#//kermeta/traceability/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextReference" eSuperTypes="#//kermeta/traceability/FileReference">
<eAnnotations source="kermeta">
<details key="documentation" value="/**
 * This class represents a reference to a textual file concrete object
 */"/>
</eAnnotations>
<eAnnotations source="kermeta.inv">
<details key="validTextRef" value="do
	charEndOffset.isGreaterOrEqual(charBeginOffset)
end"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="charBeginOffset" lowerBound="1"
eType="#//kermeta/traceability/Integer">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
<details key="documentation" value="/** Starting line number */"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="charEndOffset" lowerBound="1"
eType="#//kermeta/traceability/Integer">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
<details key="documentation" value="/** Starting character number */"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XMLReference" eSuperTypes="#//kermeta/traceability/FileReference">
<eAnnotations source="kermeta">
<details key="documentation" value="/**
 * This class represents a reference to a XML concrete object
 */"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xPointer" lowerBound="1"
eType="#//kermeta/traceability/String">
<eAnnotations source="kermeta">
<details key="isComposite" value="true"/>
<details key="documentation" value="/** XML link to the referred XML concrete object */"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelReference" eSuperTypes="#//kermeta/traceability/Reference">
<eAnnotations source="kermeta">
<details key="documentation" value="/**
 * This class represents a reference to a model element
 */"/>
</eAnnotations>
<eOperations name="toUriReference" eType="#//kermeta/traceability/UriReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refObject" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"/>
<eClassifiers xsi:type="ecore:EClass" name="QualifiedNameReference" eSuperTypes="#//kermeta/traceability/Reference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" lowerBound="1"
eType="#//kermeta/traceability/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Traceable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1"
eType="#//kermeta/traceability/Trace" containment="true" eOpposite="#//kermeta/traceability/Trace/sourceElem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1"
eType="#//kermeta/traceability/Trace" eOpposite="#//kermeta/traceability/Trace/targetElem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UriReference" eSuperTypes="#//kermeta/traceability/Reference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//kermeta/traceability/String"/>
</eClassifiers>
</eSubpackages>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/diverse-project/kermeta2/org/kermeta/traceability/org.kermeta.traceability.model/model/Traceability.ecore | ecore | org
DummyClass
kermeta
DummyClass
traceability
TracePackage
convertReferences
references
subpackage
contexts
Trace
sourceElem
targetElem
context
Reference
traceMdl
FileReference
fileURI
timeStamp
TextReference
charBeginOffset
charEndOffset
XMLReference
xPointer
ModelReference
toUriReference
refObject
String
java.lang.String
java.lang.String
Integer
java.lang.Integer
java.lang.Integer
Object
java.lang.Object
java.lang.Object
QualifiedNameReference
qualifiedName
Traceable
target
source
UriReference
uri | null | {"directed":true,"nodes":[{"nsPrefix":"org","nsURI":"http://www.kermeta.org/Traceability/2.0.0/","name":"org","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DummyClass","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"org_kermeta","nsURI":"http://www.kermeta.org/Traceability/2.0.0//org/kermeta","name":"kermeta","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DummyClass","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":"org_kermeta_traceability","nsURI":"http://www.kermeta.org/Traceability/2.0.0//org/kermeta/traceability","name":"traceability","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TracePackage","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileReference","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextReference","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XMLReference","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelReference","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":14,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualifiedNameReference","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Traceable","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UriReference","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"convertReferences","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"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":"references","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":true,"unsettable":false,"transient":false,"unique":true,"name":"subpackage","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":true,"unsettable":false,"transient":false,"unique":true,"name":"contexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"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":"traceMdl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"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":"sourceElem","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":"targetElem","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":"context","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"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":"fileURI","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"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":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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"charBeginOffset","changeable":true,"lowerBound":1,"iD":false,"id":41,"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":"charEndOffset","changeable":true,"lowerBound":1,"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":"xPointer","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toUriReference","lowerBound":0,"id":49,"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":"refObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"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":"qualifiedName","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"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":"uri","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":3},{"source":2,"target":4},{"source":2,"target":0},{"source":3,"target":2},{"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":2},{"source":5,"target":4},{"source":5,"target":18},{"source":5,"target":19},{"source":5,"target":20},{"source":5,"target":21},{"source":18,"target":5},{"source":19,"target":7},{"source":19,"target":22},{"source":19,"target":5},{"source":19,"target":23},{"source":22,"target":7},{"source":20,"target":5},{"source":20,"target":24},{"source":20,"target":5},{"source":24,"target":5},{"source":21,"target":25},{"source":21,"target":5},{"source":6,"target":4},{"source":6,"target":26},{"source":6,"target":27},{"source":6,"target":28},{"source":26,"target":16},{"source":26,"target":29},{"source":26,"target":6},{"source":26,"target":30},{"source":29,"target":16},{"source":27,"target":16},{"source":27,"target":31},{"source":27,"target":6},{"source":27,"target":32},{"source":31,"target":16},{"source":28,"target":33},{"source":28,"target":6},{"source":7,"target":4},{"source":7,"target":16},{"source":7,"target":23},{"source":7,"target":34},{"source":23,"target":5},{"source":23,"target":35},{"source":23,"target":7},{"source":23,"target":19},{"source":35,"target":5},{"source":34,"target":16},{"source":8,"target":4},{"source":8,"target":7},{"source":8,"target":36},{"source":8,"target":37},{"source":8,"target":38},{"source":36,"target":12},{"source":36,"target":39},{"source":36,"target":8},{"source":39,"target":12},{"source":37,"target":12},{"source":37,"target":40},{"source":37,"target":8},{"source":40,"target":12},{"source":38,"target":7},{"source":9,"target":4},{"source":9,"target":8},{"source":9,"target":41},{"source":9,"target":42},{"source":9,"target":43},{"source":41,"target":13},{"source":41,"target":44},{"source":41,"target":9},{"source":44,"target":13},{"source":42,"target":13},{"source":42,"target":45},{"source":42,"target":9},{"source":45,"target":13},{"source":43,"target":8},{"source":10,"target":4},{"source":10,"target":8},{"source":10,"target":46},{"source":10,"target":47},{"source":46,"target":12},{"source":46,"target":48},{"source":46,"target":10},{"source":48,"target":12},{"source":47,"target":8},{"source":11,"target":4},{"source":11,"target":7},{"source":11,"target":49},{"source":11,"target":50},{"source":11,"target":51},{"source":49,"target":17},{"source":49,"target":52},{"source":49,"target":11},{"source":52,"target":17},{"source":50,"target":53},{"source":50,"target":11},{"source":51,"target":7},{"source":12,"target":4},{"source":13,"target":4},{"source":14,"target":4},{"source":15,"target":4},{"source":15,"target":7},{"source":15,"target":54},{"source":15,"target":55},{"source":54,"target":12},{"source":54,"target":56},{"source":54,"target":15},{"source":56,"target":12},{"source":55,"target":7},{"source":16,"target":4},{"source":16,"target":30},{"source":16,"target":32},{"source":30,"target":6},{"source":30,"target":57},{"source":30,"target":16},{"source":30,"target":26},{"source":57,"target":6},{"source":32,"target":6},{"source":32,"target":58},{"source":32,"target":16},{"source":32,"target":27},{"source":58,"target":6},{"source":17,"target":4},{"source":17,"target":7},{"source":17,"target":59},{"source":17,"target":60},{"source":59,"target":12},{"source":59,"target":61},{"source":59,"target":17},{"source":61,"target":12},{"source":60,"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="lcDsl" nsURI="http://www.wamas.com/ide/launching/LcDsl" nsPrefix="lcDsl">
<eClassifiers xsi:type="ecore:EClass" name="LCModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="configurations" upperBound="-1"
eType="#//LaunchConfig" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LaunchConfig">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="explicit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="manual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="foreground" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noConsole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noValidate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="swInstallSupport" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="replaceEnv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stopInMain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keepRunning" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="runInUiThread" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualify" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifierId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//LaunchConfigType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superConfig" eType="#//LaunchConfig"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="clears" eType="#//ClearOption"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workspace" eType="#//Workspace"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="workingDir" eType="#//WorkingDir"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="memory" eType="#//MemoryOption"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainProject" eType="#//MainProject"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainType" eType="#//MainType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="application" eType="#//ApplicationExtPoint"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="product" eType="#//ProductExtPoint"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="favorites" eType="#//Favorites"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="redirect" eType="#//Redirect"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="execEnv" eType="#//ExecutionEnvironment"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="configIniTemplate" eType="#//ConfigIniTemplate"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="javaMainSearch" eType="#//JavaMainSearch"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="servletConfig" eType="#//RapServletConfig"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contentProviderProduct"
eType="#//ContentProviderProduct" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="test" eType="#//TestConfig"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="plugins" upperBound="-1"
eType="#//AddPlugin" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//AddFeature" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ignore" upperBound="-1"
eType="#//IgnorePlugin" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groupMembers" upperBound="-1"
eType="#//GroupMember" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vmArgs" upperBound="-1"
eType="#//VmArgument" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="progArgs" upperBound="-1"
eType="#//ProgramArgument" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="envVars" upperBound="-1"
eType="#//EnvironmentVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="traces" upperBound="-1"
eType="#//TraceEnablement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Workspace">
<eStructuralFeatures xsi:type="ecore:EReference" name="workspace" eType="#//AnyPath"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WorkingDir">
<eStructuralFeatures xsi:type="ecore:EReference" name="workingDir" eType="#//ExistingPath"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MainProject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="self" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//Project"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MainType">
<eStructuralFeatures xsi:type="ecore:EReference" name="mainClass" eType="#//JavaMainType"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddPlugin">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="plugin" eType="#//PluginWithVersionAndStartLevel"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AddFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//FeatureWithVersion"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContentProviderProduct">
<eStructuralFeatures xsi:type="ecore:EReference" name="product" eType="#//ExistingPath"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IgnorePlugin">
<eStructuralFeatures xsi:type="ecore:EReference" name="plugin" eType="#//PluginWithVersion"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VmArgument">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//StringWithVariables" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProgramArgument">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//StringWithVariables" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnvironmentVariable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//StringWithVariables"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationExtPoint">
<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="ProductExtPoint">
<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="Favorites">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="types" unique="false" upperBound="-1"
eType="#//LaunchModeType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Redirect">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outWhich" eType="#//OutputStream"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outFile" eType="#//AnyPath"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noAppend" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inWhich" eType="#//InputStream"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inFile" eType="#//ExistingPath"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment">
<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="ConfigIniTemplate">
<eStructuralFeatures xsi:type="ecore:EReference" name="path" eType="#//ExistingPath"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceEnablement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plugin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="what" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaMainSearch">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="system" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inherited" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RapServletConfig">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="servletPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="browserMode" eType="#//BrowserLaunchMode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serverPort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sessionTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contextPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="devMode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Path">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//StringWithVariables"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExistingPath" eSuperTypes="#//Path"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyPath" eSuperTypes="#//Path"/>
<eClassifiers xsi:type="ecore:EClass" name="PluginWithVersionAndStartLevel">
<eStructuralFeatures xsi:type="ecore:EReference" name="plugin" eType="#//PluginWithVersion"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autoStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startLevel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PluginWithVersion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureWithVersion">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Project">
<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="JavaMainType">
<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="ClearOption">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workspace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="log" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noAskClear" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="config" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MemoryOption">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minUnit" eType="#//MemoryUnit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxUnit" eType="#//MemoryUnit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="perm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="permUnit" eType="#//MemoryUnit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupMember">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//LaunchModeType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="adopt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="member" eType="#//LaunchConfig"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="postAction" eType="#//GroupPostLaunchAction"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupPostLaunchAction"/>
<eClassifiers xsi:type="ecore:EClass" name="GroupPostLaunchDelay" eSuperTypes="#//GroupPostLaunchAction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delay" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupPostLaunchRegex" eSuperTypes="#//GroupPostLaunchAction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupPostLaunchWait" eSuperTypes="#//GroupPostLaunchAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StringWithVariables">
<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="TestConfig">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="runner" eType="#//TestRunnerType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="container" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="method" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="excludeTags" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeTags" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BrowserLaunchMode">
<eLiterals name="INTERNAL" literal="internal"/>
<eLiterals name="EXTERNAL" value="1" literal="external"/>
<eLiterals name="NONE" value="2" literal="none"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LaunchConfigType">
<eLiterals name="JAVA" literal="java"/>
<eLiterals name="ECLIPSE" value="1" literal="eclipse"/>
<eLiterals name="RAP" value="2" literal="rap"/>
<eLiterals name="GROUP" value="3" literal="group"/>
<eLiterals name="SWTBOT" value="4" literal="swtbot"/>
<eLiterals name="JUNIT_PLUGIN" value="5" literal="junit-plugin"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LaunchModeType">
<eLiterals name="INHERIT" literal="inherit"/>
<eLiterals name="RUN" value="1" literal="run"/>
<eLiterals name="DEBUG" value="2" literal="debug"/>
<eLiterals name="PROFILE" value="3" literal="profile"/>
<eLiterals name="COVERAGE" value="4" literal="coverage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MemoryUnit">
<eLiterals name="MB" literal="M"/>
<eLiterals name="GB" value="1" literal="G"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OutputStream">
<eLiterals name="STDOUT" literal="stdout"/>
<eLiterals name="STDERR" value="1" literal="stderr"/>
<eLiterals name="BOTH" value="2" literal="both-out"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="InputStream">
<eLiterals name="STDIN" literal="stdin"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TestRunnerType">
<eLiterals name="JUNIT4" literal="junit4"/>
<eLiterals name="JUNIT5" value="1" literal="junit5"/>
<eLiterals name="JUNIT3" value="2" literal="junit3"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/mduft/lcdsl/com.wamas.ide.launching/model/generated/LcDsl.ecore | ecore | lcDsl
LCModel
configurations
LaunchConfig
explicit
manual
abstract
foreground
noConsole
noValidate
swInstallSupport
replaceEnv
stopInMain
keepRunning
runInUiThread
qualify
qualifierId
type
name
superConfig
clears
workspace
workingDir
memory
mainProject
mainType
application
product
favorites
redirect
execEnv
configIniTemplate
javaMainSearch
servletConfig
contentProviderProduct
test
plugins
features
ignore
groupMembers
vmArgs
progArgs
envVars
traces
Workspace
workspace
WorkingDir
workingDir
MainProject
self
project
MainType
mainClass
AddPlugin
optional
plugin
AddFeature
optional
feature
ContentProviderProduct
product
IgnorePlugin
plugin
VmArgument
arguments
ProgramArgument
arguments
EnvironmentVariable
name
value
ApplicationExtPoint
name
ProductExtPoint
name
Favorites
types
Redirect
outWhich
outFile
noAppend
inWhich
inFile
ExecutionEnvironment
name
ConfigIniTemplate
path
TraceEnablement
plugin
what
JavaMainSearch
system
inherited
RapServletConfig
servletPath
browserMode
serverPort
sessionTimeout
contextPath
devMode
Path
name
ExistingPath
AnyPath
PluginWithVersionAndStartLevel
plugin
autoStart
startLevel
PluginWithVersion
name
version
FeatureWithVersion
name
version
Project
name
JavaMainType
name
ClearOption
workspace
log
noAskClear
config
MemoryOption
min
minUnit
max
maxUnit
perm
permUnit
GroupMember
type
adopt
member
postAction
GroupPostLaunchAction
GroupPostLaunchDelay
delay
GroupPostLaunchRegex
regex
GroupPostLaunchWait
StringWithVariables
value
TestConfig
runner
container
class
method
excludeTags
includeTags
BrowserLaunchMode
INTERNAL
internal
EXTERNAL
external
NONE
none
LaunchConfigType
JAVA
java
ECLIPSE
eclipse
RAP
rap
GROUP
group
SWTBOT
swtbot
JUNIT_PLUGIN
junit-plugin
LaunchModeType
INHERIT
inherit
RUN
run
DEBUG
debug
PROFILE
profile
COVERAGE
coverage
MemoryUnit
MB
M
GB
G
OutputStream
STDOUT
stdout
STDERR
stderr
BOTH
both-out
InputStream
STDIN
stdin
TestRunnerType
JUNIT4
junit4
JUNIT5
junit5
JUNIT3
junit3 | null | {"directed":true,"nodes":[{"nsPrefix":"lcDsl","nsURI":"http://www.wamas.com/ide/launching/LcDsl","name":"lcDsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LCModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LaunchConfig","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Workspace","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkingDir","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MainProject","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MainType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddPlugin","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddFeature","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentProviderProduct","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IgnorePlugin","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VmArgument","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgramArgument","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvironmentVariable","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationExtPoint","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductExtPoint","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Favorites","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Redirect","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigIniTemplate","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceEnablement","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaMainSearch","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RapServletConfig","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Path","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistingPath","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyPath","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginWithVersionAndStartLevel","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginWithVersion","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureWithVersion","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaMainType","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearOption","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryOption","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupMember","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupPostLaunchAction","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupPostLaunchDelay","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupPostLaunchRegex","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupPostLaunchWait","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringWithVariables","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestConfig","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BrowserLaunchMode","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LaunchConfigType","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LaunchModeType","instanceClass":null,"id":42,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MemoryUnit","instanceClass":null,"id":43,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OutputStream","instanceClass":null,"id":44,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"InputStream","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TestRunnerType","instanceClass":null,"id":46,"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":"configurations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"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":"explicit","changeable":true,"lowerBound":0,"iD":false,"id":49,"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":"manual","changeable":true,"lowerBound":0,"iD":false,"id":50,"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":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":"foreground","changeable":true,"lowerBound":0,"iD":false,"id":52,"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":"noConsole","changeable":true,"lowerBound":0,"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":"noValidate","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":"swInstallSupport","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":"replaceEnv","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":"stopInMain","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":"keepRunning","changeable":true,"lowerBound":0,"iD":false,"id":58,"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":"runInUiThread","changeable":true,"lowerBound":0,"iD":false,"id":59,"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":"qualify","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":"qualifierId","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":"type","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":"name","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":false,"unsettable":false,"transient":false,"unique":true,"name":"superConfig","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":"clears","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":"workspace","changeable":true,"resolveProxies":true,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"workingDir","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"memory","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":"mainProject","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":true,"unsettable":false,"transient":false,"unique":true,"name":"mainType","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":true,"unsettable":false,"transient":false,"unique":true,"name":"application","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":"product","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":"favorites","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":"redirect","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":true,"unsettable":false,"transient":false,"unique":true,"name":"execEnv","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":true,"unsettable":false,"transient":false,"unique":true,"name":"configIniTemplate","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"javaMainSearch","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":"servletConfig","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentProviderProduct","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":"test","changeable":true,"resolveProxies":true,"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":"plugins","changeable":true,"resolveProxies":true,"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":"features","changeable":true,"resolveProxies":true,"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":"ignore","changeable":true,"resolveProxies":true,"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":"groupMembers","changeable":true,"resolveProxies":true,"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":"vmArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"progArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"envVars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"traces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"workspace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"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":"workingDir","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"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":"self","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"container":false,"ordered":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":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"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":"mainClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"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":"optional","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":"plugin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"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":"optional","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"container":false,"ordered":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":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"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":"product","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"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":"plugin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"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":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":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":153,"derived":false},{"id":154,"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":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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"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":159,"derived":false},{"id":160,"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":161,"derived":false},{"id":162,"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":"types","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outWhich","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":"outFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"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":"noAppend","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":"inWhich","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"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":175,"derived":false},{"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":"path","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"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":"plugin","changeable":true,"lowerBound":0,"iD":false,"id":179,"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":"what","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"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":"system","changeable":true,"lowerBound":0,"iD":false,"id":183,"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":"inherited","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"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":"servletPath","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"browserMode","changeable":true,"lowerBound":0,"iD":false,"id":188,"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":"serverPort","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":"sessionTimeout","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contextPath","changeable":true,"lowerBound":0,"iD":false,"id":191,"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":"devMode","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"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":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"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":"plugin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"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":"autoStart","changeable":true,"lowerBound":0,"iD":false,"id":204,"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":"startLevel","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"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},{"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":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"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":213,"derived":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":214,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"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":219,"derived":false},{"id":220,"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":"workspace","changeable":true,"lowerBound":0,"iD":false,"id":221,"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":"log","changeable":true,"lowerBound":0,"iD":false,"id":222,"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":"noAskClear","changeable":true,"lowerBound":0,"iD":false,"id":223,"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":"config","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"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":"min","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minUnit","changeable":true,"lowerBound":0,"iD":false,"id":230,"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":"max","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxUnit","changeable":true,"lowerBound":0,"iD":false,"id":232,"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":"perm","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"permUnit","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"},{"id":240,"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":241,"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":"adopt","changeable":true,"lowerBound":0,"iD":false,"id":242,"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","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"postAction","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":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"delay","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"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":"regex","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"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":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"runner","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"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":"method","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"excludeTags","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"includeTags","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"name":"INTERNAL","id":270,"value":0,"literal":"internal","eClass":"EEnumLiteral"},{"name":"EXTERNAL","id":271,"value":1,"literal":"external","eClass":"EEnumLiteral"},{"name":"NONE","id":272,"value":2,"literal":"none","eClass":"EEnumLiteral"},{"name":"JAVA","id":273,"value":0,"literal":"java","eClass":"EEnumLiteral"},{"name":"ECLIPSE","id":274,"value":1,"literal":"eclipse","eClass":"EEnumLiteral"},{"name":"RAP","id":275,"value":2,"literal":"rap","eClass":"EEnumLiteral"},{"name":"GROUP","id":276,"value":3,"literal":"group","eClass":"EEnumLiteral"},{"name":"SWTBOT","id":277,"value":4,"literal":"swtbot","eClass":"EEnumLiteral"},{"name":"JUNIT_PLUGIN","id":278,"value":5,"literal":"junit-plugin","eClass":"EEnumLiteral"},{"name":"INHERIT","id":279,"value":0,"literal":"inherit","eClass":"EEnumLiteral"},{"name":"RUN","id":280,"value":1,"literal":"run","eClass":"EEnumLiteral"},{"name":"DEBUG","id":281,"value":2,"literal":"debug","eClass":"EEnumLiteral"},{"name":"PROFILE","id":282,"value":3,"literal":"profile","eClass":"EEnumLiteral"},{"name":"COVERAGE","id":283,"value":4,"literal":"coverage","eClass":"EEnumLiteral"},{"name":"MB","id":284,"value":0,"literal":"M","eClass":"EEnumLiteral"},{"name":"GB","id":285,"value":1,"literal":"G","eClass":"EEnumLiteral"},{"name":"STDOUT","id":286,"value":0,"literal":"stdout","eClass":"EEnumLiteral"},{"name":"STDERR","id":287,"value":1,"literal":"stderr","eClass":"EEnumLiteral"},{"name":"BOTH","id":288,"value":2,"literal":"both-out","eClass":"EEnumLiteral"},{"name":"STDIN","id":289,"value":0,"literal":"stdin","eClass":"EEnumLiteral"},{"name":"JUNIT4","id":290,"value":0,"literal":"junit4","eClass":"EEnumLiteral"},{"name":"JUNIT5","id":291,"value":1,"literal":"junit5","eClass":"EEnumLiteral"},{"name":"JUNIT3","id":292,"value":2,"literal":"junit3","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":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":1,"target":0},{"source":1,"target":47},{"source":47,"target":2},{"source":47,"target":48},{"source":47,"target":1},{"source":48,"target":2},{"source":2,"target":0},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":2,"target":57},{"source":2,"target":58},{"source":2,"target":59},{"source":2,"target":60},{"source":2,"target":61},{"source":2,"target":62},{"source":2,"target":63},{"source":2,"target":64},{"source":2,"target":65},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"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":49,"target":89},{"source":49,"target":2},{"source":50,"target":90},{"source":50,"target":2},{"source":51,"target":91},{"source":51,"target":2},{"source":52,"target":92},{"source":52,"target":2},{"source":53,"target":93},{"source":53,"target":2},{"source":54,"target":94},{"source":54,"target":2},{"source":55,"target":95},{"source":55,"target":2},{"source":56,"target":96},{"source":56,"target":2},{"source":57,"target":97},{"source":57,"target":2},{"source":58,"target":98},{"source":58,"target":2},{"source":59,"target":99},{"source":59,"target":2},{"source":60,"target":100},{"source":60,"target":2},{"source":61,"target":101},{"source":61,"target":2},{"source":62,"target":41},{"source":62,"target":102},{"source":62,"target":2},{"source":102,"target":41},{"source":63,"target":103},{"source":63,"target":2},{"source":64,"target":2},{"source":64,"target":104},{"source":64,"target":2},{"source":104,"target":2},{"source":65,"target":31},{"source":65,"target":105},{"source":65,"target":2},{"source":105,"target":31},{"source":66,"target":3},{"source":66,"target":106},{"source":66,"target":2},{"source":106,"target":3},{"source":67,"target":4},{"source":67,"target":107},{"source":67,"target":2},{"source":107,"target":4},{"source":68,"target":32},{"source":68,"target":108},{"source":68,"target":2},{"source":108,"target":32},{"source":69,"target":5},{"source":69,"target":109},{"source":69,"target":2},{"source":109,"target":5},{"source":70,"target":6},{"source":70,"target":110},{"source":70,"target":2},{"source":110,"target":6},{"source":71,"target":14},{"source":71,"target":111},{"source":71,"target":2},{"source":111,"target":14},{"source":72,"target":15},{"source":72,"target":112},{"source":72,"target":2},{"source":112,"target":15},{"source":73,"target":16},{"source":73,"target":113},{"source":73,"target":2},{"source":113,"target":16},{"source":74,"target":17},{"source":74,"target":114},{"source":74,"target":2},{"source":114,"target":17},{"source":75,"target":18},{"source":75,"target":115},{"source":75,"target":2},{"source":115,"target":18},{"source":76,"target":19},{"source":76,"target":116},{"source":76,"target":2},{"source":116,"target":19},{"source":77,"target":21},{"source":77,"target":117},{"source":77,"target":2},{"source":117,"target":21},{"source":78,"target":22},{"source":78,"target":118},{"source":78,"target":2},{"source":118,"target":22},{"source":79,"target":9},{"source":79,"target":119},{"source":79,"target":2},{"source":119,"target":9},{"source":80,"target":39},{"source":80,"target":120},{"source":80,"target":2},{"source":120,"target":39},{"source":81,"target":7},{"source":81,"target":121},{"source":81,"target":2},{"source":121,"target":7},{"source":82,"target":8},{"source":82,"target":122},{"source":82,"target":2},{"source":122,"target":8},{"source":83,"target":10},{"source":83,"target":123},{"source":83,"target":2},{"source":123,"target":10},{"source":84,"target":33},{"source":84,"target":124},{"source":84,"target":2},{"source":124,"target":33},{"source":85,"target":11},{"source":85,"target":125},{"source":85,"target":2},{"source":125,"target":11},{"source":86,"target":12},{"source":86,"target":126},{"source":86,"target":2},{"source":126,"target":12},{"source":87,"target":13},{"source":87,"target":127},{"source":87,"target":2},{"source":127,"target":13},{"source":88,"target":20},{"source":88,"target":128},{"source":88,"target":2},{"source":128,"target":20},{"source":3,"target":0},{"source":3,"target":129},{"source":129,"target":25},{"source":129,"target":130},{"source":129,"target":3},{"source":130,"target":25},{"source":4,"target":0},{"source":4,"target":131},{"source":131,"target":24},{"source":131,"target":132},{"source":131,"target":4},{"source":132,"target":24},{"source":5,"target":0},{"source":5,"target":133},{"source":5,"target":134},{"source":133,"target":135},{"source":133,"target":5},{"source":134,"target":29},{"source":134,"target":136},{"source":134,"target":5},{"source":136,"target":29},{"source":6,"target":0},{"source":6,"target":137},{"source":137,"target":30},{"source":137,"target":138},{"source":137,"target":6},{"source":138,"target":30},{"source":7,"target":0},{"source":7,"target":139},{"source":7,"target":140},{"source":139,"target":141},{"source":139,"target":7},{"source":140,"target":26},{"source":140,"target":142},{"source":140,"target":7},{"source":142,"target":26},{"source":8,"target":0},{"source":8,"target":143},{"source":8,"target":144},{"source":143,"target":145},{"source":143,"target":8},{"source":144,"target":28},{"source":144,"target":146},{"source":144,"target":8},{"source":146,"target":28},{"source":9,"target":0},{"source":9,"target":147},{"source":147,"target":24},{"source":147,"target":148},{"source":147,"target":9},{"source":148,"target":24},{"source":10,"target":0},{"source":10,"target":149},{"source":149,"target":27},{"source":149,"target":150},{"source":149,"target":10},{"source":150,"target":27},{"source":11,"target":0},{"source":11,"target":151},{"source":151,"target":38},{"source":151,"target":152},{"source":151,"target":11},{"source":152,"target":38},{"source":12,"target":0},{"source":12,"target":153},{"source":153,"target":38},{"source":153,"target":154},{"source":153,"target":12},{"source":154,"target":38},{"source":13,"target":0},{"source":13,"target":155},{"source":13,"target":156},{"source":155,"target":157},{"source":155,"target":13},{"source":156,"target":38},{"source":156,"target":158},{"source":156,"target":13},{"source":158,"target":38},{"source":14,"target":0},{"source":14,"target":159},{"source":159,"target":160},{"source":159,"target":14},{"source":15,"target":0},{"source":15,"target":161},{"source":161,"target":162},{"source":161,"target":15},{"source":16,"target":0},{"source":16,"target":163},{"source":163,"target":42},{"source":163,"target":164},{"source":163,"target":16},{"source":164,"target":42},{"source":17,"target":0},{"source":17,"target":165},{"source":17,"target":166},{"source":17,"target":167},{"source":17,"target":168},{"source":17,"target":169},{"source":165,"target":44},{"source":165,"target":170},{"source":165,"target":17},{"source":170,"target":44},{"source":166,"target":25},{"source":166,"target":171},{"source":166,"target":17},{"source":171,"target":25},{"source":167,"target":172},{"source":167,"target":17},{"source":168,"target":45},{"source":168,"target":173},{"source":168,"target":17},{"source":173,"target":45},{"source":169,"target":24},{"source":169,"target":174},{"source":169,"target":17},{"source":174,"target":24},{"source":18,"target":0},{"source":18,"target":175},{"source":175,"target":176},{"source":175,"target":18},{"source":19,"target":0},{"source":19,"target":177},{"source":177,"target":24},{"source":177,"target":178},{"source":177,"target":19},{"source":178,"target":24},{"source":20,"target":0},{"source":20,"target":179},{"source":20,"target":180},{"source":179,"target":181},{"source":179,"target":20},{"source":180,"target":182},{"source":180,"target":20},{"source":21,"target":0},{"source":21,"target":183},{"source":21,"target":184},{"source":183,"target":185},{"source":183,"target":21},{"source":184,"target":186},{"source":184,"target":21},{"source":22,"target":0},{"source":22,"target":187},{"source":22,"target":188},{"source":22,"target":189},{"source":22,"target":190},{"source":22,"target":191},{"source":22,"target":192},{"source":187,"target":193},{"source":187,"target":22},{"source":188,"target":40},{"source":188,"target":194},{"source":188,"target":22},{"source":194,"target":40},{"source":189,"target":195},{"source":189,"target":22},{"source":190,"target":196},{"source":190,"target":22},{"source":191,"target":197},{"source":191,"target":22},{"source":192,"target":198},{"source":192,"target":22},{"source":23,"target":0},{"source":23,"target":199},{"source":199,"target":38},{"source":199,"target":200},{"source":199,"target":23},{"source":200,"target":38},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":201},{"source":201,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":202},{"source":202,"target":23},{"source":26,"target":0},{"source":26,"target":203},{"source":26,"target":204},{"source":26,"target":205},{"source":203,"target":27},{"source":203,"target":206},{"source":203,"target":26},{"source":206,"target":27},{"source":204,"target":207},{"source":204,"target":26},{"source":205,"target":208},{"source":205,"target":26},{"source":27,"target":0},{"source":27,"target":209},{"source":27,"target":210},{"source":209,"target":211},{"source":209,"target":27},{"source":210,"target":212},{"source":210,"target":27},{"source":28,"target":0},{"source":28,"target":213},{"source":28,"target":214},{"source":213,"target":215},{"source":213,"target":28},{"source":214,"target":216},{"source":214,"target":28},{"source":29,"target":0},{"source":29,"target":217},{"source":217,"target":218},{"source":217,"target":29},{"source":30,"target":0},{"source":30,"target":219},{"source":219,"target":220},{"source":219,"target":30},{"source":31,"target":0},{"source":31,"target":221},{"source":31,"target":222},{"source":31,"target":223},{"source":31,"target":224},{"source":221,"target":225},{"source":221,"target":31},{"source":222,"target":226},{"source":222,"target":31},{"source":223,"target":227},{"source":223,"target":31},{"source":224,"target":228},{"source":224,"target":31},{"source":32,"target":0},{"source":32,"target":229},{"source":32,"target":230},{"source":32,"target":231},{"source":32,"target":232},{"source":32,"target":233},{"source":32,"target":234},{"source":229,"target":235},{"source":229,"target":32},{"source":230,"target":43},{"source":230,"target":236},{"source":230,"target":32},{"source":236,"target":43},{"source":231,"target":237},{"source":231,"target":32},{"source":232,"target":43},{"source":232,"target":238},{"source":232,"target":32},{"source":238,"target":43},{"source":233,"target":239},{"source":233,"target":32},{"source":234,"target":43},{"source":234,"target":240},{"source":234,"target":32},{"source":240,"target":43},{"source":33,"target":0},{"source":33,"target":241},{"source":33,"target":242},{"source":33,"target":243},{"source":33,"target":244},{"source":241,"target":42},{"source":241,"target":245},{"source":241,"target":33},{"source":245,"target":42},{"source":242,"target":246},{"source":242,"target":33},{"source":243,"target":2},{"source":243,"target":247},{"source":243,"target":33},{"source":247,"target":2},{"source":244,"target":34},{"source":244,"target":248},{"source":244,"target":33},{"source":248,"target":34},{"source":34,"target":0},{"source":35,"target":0},{"source":35,"target":34},{"source":35,"target":249},{"source":35,"target":250},{"source":249,"target":251},{"source":249,"target":35},{"source":250,"target":34},{"source":36,"target":0},{"source":36,"target":34},{"source":36,"target":252},{"source":36,"target":253},{"source":252,"target":254},{"source":252,"target":36},{"source":253,"target":34},{"source":37,"target":0},{"source":37,"target":34},{"source":37,"target":255},{"source":255,"target":34},{"source":38,"target":0},{"source":38,"target":256},{"source":256,"target":257},{"source":256,"target":38},{"source":39,"target":0},{"source":39,"target":258},{"source":39,"target":259},{"source":39,"target":260},{"source":39,"target":261},{"source":39,"target":262},{"source":39,"target":263},{"source":258,"target":46},{"source":258,"target":264},{"source":258,"target":39},{"source":264,"target":46},{"source":259,"target":265},{"source":259,"target":39},{"source":260,"target":266},{"source":260,"target":39},{"source":261,"target":267},{"source":261,"target":39},{"source":262,"target":268},{"source":262,"target":39},{"source":263,"target":269},{"source":263,"target":39},{"source":40,"target":0},{"source":40,"target":270},{"source":40,"target":271},{"source":40,"target":272},{"source":270,"target":40},{"source":271,"target":40},{"source":272,"target":40},{"source":41,"target":0},{"source":41,"target":273},{"source":41,"target":274},{"source":41,"target":275},{"source":41,"target":276},{"source":41,"target":277},{"source":41,"target":278},{"source":273,"target":41},{"source":274,"target":41},{"source":275,"target":41},{"source":276,"target":41},{"source":277,"target":41},{"source":278,"target":41},{"source":42,"target":0},{"source":42,"target":279},{"source":42,"target":280},{"source":42,"target":281},{"source":42,"target":282},{"source":42,"target":283},{"source":279,"target":42},{"source":280,"target":42},{"source":281,"target":42},{"source":282,"target":42},{"source":283,"target":42},{"source":43,"target":0},{"source":43,"target":284},{"source":43,"target":285},{"source":284,"target":43},{"source":285,"target":43},{"source":44,"target":0},{"source":44,"target":286},{"source":44,"target":287},{"source":44,"target":288},{"source":286,"target":44},{"source":287,"target":44},{"source":288,"target":44},{"source":45,"target":0},{"source":45,"target":289},{"source":289,"target":45},{"source":46,"target":0},{"source":46,"target":290},{"source":46,"target":291},{"source":46,"target":292},{"source":290,"target":46},{"source":291,"target":46},{"source":292,"target":46}],"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="swml"
nsURI="http://www.mdse-book.org/swml/" nsPrefix="swml">
<eClassifiers xsi:type="ecore:EClass" name="WebModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="hypertext" lowerBound="1"
eType="#//HypertextLayer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1"
eType="#//ContentLayer" containment="true"/>
<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="HypertextLayer">
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" lowerBound="1" upperBound="-1"
eType="#//Page" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="homePage" lowerBound="1"
eType="#//Page"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContentLayer">
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" lowerBound="1"
upperBound="-1" eType="#//Class" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" lowerBound="1"
upperBound="-1" eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="representativeAttribute"
lowerBound="1" eType="#//Attribute"/>
<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="Attribute">
<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="type" lowerBound="1" eType="#//SWMLTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Page" 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:EReference" name="links" upperBound="-1"
eType="#//Link" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndexPage" eSuperTypes="#//DynamicPage">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DetailsPage" eSuperTypes="#//DynamicPage"/>
<eClassifiers xsi:type="ecore:EClass" name="DynamicPage" abstract="true" eSuperTypes="#//Page">
<eStructuralFeatures xsi:type="ecore:EReference" name="displayedClass" lowerBound="1"
eType="#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticPage" eSuperTypes="#//Page"/>
<eClassifiers xsi:type="ecore:EClass" name="Link" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Page"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NCLink" eSuperTypes="#//Link"/>
<eClassifiers xsi:type="ecore:EClass" name="CLink" eSuperTypes="#//Link"/>
<eClassifiers xsi:type="ecore:EEnum" name="SWMLTypes">
<eLiterals name="Boolean"/>
<eLiterals name="String" value="1"/>
<eLiterals name="Integer" value="2"/>
<eLiterals name="Float" value="3"/>
<eLiterals name="Email" value="4"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lolybc88/TractsTool/org.tracts.tool/example_3/sWML.ecore | ecore | swml
WebModel
hypertext
content
name
HypertextLayer
pages
homePage
ContentLayer
classes
Class
attributes
representativeAttribute
name
Attribute
name
type
Page
name
links
IndexPage
size
DetailsPage
DynamicPage
displayedClass
StaticPage
Link
target
NCLink
CLink
SWMLTypes
Boolean
Boolean
String
String
Integer
Integer
Float
Float
Email
Email | null | {"directed":true,"nodes":[{"nsPrefix":"swml","nsURI":"http://www.mdse-book.org/swml/","name":"swml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HypertextLayer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentLayer","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","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":"Page","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexPage","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DetailsPage","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicPage","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticPage","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NCLink","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CLink","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SWMLTypes","instanceClass":null,"id":14,"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":"hypertext","changeable":true,"resolveProxies":true,"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":"content","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"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":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"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":"pages","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":false,"unsettable":false,"transient":false,"unique":true,"name":"homePage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"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":"classes","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"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":"representativeAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"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":33,"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":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"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":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":"links","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"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":"size","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"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":"displayedClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"name":"Boolean","id":53,"value":0,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"String","id":54,"value":1,"literal":"String","eClass":"EEnumLiteral"},{"name":"Integer","id":55,"value":2,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Float","id":56,"value":3,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Email","id":57,"value":4,"literal":"Email","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":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":15,"target":2},{"source":15,"target":18},{"source":15,"target":1},{"source":18,"target":2},{"source":16,"target":3},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":3},{"source":17,"target":20},{"source":17,"target":1},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":21,"target":6},{"source":21,"target":23},{"source":21,"target":2},{"source":23,"target":6},{"source":22,"target":6},{"source":22,"target":24},{"source":22,"target":2},{"source":24,"target":6},{"source":3,"target":0},{"source":3,"target":25},{"source":25,"target":4},{"source":25,"target":26},{"source":25,"target":3},{"source":26,"target":4},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":27,"target":5},{"source":27,"target":30},{"source":27,"target":4},{"source":30,"target":5},{"source":28,"target":5},{"source":28,"target":31},{"source":28,"target":4},{"source":31,"target":5},{"source":29,"target":32},{"source":29,"target":4},{"source":5,"target":0},{"source":5,"target":33},{"source":5,"target":34},{"source":33,"target":35},{"source":33,"target":5},{"source":34,"target":14},{"source":34,"target":36},{"source":34,"target":5},{"source":36,"target":14},{"source":6,"target":0},{"source":6,"target":37},{"source":6,"target":38},{"source":37,"target":39},{"source":37,"target":6},{"source":38,"target":11},{"source":38,"target":40},{"source":38,"target":6},{"source":40,"target":11},{"source":7,"target":0},{"source":7,"target":9},{"source":7,"target":41},{"source":7,"target":42},{"source":41,"target":43},{"source":41,"target":7},{"source":42,"target":9},{"source":8,"target":0},{"source":8,"target":9},{"source":8,"target":44},{"source":44,"target":9},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":45},{"source":9,"target":46},{"source":45,"target":4},{"source":45,"target":47},{"source":45,"target":9},{"source":47,"target":4},{"source":46,"target":6},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":48},{"source":48,"target":6},{"source":11,"target":0},{"source":11,"target":49},{"source":49,"target":6},{"source":49,"target":50},{"source":49,"target":11},{"source":50,"target":6},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":51},{"source":51,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":52},{"source":52,"target":11},{"source":14,"target":0},{"source":14,"target":53},{"source":14,"target":54},{"source":14,"target":55},{"source":14,"target":56},{"source":14,"target":57},{"source":53,"target":14},{"source":54,"target":14},{"source":55,"target":14},{"source":56,"target":14},{"source":57,"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="acad"
nsURI="http://disi.unitn.it/zanshin/1.0/acad" nsPrefix="acad">
<eClassifiers xsi:type="ecore:EClass" name="G_GenDispatch" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Goal"/>
<eClassifiers xsi:type="ecore:EClass" name="G_CallTaking" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Goal"/>
<eClassifiers xsi:type="ecore:EClass" name="D_DataUpd" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//DomainAssumption"/>
<eClassifiers xsi:type="ecore:EClass" name="G_ResourceId" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Goal"/>
<eClassifiers xsi:type="ecore:EClass" name="G_ResourceMob" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Goal"/>
<eClassifiers xsi:type="ecore:EClass" name="G_ObtainMap" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Goal"/>
<eClassifiers xsi:type="ecore:EClass" name="G_IncidentUpd" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Goal"/>
<eClassifiers xsi:type="ecore:EClass" name="D_MaxCalls" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//DomainAssumption"/>
<eClassifiers xsi:type="ecore:EClass" name="G_RegCall" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Goal"/>
<eClassifiers xsi:type="ecore:EClass" name="T_ConfirmCall" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="G_AssignIncident" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Goal"/>
<eClassifiers xsi:type="ecore:EClass" name="T_SearchDuplic" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_CreateOrAssign" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_InputInfo" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_DetectLoc" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_SpecConfig" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_ConfIncident" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_DetBestAmb" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_InformStat" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="G_RouteAssist" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Goal"/>
<eClassifiers xsi:type="ecore:EClass" name="D_DriverKnows" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//DomainAssumption"/>
<eClassifiers xsi:type="ecore:EClass" name="T_AcadAssists" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_StaffAssists" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_Feedback" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="D_GazetUpd" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//DomainAssumption"/>
<eClassifiers xsi:type="ecore:EClass" name="G_ManualMap" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Goal"/>
<eClassifiers xsi:type="ecore:EClass" name="T_CheckGazet" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_CheckPaper" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="G_DispExcept" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Goal"/>
<eClassifiers xsi:type="ecore:EClass" name="G_MonitorRes" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Goal"/>
<eClassifiers xsi:type="ecore:EClass" name="G_UpdPosition" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Goal"/>
<eClassifiers xsi:type="ecore:EClass" name="D_MDTPos" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//DomainAssumption"/>
<eClassifiers xsi:type="ecore:EClass" name="T_RadioPos" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="D_MDTUse" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//DomainAssumption"/>
<eClassifiers xsi:type="ecore:EClass" name="T_MonitorStatus" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_DispStatus" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_DispDepArriv" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_ReplAmb" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_Except" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_ExceptQueue" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="T_CloseIncident" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Task"/>
<eClassifiers xsi:type="ecore:EClass" name="S_FastDispatch" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Softgoal"/>
<eClassifiers xsi:type="ecore:EClass" name="Q_Dispatch" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//QualityConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="S_FastAssist" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Softgoal"/>
<eClassifiers xsi:type="ecore:EClass" name="Q_IncidResolv" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//QualityConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="S_FastArriv" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Softgoal"/>
<eClassifiers xsi:type="ecore:EClass" name="Q_AmbArriv" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//QualityConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="S_LowCost" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Softgoal"/>
<eClassifiers xsi:type="ecore:EClass" name="Q_MaxCost" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//QualityConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="S_UserFriendly" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Softgoal"/>
<eClassifiers xsi:type="ecore:EClass" name="Q_MaxTimeMsg" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//QualityConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="AR1" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AR2" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AR3" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AR4" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AR5" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AR6" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AR7" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AR8" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AR9" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AR10" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AR11" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AR12" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AR13" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AR14" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AR15" eSuperTypes="http://disi.unitn.it/zanshin/1.0/eca#//EcaAwReq"/>
<eClassifiers xsi:type="ecore:EClass" name="AcadGoalModel" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//GoalModel"/>
<eClassifiers xsi:type="ecore:EClass" name="CV_MST" eSuperTypes="http://disi.unitn.it/zanshin/1.0/gore#//Parameter"/>
</ecore:EPackage>
| github:ecore:/data/sefms-disi-unitn/Zanshin/zanshin-simulations/src/it/unitn/disi/zanshin/simulation/cases/acad/acad.ecore | ecore | acad
G_GenDispatch
G_CallTaking
D_DataUpd
G_ResourceId
G_ResourceMob
G_ObtainMap
G_IncidentUpd
D_MaxCalls
G_RegCall
T_ConfirmCall
G_AssignIncident
T_SearchDuplic
T_CreateOrAssign
T_InputInfo
T_DetectLoc
T_SpecConfig
T_ConfIncident
T_DetBestAmb
T_InformStat
G_RouteAssist
D_DriverKnows
T_AcadAssists
T_StaffAssists
T_Feedback
D_GazetUpd
G_ManualMap
T_CheckGazet
T_CheckPaper
G_DispExcept
G_MonitorRes
G_UpdPosition
D_MDTPos
T_RadioPos
D_MDTUse
T_MonitorStatus
T_DispStatus
T_DispDepArriv
T_ReplAmb
T_Except
T_ExceptQueue
T_CloseIncident
S_FastDispatch
Q_Dispatch
S_FastAssist
Q_IncidResolv
S_FastArriv
Q_AmbArriv
S_LowCost
Q_MaxCost
S_UserFriendly
Q_MaxTimeMsg
AR1
AR2
AR3
AR4
AR5
AR6
AR7
AR8
AR9
AR10
AR11
AR12
AR13
AR14
AR15
AcadGoalModel
CV_MST | null | {"directed":true,"nodes":[{"nsPrefix":"acad","nsURI":"http://disi.unitn.it/zanshin/1.0/acad","name":"acad","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G_GenDispatch","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G_CallTaking","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D_DataUpd","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G_ResourceId","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G_ResourceMob","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G_ObtainMap","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G_IncidentUpd","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D_MaxCalls","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G_RegCall","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_ConfirmCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G_AssignIncident","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_SearchDuplic","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_CreateOrAssign","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_InputInfo","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_DetectLoc","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_SpecConfig","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_ConfIncident","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_DetBestAmb","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_InformStat","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G_RouteAssist","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D_DriverKnows","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_AcadAssists","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_StaffAssists","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_Feedback","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D_GazetUpd","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G_ManualMap","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_CheckGazet","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_CheckPaper","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G_DispExcept","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G_MonitorRes","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"G_UpdPosition","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D_MDTPos","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_RadioPos","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D_MDTUse","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_MonitorStatus","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_DispStatus","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_DispDepArriv","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_ReplAmb","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_Except","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_ExceptQueue","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"T_CloseIncident","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"S_FastDispatch","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Q_Dispatch","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"S_FastAssist","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Q_IncidResolv","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"S_FastArriv","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Q_AmbArriv","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"S_LowCost","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Q_MaxCost","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"S_UserFriendly","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Q_MaxTimeMsg","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR1","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR2","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR3","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR4","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR5","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR6","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR7","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR8","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR9","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR10","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR11","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR12","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR13","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR14","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AR15","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcadGoalModel","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CV_MST","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"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"},{"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"},{"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"}],"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":1,"target":0},{"source":1,"target":69},{"source":2,"target":0},{"source":2,"target":70},{"source":3,"target":0},{"source":3,"target":71},{"source":4,"target":0},{"source":4,"target":72},{"source":5,"target":0},{"source":5,"target":73},{"source":6,"target":0},{"source":6,"target":74},{"source":7,"target":0},{"source":7,"target":75},{"source":8,"target":0},{"source":8,"target":76},{"source":9,"target":0},{"source":9,"target":77},{"source":10,"target":0},{"source":10,"target":78},{"source":11,"target":0},{"source":11,"target":79},{"source":12,"target":0},{"source":12,"target":80},{"source":13,"target":0},{"source":13,"target":81},{"source":14,"target":0},{"source":14,"target":82},{"source":15,"target":0},{"source":15,"target":83},{"source":16,"target":0},{"source":16,"target":84},{"source":17,"target":0},{"source":17,"target":85},{"source":18,"target":0},{"source":18,"target":86},{"source":19,"target":0},{"source":19,"target":87},{"source":20,"target":0},{"source":20,"target":88},{"source":21,"target":0},{"source":21,"target":89},{"source":22,"target":0},{"source":22,"target":90},{"source":23,"target":0},{"source":23,"target":91},{"source":24,"target":0},{"source":24,"target":92},{"source":25,"target":0},{"source":25,"target":93},{"source":26,"target":0},{"source":26,"target":94},{"source":27,"target":0},{"source":27,"target":95},{"source":28,"target":0},{"source":28,"target":96},{"source":29,"target":0},{"source":29,"target":97},{"source":30,"target":0},{"source":30,"target":98},{"source":31,"target":0},{"source":31,"target":99},{"source":32,"target":0},{"source":32,"target":100},{"source":33,"target":0},{"source":33,"target":101},{"source":34,"target":0},{"source":34,"target":102},{"source":35,"target":0},{"source":35,"target":103},{"source":36,"target":0},{"source":36,"target":104},{"source":37,"target":0},{"source":37,"target":105},{"source":38,"target":0},{"source":38,"target":106},{"source":39,"target":0},{"source":39,"target":107},{"source":40,"target":0},{"source":40,"target":108},{"source":41,"target":0},{"source":41,"target":109},{"source":42,"target":0},{"source":42,"target":110},{"source":43,"target":0},{"source":43,"target":111},{"source":44,"target":0},{"source":44,"target":112},{"source":45,"target":0},{"source":45,"target":113},{"source":46,"target":0},{"source":46,"target":114},{"source":47,"target":0},{"source":47,"target":115},{"source":48,"target":0},{"source":48,"target":116},{"source":49,"target":0},{"source":49,"target":117},{"source":50,"target":0},{"source":50,"target":118},{"source":51,"target":0},{"source":51,"target":119},{"source":52,"target":0},{"source":52,"target":120},{"source":53,"target":0},{"source":53,"target":121},{"source":54,"target":0},{"source":54,"target":122},{"source":55,"target":0},{"source":55,"target":123},{"source":56,"target":0},{"source":56,"target":124},{"source":57,"target":0},{"source":57,"target":125},{"source":58,"target":0},{"source":58,"target":126},{"source":59,"target":0},{"source":59,"target":127},{"source":60,"target":0},{"source":60,"target":128},{"source":61,"target":0},{"source":61,"target":129},{"source":62,"target":0},{"source":62,"target":130},{"source":63,"target":0},{"source":63,"target":131},{"source":64,"target":0},{"source":64,"target":132},{"source":65,"target":0},{"source":65,"target":133},{"source":66,"target":0},{"source":66,"target":134},{"source":67,"target":0},{"source":67,"target":135},{"source":68,"target":0},{"source":68,"target":136}],"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="arduino" nsURI="http://arduino/1.0" nsPrefix="arduino">
<eClassifiers xsi:type="ecore:EClass" name="Arduino">
<eOperations name="digitalIOMessage">
<eParameters name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eParameters name="pin" eType="#//PIN_MAPPING"/>
</eOperations>
<eOperations name="analogIOMessage">
<eParameters name="data" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eParameters name="pin" eType="#//PIN_MAPPING"/>
</eOperations>
<eOperations name="reportAnalogPin">
<eParameters name="mode" eType="#//ARDUINO_REPORT_MODE"/>
<eParameters name="pin" eType="#//PIN_MAPPING"/>
</eOperations>
<eOperations name="reportDigitalPin">
<eParameters name="mode" eType="#//ARDUINO_REPORT_MODE"/>
<eParameters name="pin" eType="#//PIN_MAPPING"/>
</eOperations>
<eOperations name="synchronizingArduinoModel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="pin" eType="#//PIN_MAPPING"/>
</eOperations>
<eOperations name="synchronizingArduinoHardware" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="pin" eType="#//PIN_MAPPING"/>
</eOperations>
<eOperations name="getAnalogicPort" eType="#//AnalogPort">
<eParameters name="pin" eType="#//PIN_MAPPING"/>
</eOperations>
<eOperations name="getDigitalPort" eType="#//DigitalPort">
<eParameters name="pin" eType="#//PIN_MAPPING"/>
</eOperations>
<eOperations name="getAnalogicPort" eType="#//AnalogPort">
<eParameters name="pin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="getDigitalPort" eType="#//DigitalPort">
<eParameters name="pin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="getPorts" upperBound="-1" eType="#//Port"/>
<eOperations name="getCommPorts" upperBound="2" eType="#//Port"/>
<eOperations name="getDigitalPortFromChannel" eType="#//DigitalPort">
<eParameters name="channel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="getAnalogicPortFromChannel" eType="#//AnalogPort">
<eParameters name="channel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ver" eType="#//ARDUINO_VER_BRAND_NAME"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="board" eType="#//ARDUINO_BOARD_KIND"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="series" eType="#//ARDUINO_ATMEGA_168_SERIES"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="digitalPorts" upperBound="-1"
eType="#//DigitalPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="analogPorts" upperBound="-1"
eType="#//AnalogPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tx" eType="#//TxPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groundPorts" upperBound="-1"
eType="#//GndPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rx" eType="#//RxPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pwm3V3" eType="#//Port3V3"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comm" eType="#//ARDUINO_COMM"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resetPort" eType="#//RstPort"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pwm9V" eType="#//Port9V"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pwm5V" eType="#//Port5V"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="io7" eType="#//PortIO7"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="vin" eType="#//PortVIN"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aref" eType="#//AREFPort"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firmataMode" eType="#//ARDUINO_FIRMWARE_MODE"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lockedPin" eType="#//PIN_MAPPING"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronizing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//ARDUINO_STATUS_MODE"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ARDUINO_BOARD_UID"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ARDUINO_VER_BRAND_NAME">
<eLiterals name="ARDUINO_DIECIMILA" literal="Arduino Diecimila"/>
<eLiterals name="ARDUINO_DUEMILANOVE" value="1" literal="Arduino Duemilanove"/>
<eLiterals name="ARDUINO_NANO" value="2" literal="Arduino Nano"/>
<eLiterals name="FUNNEL_IO" value="3" literal="Funnel IO"/>
<eLiterals name="LILYPAD" value="4" literal="Lilipad"/>
<eLiterals name="ARDUINO_MINI" value="5" literal="Arduino Mini"/>
<eLiterals name="ARDUINO_UNO" value="6" literal="Arduino Uno"/>
<eLiterals name="ARDUINO_LEONARDO" value="7" literal="Arduino Leonardo"/>
<eLiterals name="ARDUINO_PRO" value="8" literal="Arduino Pro"/>
<eLiterals name="UNKNOWN" literal="Unknown"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="map" eType="#//PIN_MAPPING"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="report" eType="#//ARDUINO_REPORT_MODE"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="channel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-999"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ARDUINO_BOARD_KIND">
<eLiterals name="ATMEGA_168" literal="ATMega 168"/>
<eLiterals name="ATMEGA_8" value="3" literal="ATMega 8"/>
<eLiterals name="BT_ATMEGA_168" value="1" literal="Bluetooth ATMega 168"/>
<eLiterals name="LILYPAD_168" value="2" literal="Lilipad 168"/>
<eLiterals name="MINI_328P" value="4" literal="Mini 328P"/>
<eLiterals name="MINI_168" value="5" literal="Mini 168"/>
<eLiterals name="UNKNOWN" literal="Unknown"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ARDUINO_COMM">
<eLiterals name="USB" literal="Usb"/>
<eLiterals name="NONE" value="1" literal="None"/>
<eLiterals name="XBEE_SERIES_1" value="2" literal="XBee Series 1"/>
<eLiterals name="XBEE_PRO" value="3" literal="XBee Series PRO"/>
<eLiterals name="ETHERNET" value="4" literal="Ethernet"/>
<eLiterals name="BLUETOOTH" value="5" literal="Bluetooth"/>
<eLiterals name="MINI_USB" value="6" literal="Mini USB"/>
<eLiterals name="UART" value="7" literal="Uart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PIN_MAPPING">
<eLiterals name="PIN_AREF" value="27" literal="AREF"/>
<eLiterals name="PIN_TX_I" value="33" literal="TX I"/>
<eLiterals name="PIN_TX" literal="TX"/>
<eLiterals name="PIN_RX" value="1" literal="RX"/>
<eLiterals name="PIN_D2" value="2" literal="D2"/>
<eLiterals name="PIN_D3" value="3" literal="D3"/>
<eLiterals name="PIN_D4" value="4" literal="D4"/>
<eLiterals name="PIN_D5" value="5" literal="D5"/>
<eLiterals name="PIN_D6" value="6" literal="D6"/>
<eLiterals name="PIN_D7" value="7" literal="D7"/>
<eLiterals name="PIN_D8" value="8" literal="D8"/>
<eLiterals name="PIN_D9" value="9" literal="D9"/>
<eLiterals name="PIN_D10" value="10" literal="D10"/>
<eLiterals name="PIN_D11" value="11" literal="D11"/>
<eLiterals name="PIN_D12" value="12" literal="D12"/>
<eLiterals name="PIN_D13" value="13" literal="D13"/>
<eLiterals name="PIN_D14" value="14" literal="D14"/>
<eLiterals name="PIN_D15" value="15" literal="D15"/>
<eLiterals name="PIN_D16" value="16" literal="D16"/>
<eLiterals name="PIN_D17" value="17" literal="D17"/>
<eLiterals name="PIN_D18" value="18" literal="D18"/>
<eLiterals name="PIN_D19" value="19" literal="D19"/>
<eLiterals name="PIN_D20" value="20" literal="D20"/>
<eLiterals name="PIN_D21" value="21" literal="D21"/>
<eLiterals name="PIN_GND_D" value="30"/>
<eLiterals name="PIN_3V3_1" value="14"/>
<eLiterals name="PIN_3V3_2" value="15"/>
<eLiterals name="PIN_5V" value="28"/>
<eLiterals name="PIN_9V" value="29"/>
<eLiterals name="PIN_GND_9V" value="16" literal="GND 9V"/>
<eLiterals name="PIN_GND_3V" value="17" literal="GND 3V"/>
<eLiterals name="PIN_RST" value="18" literal="Reset"/>
<eLiterals name="PIN_A0" literal="A0"/>
<eLiterals name="PIN_A1" value="1" literal="A1"/>
<eLiterals name="PIN_A2" value="2" literal="A2"/>
<eLiterals name="PIN_A3" value="3" literal="A3"/>
<eLiterals name="PIN_A4" value="4" literal="A4"/>
<eLiterals name="PIN_A5" value="5" literal="A5"/>
<eLiterals name="PIN_A6" value="6" literal="A6"/>
<eLiterals name="PIN_A7" value="7" literal="A7"/>
<eLiterals name="PIN_A8" value="8" literal="A8"/>
<eLiterals name="PIN_A9" value="9" literal="A9"/>
<eLiterals name="PIN_A10" value="10" literal="A10"/>
<eLiterals name="PIN_A11" value="11" literal="A11"/>
<eLiterals name="PIN_A12" value="12" literal="A12"/>
<eLiterals name="PIN_A13" value="13" literal="A13"/>
<eLiterals name="PIN_A14" value="14" literal="A14"/>
<eLiterals name="PIN_A15" value="15" literal="A15"/>
<eLiterals name="PIN_VIN" value="31" literal="VIN"/>
<eLiterals name="PIN_TX_O" value="32" literal="TX O"/>
<eLiterals name="PIN_D22" value="22" literal="D22"/>
<eLiterals name="PIN_D23" value="23" literal="D23"/>
<eLiterals name="PIN_D24" value="24" literal="D24"/>
<eLiterals name="PIN_D25" value="25" literal="D25"/>
<eLiterals name="PIN_D26" value="26" literal="D26"/>
<eLiterals name="PIN_D27" value="27" literal="D27"/>
<eLiterals name="PIN_D28" value="28" literal="D28"/>
<eLiterals name="PIN_D29" value="29" literal="D29"/>
<eLiterals name="PIN_D30" value="30" literal="D30"/>
<eLiterals name="PIN_D31" value="31" literal="D31"/>
<eLiterals name="PIN_D32" value="32" literal="D32"/>
<eLiterals name="PIN_D33" value="33" literal="D33"/>
<eLiterals name="PIN_D34" value="34" literal="D34"/>
<eLiterals name="PIN_D35" value="35" literal="D35"/>
<eLiterals name="PIN_D36" value="36" literal="D36"/>
<eLiterals name="PIN_D37" value="37" literal="D37"/>
<eLiterals name="PIN_D38" value="38" literal="D38"/>
<eLiterals name="PIN_D39" value="39" literal="D39"/>
<eLiterals name="PIN_D40" value="40" literal="D40"/>
<eLiterals name="PIN_D41" value="41" literal="D41"/>
<eLiterals name="PIN_D42" value="42" literal="D42"/>
<eLiterals name="PIN_D43" value="43" literal="D43"/>
<eLiterals name="PIN_D44" value="44" literal="D44"/>
<eLiterals name="PIN_D45" value="45" literal="D45"/>
<eLiterals name="PIN_D46" value="46" literal="D46"/>
<eLiterals name="PIN_D47" value="47" literal="D47"/>
<eLiterals name="PIN_D48" value="48" literal="D48"/>
<eLiterals name="PIN_D49" value="49" literal="D49"/>
<eLiterals name="PIN_D50" value="50" literal="D50"/>
<eLiterals name="PIN_D51" value="51" literal="D51"/>
<eLiterals name="PIN_D52" value="52" literal="D52"/>
<eLiterals name="PIN_IO7" value="82"/>
<eLiterals name="UNKNOWN"/>
<eLiterals name="PIN_A16" value="16" literal="A16"/>
<eLiterals name="PIN_A17" value="17" literal="A17"/>
<eLiterals name="PIN_A18" value="18" literal="A18"/>
<eLiterals name="PIN_A19" value="19" literal="A19"/>
<eLiterals name="PIN_A20" value="20" literal="A20"/>
<eLiterals name="PIN_A21" value="21" literal="A21"/>
<eLiterals name="PIN_A22" value="22" literal="A22"/>
<eLiterals name="PIN_A23" value="23" literal="A23"/>
<eLiterals name="PIN_A24" value="24" literal="A24"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DigitalPort" eSuperTypes="#//Port">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnalogPort" eSuperTypes="#//Port">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ARDUINO_ATMEGA_168_SERIES">
<eLiterals name="_168_ATMEGA_1280" literal="168 ATMega 1280"/>
<eLiterals name="_168_ATMEGA_328_PRO_8MHz" value="1" literal="168 ATMega328 Pro 8MHz"/>
<eLiterals name="_168_ATMEGA_328" value="2" literal="168 ATMega 328"/>
<eLiterals name="_168_ATMEGA_DIECIMILA" value="3" literal="168 ATMega Diecimila"/>
<eLiterals name="_168_NG" value="4" literal="168 NG"/>
<eLiterals name="_168_PRO" value="5" literal="168 Pro"/>
<eLiterals name="UNKNOWN" value="6"/>
<eLiterals name="_168_ATMEGA_168" value="7" literal="168 ATMega 168"/>
<eLiterals name="_168_ATMEGA_32U4" value="8" literal="168 ATMega 32U4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RxPort" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EClass" name="TxPort" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EClass" name="GndPort" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EClass" name="Port3V3" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EClass" name="RstPort" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EEnum" name="ARDUINO_BOARD_UID">
<eLiterals name="DIECMILA_ATMEGA_168" literal="Diecimila ATMega 168"/>
<eLiterals name="DIECIMILA_ATMEGA328" value="1"/>
<eLiterals name="DIECIMILA_ATMEGA_328P" value="2" literal="Diecimila ATMega 328P"/>
<eLiterals name="MINI_ATMEGA_168" value="3" literal="Mini ATMega 168"/>
<eLiterals name="MEGA_ATMEGA_1280" value="4" literal="Mega ATMega 1280"/>
<eLiterals name="LILIPAD_ATMEGA_328V" value="5" literal="Lilipad ATMega 328V"/>
<eLiterals name="DUEMILANOVE_ATMEGA_328" value="6" literal="Duemilanove ATMega 328"/>
<eLiterals name="DUEMILANOVE_ATMEGA_168" value="7" literal="Duemilanove ATMega 168"/>
<eLiterals name="MINI_PRO_ATMEGA_168" value="8" literal="Mini Pro ATMega 168"/>
<eLiterals name="NANO_30_ATMEGA328" value="9" literal="Nano 30 ATMega 328"/>
<eLiterals name="NANO_23_ATMEGA168" value="10" literal="Nano 23 ATMega 168"/>
<eLiterals name="FUNNEL_IO_ATMEGA328P" value="11" literal="Funnel IO ATMega 328P"/>
<eLiterals name="PRO_ATMEGA_168" value="12" literal="Pro ATMega 168"/>
<eLiterals name="PRO_ATMEGA_328" value="13" literal="Pro ATMega 328"/>
<eLiterals name="BT_ATMEGA_168" value="14" literal="Bluetooth ATMega 168"/>
<eLiterals name="PRO_MINI_ATMEGA_168" value="15" literal="Pro Mini ATMega 168"/>
<eLiterals name="UNO_ATMEGA328" value="16" literal="UNO ATMega 328"/>
<eLiterals name="LEONARDO_ATMEGA32U4" value="17" literal="Leonardo ATMega 32U4"/>
<eLiterals name="PLACEHOLDER_VOID_BOARD" literal="Placeholder Void Board"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port5V" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EClass" name="Port9V" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EClass" name="PortIO7" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EClass" name="AREFPort" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EClass" name="PortVIN" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EEnum" name="ARDUINO_REPORT_MODE">
<eLiterals name="ACTIVATE" value="1" literal="Activate"/>
<eLiterals name="DEACTIVATE" literal="Deactivate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ARDUINO_FIRMWARE_MODE">
<eLiterals name="ARDUINO_FIRMATA_V10" literal="Firmata 1.0"/>
<eLiterals name="ARDUINO_FIRMATA_V20" value="2" literal="Firmata 2.0"/>
<eLiterals name="ARDUINO_FIRMATA_V11" value="1" literal="Firmata 1.1"/>
<eLiterals name="ARDUINO_FIRMATA_V23" value="18" literal="Firmata 2.3"/>
<eLiterals name="ARDUINO_FIRMATA_V22" value="13" literal="Firmata 2.2"/>
<eLiterals name="ARDUINO_FIRMATA_V21" value="3" literal="Firmata 2.1"/>
<eLiterals name="ARDUINO_FIRMATA_V10_I2C" value="4" literal="Firmata I2C 1.0"/>
<eLiterals name="ARDUINO_FIRMATA_V11_I2C" value="5" literal="Firmata I2C 1.1"/>
<eLiterals name="ARDUINO_FIRMATA_V20_I2C" value="6" literal="Firmata I2C 2.0"/>
<eLiterals name="ARDUINO_FIRMATA_V23_I2C" value="17" literal="Firmata I2C 2.3"/>
<eLiterals name="ARDUINO_FIRMATA_V22_I2C" value="14" literal="Firmata I2C 2.2"/>
<eLiterals name="ARDUINO_FIRMATA_V21_I2C" value="7" literal="Firmata I2C 2.1"/>
<eLiterals name="ARDUINO_FIRMATA_V10_SERVO" value="8" literal="Firmata Servo 1.0"/>
<eLiterals name="ARDUINO_FIRMATA_V20_SERVO" value="10" literal="Firmata Servo 2.0"/>
<eLiterals name="ARDUINO_FIRMATA_V11_SERVO" value="9" literal="Firmata Servo 1.1"/>
<eLiterals name="ARDUINO_FIRMATA_V23_SERVO" value="16" literal="Firmata Servo 2.3"/>
<eLiterals name="ARDUINO_FIRMATA_V22_SERVO" value="15" literal="Firmata Servo 2.2"/>
<eLiterals name="ARDUINO_FIRMATA_V21_SERVO" value="11" literal="Firmata Servo 2.1"/>
<eLiterals name="ARDUINO_DEFAULT" value="12" literal="Firmata Default"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ARDUINO_STATUS_MODE">
<eLiterals name="CONNECTED" value="1" literal="Connected"/>
<eLiterals name="DISCONNECTED" literal="Disconnected"/>
<eLiterals name="TRANSMITTING" value="2" literal="Transmitting"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PIN_MODE">
<eLiterals name="INPUT" literal="Input"/>
<eLiterals name="OUTPUT" value="1" literal="Output"/>
<eLiterals name="ANALOG" value="2" literal="Analog"/>
<eLiterals name="PWM" value="3"/>
<eLiterals name="SERVO" value="4" literal="Servo"/>
<eLiterals name="SHIFT" value="5" literal="Shift"/>
<eLiterals name="I2C" value="6"/>
<eLiterals name="UNKNOWN"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PWM_MODE">
<eLiterals name="HIGH" value="1" literal="High"/>
<eLiterals name="LOW" literal="Low"/>
<eLiterals name="NONE" value="2" literal="None"/>
<eLiterals name="UNKNOWN" literal="Unknown"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bench">
<eStructuralFeatures xsi:type="ecore:EReference" name="boards" upperBound="-1"
eType="#//Arduino" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/lucascraft/arduino/net.sf.smbt.arduino/model/arduino.ecore | ecore | arduino
Arduino
digitalIOMessage
data
pin
analogIOMessage
data
pin
reportAnalogPin
mode
pin
reportDigitalPin
mode
pin
synchronizingArduinoModel
pin
synchronizingArduinoHardware
pin
getAnalogicPort
pin
getDigitalPort
pin
getAnalogicPort
pin
getDigitalPort
pin
getPorts
getCommPorts
getDigitalPortFromChannel
channel
getAnalogicPortFromChannel
channel
ver
board
series
digitalPorts
analogPorts
tx
groundPorts
rx
pwm3V3
label
comm
resetPort
pwm9V
pwm5V
io7
vin
aref
firmataMode
lockedPin
synchronizing
status
kind
name
ARDUINO_VER_BRAND_NAME
ARDUINO_DIECIMILA
Arduino Diecimila
ARDUINO_DUEMILANOVE
Arduino Duemilanove
ARDUINO_NANO
Arduino Nano
FUNNEL_IO
Funnel IO
LILYPAD
Lilipad
ARDUINO_MINI
Arduino Mini
ARDUINO_UNO
Arduino Uno
ARDUINO_LEONARDO
Arduino Leonardo
ARDUINO_PRO
Arduino Pro
UNKNOWN
Unknown
Port
map
report
channel
-999
name
ARDUINO_BOARD_KIND
ATMEGA_168
ATMega 168
ATMEGA_8
ATMega 8
BT_ATMEGA_168
Bluetooth ATMega 168
LILYPAD_168
Lilipad 168
MINI_328P
Mini 328P
MINI_168
Mini 168
UNKNOWN
Unknown
ARDUINO_COMM
USB
Usb
NONE
None
XBEE_SERIES_1
XBee Series 1
XBEE_PRO
XBee Series PRO
ETHERNET
Ethernet
BLUETOOTH
Bluetooth
MINI_USB
Mini USB
UART
Uart
PIN_MAPPING
PIN_AREF
AREF
PIN_TX_I
TX I
PIN_TX
TX
PIN_RX
RX
PIN_D2
D2
PIN_D3
D3
PIN_D4
D4
PIN_D5
D5
PIN_D6
D6
PIN_D7
D7
PIN_D8
D8
PIN_D9
D9
PIN_D10
D10
PIN_D11
D11
PIN_D12
D12
PIN_D13
D13
PIN_D14
D14
PIN_D15
D15
PIN_D16
D16
PIN_D17
D17
PIN_D18
D18
PIN_D19
D19
PIN_D20
D20
PIN_D21
D21
PIN_GND_D
PIN_GND_D
PIN_3V3_1
PIN_3V3_1
PIN_3V3_2
PIN_3V3_2
PIN_5V
PIN_5V
PIN_9V
PIN_9V
PIN_GND_9V
GND 9V
PIN_GND_3V
GND 3V
PIN_RST
Reset
PIN_A0
A0
PIN_A1
A1
PIN_A2
A2
PIN_A3
A3
PIN_A4
A4
PIN_A5
A5
PIN_A6
A6
PIN_A7
A7
PIN_A8
A8
PIN_A9
A9
PIN_A10
A10
PIN_A11
A11
PIN_A12
A12
PIN_A13
A13
PIN_A14
A14
PIN_A15
A15
PIN_VIN
VIN
PIN_TX_O
TX O
PIN_D22
D22
PIN_D23
D23
PIN_D24
D24
PIN_D25
D25
PIN_D26
D26
PIN_D27
D27
PIN_D28
D28
PIN_D29
D29
PIN_D30
D30
PIN_D31
D31
PIN_D32
D32
PIN_D33
D33
PIN_D34
D34
PIN_D35
D35
PIN_D36
D36
PIN_D37
D37
PIN_D38
D38
PIN_D39
D39
PIN_D40
D40
PIN_D41
D41
PIN_D42
D42
PIN_D43
D43
PIN_D44
D44
PIN_D45
D45
PIN_D46
D46
PIN_D47
D47
PIN_D48
D48
PIN_D49
D49
PIN_D50
D50
PIN_D51
D51
PIN_D52
D52
PIN_IO7
PIN_IO7
UNKNOWN
UNKNOWN
PIN_A16
A16
PIN_A17
A17
PIN_A18
A18
PIN_A19
A19
PIN_A20
A20
PIN_A21
A21
PIN_A22
A22
PIN_A23
A23
PIN_A24
A24
DigitalPort
value
AnalogPort
value
ARDUINO_ATMEGA_168_SERIES
_168_ATMEGA_1280
168 ATMega 1280
_168_ATMEGA_328_PRO_8MHz
168 ATMega328 Pro 8MHz
_168_ATMEGA_328
168 ATMega 328
_168_ATMEGA_DIECIMILA
168 ATMega Diecimila
_168_NG
168 NG
_168_PRO
168 Pro
UNKNOWN
UNKNOWN
_168_ATMEGA_168
168 ATMega 168
_168_ATMEGA_32U4
168 ATMega 32U4
RxPort
TxPort
GndPort
Port3V3
RstPort
ARDUINO_BOARD_UID
DIECMILA_ATMEGA_168
Diecimila ATMega 168
DIECIMILA_ATMEGA328
DIECIMILA_ATMEGA328
DIECIMILA_ATMEGA_328P
Diecimila ATMega 328P
MINI_ATMEGA_168
Mini ATMega 168
MEGA_ATMEGA_1280
Mega ATMega 1280
LILIPAD_ATMEGA_328V
Lilipad ATMega 328V
DUEMILANOVE_ATMEGA_328
Duemilanove ATMega 328
DUEMILANOVE_ATMEGA_168
Duemilanove ATMega 168
MINI_PRO_ATMEGA_168
Mini Pro ATMega 168
NANO_30_ATMEGA328
Nano 30 ATMega 328
NANO_23_ATMEGA168
Nano 23 ATMega 168
FUNNEL_IO_ATMEGA328P
Funnel IO ATMega 328P
PRO_ATMEGA_168
Pro ATMega 168
PRO_ATMEGA_328
Pro ATMega 328
BT_ATMEGA_168
Bluetooth ATMega 168
PRO_MINI_ATMEGA_168
Pro Mini ATMega 168
UNO_ATMEGA328
UNO ATMega 328
LEONARDO_ATMEGA32U4
Leonardo ATMega 32U4
PLACEHOLDER_VOID_BOARD
Placeholder Void Board
Port5V
Port9V
PortIO7
AREFPort
PortVIN
ARDUINO_REPORT_MODE
ACTIVATE
Activate
DEACTIVATE
Deactivate
ARDUINO_FIRMWARE_MODE
ARDUINO_FIRMATA_V10
Firmata 1.0
ARDUINO_FIRMATA_V20
Firmata 2.0
ARDUINO_FIRMATA_V11
Firmata 1.1
ARDUINO_FIRMATA_V23
Firmata 2.3
ARDUINO_FIRMATA_V22
Firmata 2.2
ARDUINO_FIRMATA_V21
Firmata 2.1
ARDUINO_FIRMATA_V10_I2C
Firmata I2C 1.0
ARDUINO_FIRMATA_V11_I2C
Firmata I2C 1.1
ARDUINO_FIRMATA_V20_I2C
Firmata I2C 2.0
ARDUINO_FIRMATA_V23_I2C
Firmata I2C 2.3
ARDUINO_FIRMATA_V22_I2C
Firmata I2C 2.2
ARDUINO_FIRMATA_V21_I2C
Firmata I2C 2.1
ARDUINO_FIRMATA_V10_SERVO
Firmata Servo 1.0
ARDUINO_FIRMATA_V20_SERVO
Firmata Servo 2.0
ARDUINO_FIRMATA_V11_SERVO
Firmata Servo 1.1
ARDUINO_FIRMATA_V23_SERVO
Firmata Servo 2.3
ARDUINO_FIRMATA_V22_SERVO
Firmata Servo 2.2
ARDUINO_FIRMATA_V21_SERVO
Firmata Servo 2.1
ARDUINO_DEFAULT
Firmata Default
ARDUINO_STATUS_MODE
CONNECTED
Connected
DISCONNECTED
Disconnected
TRANSMITTING
Transmitting
PIN_MODE
INPUT
Input
OUTPUT
Output
ANALOG
Analog
PWM
PWM
SERVO
Servo
SHIFT
Shift
I2C
I2C
UNKNOWN
UNKNOWN
PWM_MODE
HIGH
High
LOW
Low
NONE
None
UNKNOWN
Unknown
Bench
boards
name | null | {"directed":true,"nodes":[{"nsPrefix":"arduino","nsURI":"http://arduino/1.0","name":"arduino","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arduino","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ARDUINO_VER_BRAND_NAME","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ARDUINO_BOARD_KIND","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ARDUINO_COMM","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PIN_MAPPING","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DigitalPort","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalogPort","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ARDUINO_ATMEGA_168_SERIES","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RxPort","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TxPort","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GndPort","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port3V3","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RstPort","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ARDUINO_BOARD_UID","instanceClass":null,"id":15,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port5V","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port9V","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortIO7","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AREFPort","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortVIN","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ARDUINO_REPORT_MODE","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ARDUINO_FIRMWARE_MODE","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ARDUINO_STATUS_MODE","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PIN_MODE","instanceClass":null,"id":24,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PWM_MODE","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bench","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"digitalIOMessage","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"analogIOMessage","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reportAnalogPin","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reportDigitalPin","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"synchronizingArduinoModel","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"synchronizingArduinoHardware","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAnalogicPort","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDigitalPort","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAnalogicPort","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDigitalPort","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getPorts","lowerBound":0,"id":37,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":2,"unique":true,"name":"getCommPorts","lowerBound":0,"id":38,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDigitalPortFromChannel","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAnalogicPortFromChannel","lowerBound":0,"id":40,"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":"ver","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"board","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"series","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":"digitalPorts","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":"analogPorts","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":"tx","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":"groundPorts","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":"rx","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":"pwm3V3","changeable":true,"resolveProxies":true,"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":"label","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":"comm","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resetPort","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":"pwm9V","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":"pwm5V","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"io7","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firmataMode","changeable":true,"lowerBound":0,"iD":false,"id":58,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lockedPin","changeable":true,"lowerBound":0,"iD":false,"id":59,"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":"synchronizing","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"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":61,"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"data","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"pin","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":"data","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"pin","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mode","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"pin","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EParameter"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mode","lowerBound":0,"id":76,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"pin","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EParameter"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"pin","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"pin","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EParameter"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"pin","lowerBound":0,"id":87,"many":false,"required":false,"eClass":"EParameter"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"pin","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"pin","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"pin","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"channel","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EParameter"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"channel","lowerBound":0,"id":104,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"name":"ARDUINO_DIECIMILA","id":129,"value":0,"literal":"Arduino Diecimila","eClass":"EEnumLiteral"},{"name":"ARDUINO_DUEMILANOVE","id":130,"value":1,"literal":"Arduino Duemilanove","eClass":"EEnumLiteral"},{"name":"ARDUINO_NANO","id":131,"value":2,"literal":"Arduino Nano","eClass":"EEnumLiteral"},{"name":"FUNNEL_IO","id":132,"value":3,"literal":"Funnel IO","eClass":"EEnumLiteral"},{"name":"LILYPAD","id":133,"value":4,"literal":"Lilipad","eClass":"EEnumLiteral"},{"name":"ARDUINO_MINI","id":134,"value":5,"literal":"Arduino Mini","eClass":"EEnumLiteral"},{"name":"ARDUINO_UNO","id":135,"value":6,"literal":"Arduino Uno","eClass":"EEnumLiteral"},{"name":"ARDUINO_LEONARDO","id":136,"value":7,"literal":"Arduino Leonardo","eClass":"EEnumLiteral"},{"name":"ARDUINO_PRO","id":137,"value":8,"literal":"Arduino Pro","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":138,"value":0,"literal":"Unknown","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"report","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-999,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-999","unsettable":false,"transient":false,"unique":true,"name":"channel","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":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":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"name":"ATMEGA_168","id":147,"value":0,"literal":"ATMega 168","eClass":"EEnumLiteral"},{"name":"ATMEGA_8","id":148,"value":3,"literal":"ATMega 8","eClass":"EEnumLiteral"},{"name":"BT_ATMEGA_168","id":149,"value":1,"literal":"Bluetooth ATMega 168","eClass":"EEnumLiteral"},{"name":"LILYPAD_168","id":150,"value":2,"literal":"Lilipad 168","eClass":"EEnumLiteral"},{"name":"MINI_328P","id":151,"value":4,"literal":"Mini 328P","eClass":"EEnumLiteral"},{"name":"MINI_168","id":152,"value":5,"literal":"Mini 168","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":153,"value":0,"literal":"Unknown","eClass":"EEnumLiteral"},{"name":"USB","id":154,"value":0,"literal":"Usb","eClass":"EEnumLiteral"},{"name":"NONE","id":155,"value":1,"literal":"None","eClass":"EEnumLiteral"},{"name":"XBEE_SERIES_1","id":156,"value":2,"literal":"XBee Series 1","eClass":"EEnumLiteral"},{"name":"XBEE_PRO","id":157,"value":3,"literal":"XBee Series PRO","eClass":"EEnumLiteral"},{"name":"ETHERNET","id":158,"value":4,"literal":"Ethernet","eClass":"EEnumLiteral"},{"name":"BLUETOOTH","id":159,"value":5,"literal":"Bluetooth","eClass":"EEnumLiteral"},{"name":"MINI_USB","id":160,"value":6,"literal":"Mini USB","eClass":"EEnumLiteral"},{"name":"UART","id":161,"value":7,"literal":"Uart","eClass":"EEnumLiteral"},{"name":"PIN_AREF","id":162,"value":27,"literal":"AREF","eClass":"EEnumLiteral"},{"name":"PIN_TX_I","id":163,"value":33,"literal":"TX I","eClass":"EEnumLiteral"},{"name":"PIN_TX","id":164,"value":0,"literal":"TX","eClass":"EEnumLiteral"},{"name":"PIN_RX","id":165,"value":1,"literal":"RX","eClass":"EEnumLiteral"},{"name":"PIN_D2","id":166,"value":2,"literal":"D2","eClass":"EEnumLiteral"},{"name":"PIN_D3","id":167,"value":3,"literal":"D3","eClass":"EEnumLiteral"},{"name":"PIN_D4","id":168,"value":4,"literal":"D4","eClass":"EEnumLiteral"},{"name":"PIN_D5","id":169,"value":5,"literal":"D5","eClass":"EEnumLiteral"},{"name":"PIN_D6","id":170,"value":6,"literal":"D6","eClass":"EEnumLiteral"},{"name":"PIN_D7","id":171,"value":7,"literal":"D7","eClass":"EEnumLiteral"},{"name":"PIN_D8","id":172,"value":8,"literal":"D8","eClass":"EEnumLiteral"},{"name":"PIN_D9","id":173,"value":9,"literal":"D9","eClass":"EEnumLiteral"},{"name":"PIN_D10","id":174,"value":10,"literal":"D10","eClass":"EEnumLiteral"},{"name":"PIN_D11","id":175,"value":11,"literal":"D11","eClass":"EEnumLiteral"},{"name":"PIN_D12","id":176,"value":12,"literal":"D12","eClass":"EEnumLiteral"},{"name":"PIN_D13","id":177,"value":13,"literal":"D13","eClass":"EEnumLiteral"},{"name":"PIN_D14","id":178,"value":14,"literal":"D14","eClass":"EEnumLiteral"},{"name":"PIN_D15","id":179,"value":15,"literal":"D15","eClass":"EEnumLiteral"},{"name":"PIN_D16","id":180,"value":16,"literal":"D16","eClass":"EEnumLiteral"},{"name":"PIN_D17","id":181,"value":17,"literal":"D17","eClass":"EEnumLiteral"},{"name":"PIN_D18","id":182,"value":18,"literal":"D18","eClass":"EEnumLiteral"},{"name":"PIN_D19","id":183,"value":19,"literal":"D19","eClass":"EEnumLiteral"},{"name":"PIN_D20","id":184,"value":20,"literal":"D20","eClass":"EEnumLiteral"},{"name":"PIN_D21","id":185,"value":21,"literal":"D21","eClass":"EEnumLiteral"},{"name":"PIN_GND_D","id":186,"value":30,"literal":"PIN_GND_D","eClass":"EEnumLiteral"},{"name":"PIN_3V3_1","id":187,"value":14,"literal":"PIN_3V3_1","eClass":"EEnumLiteral"},{"name":"PIN_3V3_2","id":188,"value":15,"literal":"PIN_3V3_2","eClass":"EEnumLiteral"},{"name":"PIN_5V","id":189,"value":28,"literal":"PIN_5V","eClass":"EEnumLiteral"},{"name":"PIN_9V","id":190,"value":29,"literal":"PIN_9V","eClass":"EEnumLiteral"},{"name":"PIN_GND_9V","id":191,"value":16,"literal":"GND 9V","eClass":"EEnumLiteral"},{"name":"PIN_GND_3V","id":192,"value":17,"literal":"GND 3V","eClass":"EEnumLiteral"},{"name":"PIN_RST","id":193,"value":18,"literal":"Reset","eClass":"EEnumLiteral"},{"name":"PIN_A0","id":194,"value":0,"literal":"A0","eClass":"EEnumLiteral"},{"name":"PIN_A1","id":195,"value":1,"literal":"A1","eClass":"EEnumLiteral"},{"name":"PIN_A2","id":196,"value":2,"literal":"A2","eClass":"EEnumLiteral"},{"name":"PIN_A3","id":197,"value":3,"literal":"A3","eClass":"EEnumLiteral"},{"name":"PIN_A4","id":198,"value":4,"literal":"A4","eClass":"EEnumLiteral"},{"name":"PIN_A5","id":199,"value":5,"literal":"A5","eClass":"EEnumLiteral"},{"name":"PIN_A6","id":200,"value":6,"literal":"A6","eClass":"EEnumLiteral"},{"name":"PIN_A7","id":201,"value":7,"literal":"A7","eClass":"EEnumLiteral"},{"name":"PIN_A8","id":202,"value":8,"literal":"A8","eClass":"EEnumLiteral"},{"name":"PIN_A9","id":203,"value":9,"literal":"A9","eClass":"EEnumLiteral"},{"name":"PIN_A10","id":204,"value":10,"literal":"A10","eClass":"EEnumLiteral"},{"name":"PIN_A11","id":205,"value":11,"literal":"A11","eClass":"EEnumLiteral"},{"name":"PIN_A12","id":206,"value":12,"literal":"A12","eClass":"EEnumLiteral"},{"name":"PIN_A13","id":207,"value":13,"literal":"A13","eClass":"EEnumLiteral"},{"name":"PIN_A14","id":208,"value":14,"literal":"A14","eClass":"EEnumLiteral"},{"name":"PIN_A15","id":209,"value":15,"literal":"A15","eClass":"EEnumLiteral"},{"name":"PIN_VIN","id":210,"value":31,"literal":"VIN","eClass":"EEnumLiteral"},{"name":"PIN_TX_O","id":211,"value":32,"literal":"TX O","eClass":"EEnumLiteral"},{"name":"PIN_D22","id":212,"value":22,"literal":"D22","eClass":"EEnumLiteral"},{"name":"PIN_D23","id":213,"value":23,"literal":"D23","eClass":"EEnumLiteral"},{"name":"PIN_D24","id":214,"value":24,"literal":"D24","eClass":"EEnumLiteral"},{"name":"PIN_D25","id":215,"value":25,"literal":"D25","eClass":"EEnumLiteral"},{"name":"PIN_D26","id":216,"value":26,"literal":"D26","eClass":"EEnumLiteral"},{"name":"PIN_D27","id":217,"value":27,"literal":"D27","eClass":"EEnumLiteral"},{"name":"PIN_D28","id":218,"value":28,"literal":"D28","eClass":"EEnumLiteral"},{"name":"PIN_D29","id":219,"value":29,"literal":"D29","eClass":"EEnumLiteral"},{"name":"PIN_D30","id":220,"value":30,"literal":"D30","eClass":"EEnumLiteral"},{"name":"PIN_D31","id":221,"value":31,"literal":"D31","eClass":"EEnumLiteral"},{"name":"PIN_D32","id":222,"value":32,"literal":"D32","eClass":"EEnumLiteral"},{"name":"PIN_D33","id":223,"value":33,"literal":"D33","eClass":"EEnumLiteral"},{"name":"PIN_D34","id":224,"value":34,"literal":"D34","eClass":"EEnumLiteral"},{"name":"PIN_D35","id":225,"value":35,"literal":"D35","eClass":"EEnumLiteral"},{"name":"PIN_D36","id":226,"value":36,"literal":"D36","eClass":"EEnumLiteral"},{"name":"PIN_D37","id":227,"value":37,"literal":"D37","eClass":"EEnumLiteral"},{"name":"PIN_D38","id":228,"value":38,"literal":"D38","eClass":"EEnumLiteral"},{"name":"PIN_D39","id":229,"value":39,"literal":"D39","eClass":"EEnumLiteral"},{"name":"PIN_D40","id":230,"value":40,"literal":"D40","eClass":"EEnumLiteral"},{"name":"PIN_D41","id":231,"value":41,"literal":"D41","eClass":"EEnumLiteral"},{"name":"PIN_D42","id":232,"value":42,"literal":"D42","eClass":"EEnumLiteral"},{"name":"PIN_D43","id":233,"value":43,"literal":"D43","eClass":"EEnumLiteral"},{"name":"PIN_D44","id":234,"value":44,"literal":"D44","eClass":"EEnumLiteral"},{"name":"PIN_D45","id":235,"value":45,"literal":"D45","eClass":"EEnumLiteral"},{"name":"PIN_D46","id":236,"value":46,"literal":"D46","eClass":"EEnumLiteral"},{"name":"PIN_D47","id":237,"value":47,"literal":"D47","eClass":"EEnumLiteral"},{"name":"PIN_D48","id":238,"value":48,"literal":"D48","eClass":"EEnumLiteral"},{"name":"PIN_D49","id":239,"value":49,"literal":"D49","eClass":"EEnumLiteral"},{"name":"PIN_D50","id":240,"value":50,"literal":"D50","eClass":"EEnumLiteral"},{"name":"PIN_D51","id":241,"value":51,"literal":"D51","eClass":"EEnumLiteral"},{"name":"PIN_D52","id":242,"value":52,"literal":"D52","eClass":"EEnumLiteral"},{"name":"PIN_IO7","id":243,"value":82,"literal":"PIN_IO7","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":244,"value":0,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"PIN_A16","id":245,"value":16,"literal":"A16","eClass":"EEnumLiteral"},{"name":"PIN_A17","id":246,"value":17,"literal":"A17","eClass":"EEnumLiteral"},{"name":"PIN_A18","id":247,"value":18,"literal":"A18","eClass":"EEnumLiteral"},{"name":"PIN_A19","id":248,"value":19,"literal":"A19","eClass":"EEnumLiteral"},{"name":"PIN_A20","id":249,"value":20,"literal":"A20","eClass":"EEnumLiteral"},{"name":"PIN_A21","id":250,"value":21,"literal":"A21","eClass":"EEnumLiteral"},{"name":"PIN_A22","id":251,"value":22,"literal":"A22","eClass":"EEnumLiteral"},{"name":"PIN_A23","id":252,"value":23,"literal":"A23","eClass":"EEnumLiteral"},{"name":"PIN_A24","id":253,"value":24,"literal":"A24","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"name":"_168_ATMEGA_1280","id":260,"value":0,"literal":"168 ATMega 1280","eClass":"EEnumLiteral"},{"name":"_168_ATMEGA_328_PRO_8MHz","id":261,"value":1,"literal":"168 ATMega328 Pro 8MHz","eClass":"EEnumLiteral"},{"name":"_168_ATMEGA_328","id":262,"value":2,"literal":"168 ATMega 328","eClass":"EEnumLiteral"},{"name":"_168_ATMEGA_DIECIMILA","id":263,"value":3,"literal":"168 ATMega Diecimila","eClass":"EEnumLiteral"},{"name":"_168_NG","id":264,"value":4,"literal":"168 NG","eClass":"EEnumLiteral"},{"name":"_168_PRO","id":265,"value":5,"literal":"168 Pro","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":266,"value":6,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"_168_ATMEGA_168","id":267,"value":7,"literal":"168 ATMega 168","eClass":"EEnumLiteral"},{"name":"_168_ATMEGA_32U4","id":268,"value":8,"literal":"168 ATMega 32U4","eClass":"EEnumLiteral"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"name":"DIECMILA_ATMEGA_168","id":274,"value":0,"literal":"Diecimila ATMega 168","eClass":"EEnumLiteral"},{"name":"DIECIMILA_ATMEGA328","id":275,"value":1,"literal":"DIECIMILA_ATMEGA328","eClass":"EEnumLiteral"},{"name":"DIECIMILA_ATMEGA_328P","id":276,"value":2,"literal":"Diecimila ATMega 328P","eClass":"EEnumLiteral"},{"name":"MINI_ATMEGA_168","id":277,"value":3,"literal":"Mini ATMega 168","eClass":"EEnumLiteral"},{"name":"MEGA_ATMEGA_1280","id":278,"value":4,"literal":"Mega ATMega 1280","eClass":"EEnumLiteral"},{"name":"LILIPAD_ATMEGA_328V","id":279,"value":5,"literal":"Lilipad ATMega 328V","eClass":"EEnumLiteral"},{"name":"DUEMILANOVE_ATMEGA_328","id":280,"value":6,"literal":"Duemilanove ATMega 328","eClass":"EEnumLiteral"},{"name":"DUEMILANOVE_ATMEGA_168","id":281,"value":7,"literal":"Duemilanove ATMega 168","eClass":"EEnumLiteral"},{"name":"MINI_PRO_ATMEGA_168","id":282,"value":8,"literal":"Mini Pro ATMega 168","eClass":"EEnumLiteral"},{"name":"NANO_30_ATMEGA328","id":283,"value":9,"literal":"Nano 30 ATMega 328","eClass":"EEnumLiteral"},{"name":"NANO_23_ATMEGA168","id":284,"value":10,"literal":"Nano 23 ATMega 168","eClass":"EEnumLiteral"},{"name":"FUNNEL_IO_ATMEGA328P","id":285,"value":11,"literal":"Funnel IO ATMega 328P","eClass":"EEnumLiteral"},{"name":"PRO_ATMEGA_168","id":286,"value":12,"literal":"Pro ATMega 168","eClass":"EEnumLiteral"},{"name":"PRO_ATMEGA_328","id":287,"value":13,"literal":"Pro ATMega 328","eClass":"EEnumLiteral"},{"name":"BT_ATMEGA_168","id":288,"value":14,"literal":"Bluetooth ATMega 168","eClass":"EEnumLiteral"},{"name":"PRO_MINI_ATMEGA_168","id":289,"value":15,"literal":"Pro Mini ATMega 168","eClass":"EEnumLiteral"},{"name":"UNO_ATMEGA328","id":290,"value":16,"literal":"UNO ATMega 328","eClass":"EEnumLiteral"},{"name":"LEONARDO_ATMEGA32U4","id":291,"value":17,"literal":"Leonardo ATMega 32U4","eClass":"EEnumLiteral"},{"name":"PLACEHOLDER_VOID_BOARD","id":292,"value":0,"literal":"Placeholder Void Board","eClass":"EEnumLiteral"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"name":"ACTIVATE","id":298,"value":1,"literal":"Activate","eClass":"EEnumLiteral"},{"name":"DEACTIVATE","id":299,"value":0,"literal":"Deactivate","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V10","id":300,"value":0,"literal":"Firmata 1.0","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V20","id":301,"value":2,"literal":"Firmata 2.0","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V11","id":302,"value":1,"literal":"Firmata 1.1","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V23","id":303,"value":18,"literal":"Firmata 2.3","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V22","id":304,"value":13,"literal":"Firmata 2.2","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V21","id":305,"value":3,"literal":"Firmata 2.1","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V10_I2C","id":306,"value":4,"literal":"Firmata I2C 1.0","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V11_I2C","id":307,"value":5,"literal":"Firmata I2C 1.1","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V20_I2C","id":308,"value":6,"literal":"Firmata I2C 2.0","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V23_I2C","id":309,"value":17,"literal":"Firmata I2C 2.3","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V22_I2C","id":310,"value":14,"literal":"Firmata I2C 2.2","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V21_I2C","id":311,"value":7,"literal":"Firmata I2C 2.1","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V10_SERVO","id":312,"value":8,"literal":"Firmata Servo 1.0","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V20_SERVO","id":313,"value":10,"literal":"Firmata Servo 2.0","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V11_SERVO","id":314,"value":9,"literal":"Firmata Servo 1.1","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V23_SERVO","id":315,"value":16,"literal":"Firmata Servo 2.3","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V22_SERVO","id":316,"value":15,"literal":"Firmata Servo 2.2","eClass":"EEnumLiteral"},{"name":"ARDUINO_FIRMATA_V21_SERVO","id":317,"value":11,"literal":"Firmata Servo 2.1","eClass":"EEnumLiteral"},{"name":"ARDUINO_DEFAULT","id":318,"value":12,"literal":"Firmata Default","eClass":"EEnumLiteral"},{"name":"CONNECTED","id":319,"value":1,"literal":"Connected","eClass":"EEnumLiteral"},{"name":"DISCONNECTED","id":320,"value":0,"literal":"Disconnected","eClass":"EEnumLiteral"},{"name":"TRANSMITTING","id":321,"value":2,"literal":"Transmitting","eClass":"EEnumLiteral"},{"name":"INPUT","id":322,"value":0,"literal":"Input","eClass":"EEnumLiteral"},{"name":"OUTPUT","id":323,"value":1,"literal":"Output","eClass":"EEnumLiteral"},{"name":"ANALOG","id":324,"value":2,"literal":"Analog","eClass":"EEnumLiteral"},{"name":"PWM","id":325,"value":3,"literal":"PWM","eClass":"EEnumLiteral"},{"name":"SERVO","id":326,"value":4,"literal":"Servo","eClass":"EEnumLiteral"},{"name":"SHIFT","id":327,"value":5,"literal":"Shift","eClass":"EEnumLiteral"},{"name":"I2C","id":328,"value":6,"literal":"I2C","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":329,"value":0,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"HIGH","id":330,"value":1,"literal":"High","eClass":"EEnumLiteral"},{"name":"LOW","id":331,"value":0,"literal":"Low","eClass":"EEnumLiteral"},{"name":"NONE","id":332,"value":2,"literal":"None","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":333,"value":0,"literal":"Unknown","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":"boards","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"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":1,"target":0},{"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":27,"target":1},{"source":27,"target":64},{"source":27,"target":65},{"source":64,"target":66},{"source":64,"target":27},{"source":65,"target":6},{"source":65,"target":67},{"source":65,"target":27},{"source":67,"target":6},{"source":28,"target":1},{"source":28,"target":68},{"source":28,"target":69},{"source":68,"target":70},{"source":68,"target":28},{"source":69,"target":6},{"source":69,"target":71},{"source":69,"target":28},{"source":71,"target":6},{"source":29,"target":1},{"source":29,"target":72},{"source":29,"target":73},{"source":72,"target":21},{"source":72,"target":74},{"source":72,"target":29},{"source":74,"target":21},{"source":73,"target":6},{"source":73,"target":75},{"source":73,"target":29},{"source":75,"target":6},{"source":30,"target":1},{"source":30,"target":76},{"source":30,"target":77},{"source":76,"target":21},{"source":76,"target":78},{"source":76,"target":30},{"source":78,"target":21},{"source":77,"target":6},{"source":77,"target":79},{"source":77,"target":30},{"source":79,"target":6},{"source":31,"target":80},{"source":31,"target":1},{"source":31,"target":81},{"source":81,"target":6},{"source":81,"target":82},{"source":81,"target":31},{"source":82,"target":6},{"source":32,"target":83},{"source":32,"target":1},{"source":32,"target":84},{"source":84,"target":6},{"source":84,"target":85},{"source":84,"target":32},{"source":85,"target":6},{"source":33,"target":8},{"source":33,"target":86},{"source":33,"target":1},{"source":33,"target":87},{"source":86,"target":8},{"source":87,"target":6},{"source":87,"target":88},{"source":87,"target":33},{"source":88,"target":6},{"source":34,"target":7},{"source":34,"target":89},{"source":34,"target":1},{"source":34,"target":90},{"source":89,"target":7},{"source":90,"target":6},{"source":90,"target":91},{"source":90,"target":34},{"source":91,"target":6},{"source":35,"target":8},{"source":35,"target":92},{"source":35,"target":1},{"source":35,"target":93},{"source":92,"target":8},{"source":93,"target":94},{"source":93,"target":35},{"source":36,"target":7},{"source":36,"target":95},{"source":36,"target":1},{"source":36,"target":96},{"source":95,"target":7},{"source":96,"target":97},{"source":96,"target":36},{"source":37,"target":3},{"source":37,"target":98},{"source":37,"target":1},{"source":98,"target":3},{"source":38,"target":3},{"source":38,"target":99},{"source":38,"target":1},{"source":99,"target":3},{"source":39,"target":7},{"source":39,"target":100},{"source":39,"target":1},{"source":39,"target":101},{"source":100,"target":7},{"source":101,"target":102},{"source":101,"target":39},{"source":40,"target":8},{"source":40,"target":103},{"source":40,"target":1},{"source":40,"target":104},{"source":103,"target":8},{"source":104,"target":105},{"source":104,"target":40},{"source":41,"target":2},{"source":41,"target":106},{"source":41,"target":1},{"source":106,"target":2},{"source":42,"target":4},{"source":42,"target":107},{"source":42,"target":1},{"source":107,"target":4},{"source":43,"target":9},{"source":43,"target":108},{"source":43,"target":1},{"source":108,"target":9},{"source":44,"target":7},{"source":44,"target":109},{"source":44,"target":1},{"source":109,"target":7},{"source":45,"target":8},{"source":45,"target":110},{"source":45,"target":1},{"source":110,"target":8},{"source":46,"target":11},{"source":46,"target":111},{"source":46,"target":1},{"source":111,"target":11},{"source":47,"target":12},{"source":47,"target":112},{"source":47,"target":1},{"source":112,"target":12},{"source":48,"target":10},{"source":48,"target":113},{"source":48,"target":1},{"source":113,"target":10},{"source":49,"target":13},{"source":49,"target":114},{"source":49,"target":1},{"source":114,"target":13},{"source":50,"target":115},{"source":50,"target":1},{"source":51,"target":5},{"source":51,"target":116},{"source":51,"target":1},{"source":116,"target":5},{"source":52,"target":14},{"source":52,"target":117},{"source":52,"target":1},{"source":117,"target":14},{"source":53,"target":17},{"source":53,"target":118},{"source":53,"target":1},{"source":118,"target":17},{"source":54,"target":16},{"source":54,"target":119},{"source":54,"target":1},{"source":119,"target":16},{"source":55,"target":18},{"source":55,"target":120},{"source":55,"target":1},{"source":120,"target":18},{"source":56,"target":20},{"source":56,"target":121},{"source":56,"target":1},{"source":121,"target":20},{"source":57,"target":19},{"source":57,"target":122},{"source":57,"target":1},{"source":122,"target":19},{"source":58,"target":22},{"source":58,"target":123},{"source":58,"target":1},{"source":123,"target":22},{"source":59,"target":6},{"source":59,"target":124},{"source":59,"target":1},{"source":124,"target":6},{"source":60,"target":125},{"source":60,"target":1},{"source":61,"target":23},{"source":61,"target":126},{"source":61,"target":1},{"source":126,"target":23},{"source":62,"target":15},{"source":62,"target":127},{"source":62,"target":1},{"source":127,"target":15},{"source":63,"target":128},{"source":63,"target":1},{"source":2,"target":0},{"source":2,"target":129},{"source":2,"target":130},{"source":2,"target":131},{"source":2,"target":132},{"source":2,"target":133},{"source":2,"target":134},{"source":2,"target":135},{"source":2,"target":136},{"source":2,"target":137},{"source":2,"target":138},{"source":129,"target":2},{"source":130,"target":2},{"source":131,"target":2},{"source":132,"target":2},{"source":133,"target":2},{"source":134,"target":2},{"source":135,"target":2},{"source":136,"target":2},{"source":137,"target":2},{"source":138,"target":2},{"source":3,"target":0},{"source":3,"target":139},{"source":3,"target":140},{"source":3,"target":141},{"source":3,"target":142},{"source":139,"target":6},{"source":139,"target":143},{"source":139,"target":3},{"source":143,"target":6},{"source":140,"target":21},{"source":140,"target":144},{"source":140,"target":3},{"source":144,"target":21},{"source":141,"target":145},{"source":141,"target":3},{"source":142,"target":146},{"source":142,"target":3},{"source":4,"target":0},{"source":4,"target":147},{"source":4,"target":148},{"source":4,"target":149},{"source":4,"target":150},{"source":4,"target":151},{"source":4,"target":152},{"source":4,"target":153},{"source":147,"target":4},{"source":148,"target":4},{"source":149,"target":4},{"source":150,"target":4},{"source":151,"target":4},{"source":152,"target":4},{"source":153,"target":4},{"source":5,"target":0},{"source":5,"target":154},{"source":5,"target":155},{"source":5,"target":156},{"source":5,"target":157},{"source":5,"target":158},{"source":5,"target":159},{"source":5,"target":160},{"source":5,"target":161},{"source":154,"target":5},{"source":155,"target":5},{"source":156,"target":5},{"source":157,"target":5},{"source":158,"target":5},{"source":159,"target":5},{"source":160,"target":5},{"source":161,"target":5},{"source":6,"target":0},{"source":6,"target":162},{"source":6,"target":163},{"source":6,"target":164},{"source":6,"target":165},{"source":6,"target":166},{"source":6,"target":167},{"source":6,"target":168},{"source":6,"target":169},{"source":6,"target":170},{"source":6,"target":171},{"source":6,"target":172},{"source":6,"target":173},{"source":6,"target":174},{"source":6,"target":175},{"source":6,"target":176},{"source":6,"target":177},{"source":6,"target":178},{"source":6,"target":179},{"source":6,"target":180},{"source":6,"target":181},{"source":6,"target":182},{"source":6,"target":183},{"source":6,"target":184},{"source":6,"target":185},{"source":6,"target":186},{"source":6,"target":187},{"source":6,"target":188},{"source":6,"target":189},{"source":6,"target":190},{"source":6,"target":191},{"source":6,"target":192},{"source":6,"target":193},{"source":6,"target":194},{"source":6,"target":195},{"source":6,"target":196},{"source":6,"target":197},{"source":6,"target":198},{"source":6,"target":199},{"source":6,"target":200},{"source":6,"target":201},{"source":6,"target":202},{"source":6,"target":203},{"source":6,"target":204},{"source":6,"target":205},{"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":6,"target":212},{"source":6,"target":213},{"source":6,"target":214},{"source":6,"target":215},{"source":6,"target":216},{"source":6,"target":217},{"source":6,"target":218},{"source":6,"target":219},{"source":6,"target":220},{"source":6,"target":221},{"source":6,"target":222},{"source":6,"target":223},{"source":6,"target":224},{"source":6,"target":225},{"source":6,"target":226},{"source":6,"target":227},{"source":6,"target":228},{"source":6,"target":229},{"source":6,"target":230},{"source":6,"target":231},{"source":6,"target":232},{"source":6,"target":233},{"source":6,"target":234},{"source":6,"target":235},{"source":6,"target":236},{"source":6,"target":237},{"source":6,"target":238},{"source":6,"target":239},{"source":6,"target":240},{"source":6,"target":241},{"source":6,"target":242},{"source":6,"target":243},{"source":6,"target":244},{"source":6,"target":245},{"source":6,"target":246},{"source":6,"target":247},{"source":6,"target":248},{"source":6,"target":249},{"source":6,"target":250},{"source":6,"target":251},{"source":6,"target":252},{"source":6,"target":253},{"source":162,"target":6},{"source":163,"target":6},{"source":164,"target":6},{"source":165,"target":6},{"source":166,"target":6},{"source":167,"target":6},{"source":168,"target":6},{"source":169,"target":6},{"source":170,"target":6},{"source":171,"target":6},{"source":172,"target":6},{"source":173,"target":6},{"source":174,"target":6},{"source":175,"target":6},{"source":176,"target":6},{"source":177,"target":6},{"source":178,"target":6},{"source":179,"target":6},{"source":180,"target":6},{"source":181,"target":6},{"source":182,"target":6},{"source":183,"target":6},{"source":184,"target":6},{"source":185,"target":6},{"source":186,"target":6},{"source":187,"target":6},{"source":188,"target":6},{"source":189,"target":6},{"source":190,"target":6},{"source":191,"target":6},{"source":192,"target":6},{"source":193,"target":6},{"source":194,"target":6},{"source":195,"target":6},{"source":196,"target":6},{"source":197,"target":6},{"source":198,"target":6},{"source":199,"target":6},{"source":200,"target":6},{"source":201,"target":6},{"source":202,"target":6},{"source":203,"target":6},{"source":204,"target":6},{"source":205,"target":6},{"source":206,"target":6},{"source":207,"target":6},{"source":208,"target":6},{"source":209,"target":6},{"source":210,"target":6},{"source":211,"target":6},{"source":212,"target":6},{"source":213,"target":6},{"source":214,"target":6},{"source":215,"target":6},{"source":216,"target":6},{"source":217,"target":6},{"source":218,"target":6},{"source":219,"target":6},{"source":220,"target":6},{"source":221,"target":6},{"source":222,"target":6},{"source":223,"target":6},{"source":224,"target":6},{"source":225,"target":6},{"source":226,"target":6},{"source":227,"target":6},{"source":228,"target":6},{"source":229,"target":6},{"source":230,"target":6},{"source":231,"target":6},{"source":232,"target":6},{"source":233,"target":6},{"source":234,"target":6},{"source":235,"target":6},{"source":236,"target":6},{"source":237,"target":6},{"source":238,"target":6},{"source":239,"target":6},{"source":240,"target":6},{"source":241,"target":6},{"source":242,"target":6},{"source":243,"target":6},{"source":244,"target":6},{"source":245,"target":6},{"source":246,"target":6},{"source":247,"target":6},{"source":248,"target":6},{"source":249,"target":6},{"source":250,"target":6},{"source":251,"target":6},{"source":252,"target":6},{"source":253,"target":6},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":254},{"source":7,"target":255},{"source":254,"target":256},{"source":254,"target":7},{"source":255,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":257},{"source":8,"target":258},{"source":257,"target":259},{"source":257,"target":8},{"source":258,"target":3},{"source":9,"target":0},{"source":9,"target":260},{"source":9,"target":261},{"source":9,"target":262},{"source":9,"target":263},{"source":9,"target":264},{"source":9,"target":265},{"source":9,"target":266},{"source":9,"target":267},{"source":9,"target":268},{"source":260,"target":9},{"source":261,"target":9},{"source":262,"target":9},{"source":263,"target":9},{"source":264,"target":9},{"source":265,"target":9},{"source":266,"target":9},{"source":267,"target":9},{"source":268,"target":9},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":269},{"source":269,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":270},{"source":270,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":271},{"source":271,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":272},{"source":272,"target":3},{"source":14,"target":0},{"source":14,"target":3},{"source":14,"target":273},{"source":273,"target":3},{"source":15,"target":0},{"source":15,"target":274},{"source":15,"target":275},{"source":15,"target":276},{"source":15,"target":277},{"source":15,"target":278},{"source":15,"target":279},{"source":15,"target":280},{"source":15,"target":281},{"source":15,"target":282},{"source":15,"target":283},{"source":15,"target":284},{"source":15,"target":285},{"source":15,"target":286},{"source":15,"target":287},{"source":15,"target":288},{"source":15,"target":289},{"source":15,"target":290},{"source":15,"target":291},{"source":15,"target":292},{"source":274,"target":15},{"source":275,"target":15},{"source":276,"target":15},{"source":277,"target":15},{"source":278,"target":15},{"source":279,"target":15},{"source":280,"target":15},{"source":281,"target":15},{"source":282,"target":15},{"source":283,"target":15},{"source":284,"target":15},{"source":285,"target":15},{"source":286,"target":15},{"source":287,"target":15},{"source":288,"target":15},{"source":289,"target":15},{"source":290,"target":15},{"source":291,"target":15},{"source":292,"target":15},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":293},{"source":293,"target":3},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":294},{"source":294,"target":3},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":295},{"source":295,"target":3},{"source":19,"target":0},{"source":19,"target":3},{"source":19,"target":296},{"source":296,"target":3},{"source":20,"target":0},{"source":20,"target":3},{"source":20,"target":297},{"source":297,"target":3},{"source":21,"target":0},{"source":21,"target":298},{"source":21,"target":299},{"source":298,"target":21},{"source":299,"target":21},{"source":22,"target":0},{"source":22,"target":300},{"source":22,"target":301},{"source":22,"target":302},{"source":22,"target":303},{"source":22,"target":304},{"source":22,"target":305},{"source":22,"target":306},{"source":22,"target":307},{"source":22,"target":308},{"source":22,"target":309},{"source":22,"target":310},{"source":22,"target":311},{"source":22,"target":312},{"source":22,"target":313},{"source":22,"target":314},{"source":22,"target":315},{"source":22,"target":316},{"source":22,"target":317},{"source":22,"target":318},{"source":300,"target":22},{"source":301,"target":22},{"source":302,"target":22},{"source":303,"target":22},{"source":304,"target":22},{"source":305,"target":22},{"source":306,"target":22},{"source":307,"target":22},{"source":308,"target":22},{"source":309,"target":22},{"source":310,"target":22},{"source":311,"target":22},{"source":312,"target":22},{"source":313,"target":22},{"source":314,"target":22},{"source":315,"target":22},{"source":316,"target":22},{"source":317,"target":22},{"source":318,"target":22},{"source":23,"target":0},{"source":23,"target":319},{"source":23,"target":320},{"source":23,"target":321},{"source":319,"target":23},{"source":320,"target":23},{"source":321,"target":23},{"source":24,"target":0},{"source":24,"target":322},{"source":24,"target":323},{"source":24,"target":324},{"source":24,"target":325},{"source":24,"target":326},{"source":24,"target":327},{"source":24,"target":328},{"source":24,"target":329},{"source":322,"target":24},{"source":323,"target":24},{"source":324,"target":24},{"source":325,"target":24},{"source":326,"target":24},{"source":327,"target":24},{"source":328,"target":24},{"source":329,"target":24},{"source":25,"target":0},{"source":25,"target":330},{"source":25,"target":331},{"source":25,"target":332},{"source":25,"target":333},{"source":330,"target":25},{"source":331,"target":25},{"source":332,"target":25},{"source":333,"target":25},{"source":26,"target":0},{"source":26,"target":334},{"source":26,"target":335},{"source":334,"target":1},{"source":334,"target":336},{"source":334,"target":26},{"source":336,"target":1},{"source":335,"target":337},{"source":335,"target":26}],"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="selfletbehavior"
nsURI="http://selfletbehavior/1.0" nsPrefix="selfletbehavior">
<eClassifiers xsi:type="ecore:EClass" name="Behavior">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1"
eType="#//State" containment="true" eOpposite="#//State/targetBehavior"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetService" eType="#//Service"
eOpposite="#//Service/behavior"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//Action"
containment="true" eOpposite="#//Action/targetState"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="next" upperBound="-1" eType="#//Condition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetBehavior" eType="#//Behavior"
eOpposite="#//Behavior/state"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Init" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Final" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Intermediate" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Invocation" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Elementary" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Complex" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Selflet">
<eStructuralFeatures xsi:type="ecore:EReference" name="service" upperBound="-1"
eType="#//Service" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service">
<eStructuralFeatures xsi:type="ecore:EReference" name="behavior" upperBound="-1"
eType="#//Behavior" containment="true" eOpposite="#//Behavior/targetService"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="Condition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetState" eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Action">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actionFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abilityFile" eType="#//FileReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetState" eType="#//State"
eOpposite="#//State/action"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="FileReference" instanceClassName="selfletbehavior.FileReference"/>
</ecore:EPackage>
| github:ecore:/data/pnhoang/Selflet/SelfletBehavior/model/SelfletBehavior.ecore | ecore | selfletbehavior
Behavior
name
state
targetService
State
action
name
next
targetBehavior
Init
Final
Intermediate
Invocation
Elementary
Complex
Selflet
service
Service
behavior
name
description
Condition
body
conditionFile
targetState
Action
body
actionFile
abilityFile
targetState
FileReference
selfletbehavior.FileReference
selfletbehavior.FileReference | null | {"directed":true,"nodes":[{"nsPrefix":"selfletbehavior","nsURI":"http://selfletbehavior/1.0","name":"selfletbehavior","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Init","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Final","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Intermediate","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invocation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Elementary","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Complex","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selflet","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"selfletbehavior.FileReference","defaultValue":null,"instanceClassName":"selfletbehavior.FileReference","name":"FileReference","instanceClass":null,"id":13,"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":"name","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":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"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":"targetService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"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":"targetBehavior","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"behavior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","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":"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":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"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":"targetState","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"},{"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":"service","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"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":"body","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":"conditionFile","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":"targetState","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"body","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":"actionFile","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":"abilityFile","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"}],"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":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":14,"target":17},{"source":14,"target":1},{"source":15,"target":2},{"source":15,"target":18},{"source":15,"target":1},{"source":15,"target":19},{"source":18,"target":2},{"source":16,"target":10},{"source":16,"target":20},{"source":16,"target":1},{"source":16,"target":21},{"source":20,"target":10},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":19},{"source":22,"target":12},{"source":22,"target":25},{"source":22,"target":2},{"source":22,"target":26},{"source":25,"target":12},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":11},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":11},{"source":19,"target":1},{"source":19,"target":29},{"source":19,"target":2},{"source":19,"target":15},{"source":29,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":30},{"source":30,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":31},{"source":31,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":32},{"source":32,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":33},{"source":33,"target":2},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":34},{"source":34,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":35},{"source":35,"target":1},{"source":9,"target":0},{"source":9,"target":36},{"source":36,"target":10},{"source":36,"target":37},{"source":36,"target":9},{"source":37,"target":10},{"source":10,"target":0},{"source":10,"target":21},{"source":10,"target":38},{"source":10,"target":39},{"source":21,"target":1},{"source":21,"target":40},{"source":21,"target":10},{"source":21,"target":16},{"source":40,"target":1},{"source":38,"target":41},{"source":38,"target":10},{"source":39,"target":42},{"source":39,"target":10},{"source":11,"target":0},{"source":11,"target":43},{"source":11,"target":44},{"source":11,"target":45},{"source":43,"target":46},{"source":43,"target":11},{"source":44,"target":47},{"source":44,"target":11},{"source":45,"target":2},{"source":45,"target":48},{"source":45,"target":11},{"source":48,"target":2},{"source":12,"target":0},{"source":12,"target":49},{"source":12,"target":50},{"source":12,"target":51},{"source":12,"target":26},{"source":49,"target":52},{"source":49,"target":12},{"source":50,"target":53},{"source":50,"target":12},{"source":51,"target":13},{"source":51,"target":54},{"source":51,"target":12},{"source":54,"target":13},{"source":26,"target":2},{"source":26,"target":55},{"source":26,"target":12},{"source":26,"target":22},{"source":55,"target":2},{"source":13,"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="core" nsURI="http://emf.eventb.org/models/core/2014" nsPrefix="core">
<eClassifiers xsi:type="ecore:EClass" name="EventBObject" abstract="true" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
<eOperations name="getContaining" lowerBound="1" eType="#//EventBObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="EventBObject bObject = this;
while (!eClass.isSuperTypeOf(bObject.eClass()))
	if (bObject.eContainer() instanceof EventBObject) bObject=(EventBObject)bObject.eContainer();
	else return null;
return bObject;"/>
<details key="documentation" value="returns the nearest container of this element that is a sub-type eClass
or null if no container of that type
@param 	the EClass that is the super-type of the returned elements
@return 	containing EventBObject that is a sub-type of eClass
"/>
</eAnnotations>
<eParameters name="eClass" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
</eOperations>
<eOperations name="getAllContained">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="EList<EObject> typeObjects = new BasicEList<EObject>();
typeObjects.add(null);	//include the null object
for (TreeIterator<EObject>trit = EcoreUtil.getAllContents(this, resolve); trit.hasNext();){
	EObject o = trit.next();
	if (eClass.isSuperTypeOf(o.eClass())) typeObjects.add(o);
}
return typeObjects;"/>
<details key="documentation" value="returns a list of elements that sub-type eClass and
that are contained (directly or indirectly) by this element
@param eClass - 	the EClass that is the super-type of the returned elements
@param resolve - 	whether to resolve proxies
"/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EEList">
<eTypeArguments eClassifier="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eGenericType>
<eParameters name="eClass" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
<eParameters name="resolve" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eOperations>
<eOperations name="getURI" lowerBound="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if (eIsProxy()){
	return ((InternalEObject)this).eProxyURI();
}else{
	return eResource().getURI();
}"/>
<details key="documentation" value="returns the URI of this element.
(If the element is not loaded, the URI is obtained from the proxy without loading the element)

[AFTER RE-GENERATING REMOVE THE TYPE PARAMETER <URI>]"/>
</eAnnotations>
<eGenericType eTypeParameter="#//EventBObject/getURI/URI"/>
<eTypeParameters name="URI"/>
</eOperations>
<eOperations name="getAnnotation" eType="#//Annotation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="for (Annotation annotation : getAnnotations()){
	if (source.equals(annotation.getSource())) return annotation;
}
return null;"/>
<details key="documentation" value="returns the annotation with the specified source or null if no such annotation is contained by this element
@param source - 	the source (string) of the Annotation to be retrieved
"/>
</eAnnotations>
<eParameters name="source" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotation" containment="true" resolveProxies="false" eOpposite="#//Annotation/eventBObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventBElement" abstract="true" eSuperTypes="#//EventBObject">
<eOperations name="doGetReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if (this.eIsProxy()){
	return ((InternalEObject)this).eProxyURI().fragment();
}else{
	String ref = getElementIdentification();
	EObject container = this.eContainer();
	while (container instanceof EventBElementImpl && !(container instanceof Project)){
		ref = ((EventBElementImpl)container).getElementIdentification()+"."+ref;
		container = container.eContainer();
	}
	ref = getElementTypePrefix()+"::"+ref;
	return ref;
}"/>
<details key="documentation" value="returns a fully qualified reference id in the format 
<PackageNSURI>::<class>::<parentageBelowProject>.<id>
Where id is either the 'name' attribute or a UUID"/>
</eAnnotations>
</eOperations>
<eOperations name="getElementTypePrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return this.eClass().getEPackage().getNsURI()+"::"+this.eClass().getName();"/>
<details key="documentation" value="This returns the prefix part of a reference for the type of this element"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensions" upperBound="-1"
eType="#//AbstractExtension" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//StringToAttributeMapEntry" containment="true" eKeys="#//StringToAttributeMapEntry/key"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false"
volatile="true" transient="true" defaultValueLiteral="" derived="true" iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="generated" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
volatile="true" transient="true" defaultValueLiteral="false" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="localGenerated" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="internalId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
unsettable="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventBCommented" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventBCommentedElement" abstract="true"
eSuperTypes="#//EventBElement #//EventBCommented"/>
<eClassifiers xsi:type="ecore:EClass" name="EventBExpression" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventBCommentedExpressionElement" abstract="true"
eSuperTypes="#//EventBCommentedElement #//EventBExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="EventBNamed" abstract="true">
<eOperations name="doGetName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if (this.eIsProxy()){
	String fragment = ((InternalEObject)this).eProxyURI().fragment();
	int ind = fragment.lastIndexOf("::");
	if (ind>-1) fragment = fragment.substring(ind+2);
	fragment = fragment.substring(fragment.lastIndexOf('.')+1);
	return fragment;
}else{
	return name;
}"/>
<details key="documentation" value="<getName() should be changed to call this method>
Returns this element's name or, if it is a proxy, gets the name from the URI fragment
(Calling this method will not resolve any unresolved proxies)."/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventBNamedCommentedElement" abstract="true"
eSuperTypes="#//EventBCommentedElement #//EventBNamed"/>
<eClassifiers xsi:type="ecore:EClass" name="EventBPredicate" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predicate" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="\u22a4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventBNamedCommentedPredicateElement"
abstract="true" eSuperTypes="#//EventBNamedCommentedElement #//EventBPredicate"/>
<eClassifiers xsi:type="ecore:EClass" name="EventBDerived" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="theorem" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventBNamedCommentedDerivedPredicateElement"
abstract="true" eSuperTypes="#//EventBNamedCommentedPredicateElement #//EventBDerived"/>
<eClassifiers xsi:type="ecore:EClass" name="EventBAction" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventBNamedCommentedActionElement" abstract="true"
eSuperTypes="#//EventBNamedCommentedElement #//EventBAction"/>
<eClassifiers xsi:type="ecore:EClass" name="EventBNamedCommentedComponentElement"
abstract="true" eSuperTypes="#//EventBNamedCommentedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Project" eSuperTypes="#//EventBNamedCommentedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="#//EventBNamedCommentedComponentElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//AbstractExtension"/>
<eClassifiers xsi:type="ecore:EEnum" name="AttributeType">
<eLiterals name="Boolean" literal="Boolean"/>
<eLiterals name="Handle" value="1" literal="IRodinElement"/>
<eLiterals name="Integer" value="2" literal="Integer"/>
<eLiterals name="Long" value="3" literal="Long"/>
<eLiterals name="String" value="4" literal="String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringToAttributeMapEntry" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Attribute"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//EventBObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//AttributeType"
defaultValueLiteral="Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractExtension" abstract="true" eSuperTypes="#//EventBElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extensionId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringToStringMapEntry" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<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="Annotation" eSuperTypes="#//EventBObject">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="details" upperBound="-1"
eType="#//StringToStringMapEntry" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eventBObject" eType="#//EventBObject"
transient="true" resolveProxies="false" eOpposite="#//EventBObject/annotations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eClassifiers>
<eSubpackages name="machine" nsURI="http://emf.eventb.org/models/core/machine/2014"
nsPrefix="machine">
<eClassifiers xsi:type="ecore:EClass" name="Machine" eSuperTypes="#//EventBNamedCommentedComponentElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="refines" upperBound="-1"
eType="#//machine/Machine"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="refinesNames" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sees" upperBound="-1"
eType="#//context/Context"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="seesNames" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//machine/Variable" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="invariants" upperBound="-1"
eType="#//machine/Invariant" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variant" eType="#//machine/Variant"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="events" upperBound="-1"
eType="#//machine/Event" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//EventBNamedCommentedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Invariant" eSuperTypes="#//EventBNamedCommentedDerivedPredicateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Variant" eSuperTypes="#//EventBCommentedExpressionElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//EventBNamedCommentedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="convergence" eType="#//machine/Convergence"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extended" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="refines" upperBound="-1"
eType="#//machine/Event"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="refinesNames" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//machine/Parameter" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guards" upperBound="-1"
eType="#//machine/Guard" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="witnesses" upperBound="-1"
eType="#//machine/Witness" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//machine/Action" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Convergence">
<eLiterals name="ordinary" literal="ordinary"/>
<eLiterals name="convergent" value="1" literal="convergent"/>
<eLiterals name="anticipated" value="2" literal="anticipated"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//EventBNamedCommentedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Guard" eSuperTypes="#//EventBNamedCommentedDerivedPredicateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Witness" eSuperTypes="#//EventBNamedCommentedPredicateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//EventBNamedCommentedActionElement"/>
</eSubpackages>
<eSubpackages name="context" nsURI="http://emf.eventb.org/models/core/context/2014"
nsPrefix="context">
<eClassifiers xsi:type="ecore:EClass" name="Context" eSuperTypes="#//EventBNamedCommentedComponentElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="extends" upperBound="-1"
eType="#//context/Context"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extendsNames" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sets" upperBound="-1"
eType="#//context/CarrierSet" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1"
eType="#//context/Constant" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="axioms" upperBound="-1"
eType="#//context/Axiom" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="#//EventBNamedCommentedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CarrierSet" eSuperTypes="#//EventBNamedCommentedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Axiom" eSuperTypes="#//EventBNamedCommentedDerivedPredicateElement"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/mgt1g13/EMF_EventB/EMF_EventB/org.eventb.emf.core/model/eventbcore.ecore | ecore | core
EventBObject
getContaining
eClass
getAllContained
eClass
resolve
getURI
URI
getAnnotation
source
annotations
EventBElement
doGetReference
getElementTypePrefix
extensions
attributes
reference
generated
false
localGenerated
internalId
EventBCommented
comment
EventBCommentedElement
EventBExpression
expression
""
EventBCommentedExpressionElement
EventBNamed
doGetName
name
EventBNamedCommentedElement
EventBPredicate
predicate
\u22a4
EventBNamedCommentedPredicateElement
EventBDerived
theorem
false
EventBNamedCommentedDerivedPredicateElement
EventBAction
action
EventBNamedCommentedActionElement
EventBNamedCommentedComponentElement
Project
components
Extension
AttributeType
Boolean
Boolean
Handle
IRodinElement
Integer
Integer
Long
Long
String
String
StringToAttributeMapEntry
java.util.Map$Entry
java.util.Map$Entry
key
value
Attribute
type
Boolean
value
AbstractExtension
extensionId
StringToStringMapEntry
java.util.Map$Entry
java.util.Map$Entry
key
value
Annotation
source
details
eventBObject
contents
references
machine
Machine
refines
refinesNames
sees
seesNames
variables
invariants
variant
events
Variable
Invariant
Variant
Event
convergence
extended
refines
refinesNames
parameters
guards
witnesses
actions
Convergence
ordinary
ordinary
convergent
convergent
anticipated
anticipated
Parameter
Guard
Witness
Action
context
Context
extends
extendsNames
sets
constants
axioms
Constant
CarrierSet
Axiom | null | {"directed":true,"nodes":[{"nsPrefix":"core","nsURI":"http://emf.eventb.org/models/core/2014","name":"core","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBObject","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBCommented","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBCommentedElement","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBExpression","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBCommentedExpressionElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBNamed","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBNamedCommentedElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBPredicate","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBNamedCommentedPredicateElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBDerived","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBNamedCommentedDerivedPredicateElement","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBAction","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBNamedCommentedActionElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventBNamedCommentedComponentElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AttributeType","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToAttributeMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractExtension","instanceClass":null,"abstract":true,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"StringToStringMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"nsPrefix":"machine","nsURI":"http://emf.eventb.org/models/core/machine/2014","name":"machine","id":24,"eClass":"EPackage"},{"nsPrefix":"context","nsURI":"http://emf.eventb.org/models/core/context/2014","name":"context","id":25,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"getContaining","lowerBound":1,"id":26,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAllContained","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getURI","lowerBound":1,"id":28,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAnnotation","lowerBound":0,"id":29,"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":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":1,"id":33,"many":false,"required":true,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":1,"id":36,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"resolve","lowerBound":1,"id":37,"many":false,"required":true,"eClass":"EParameter"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"name":"URI","id":42,"eClass":"ETypeParameter"},{"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":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":"eventBObject","changeable":true,"resolveProxies":false,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"doGetReference","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getElementTypePrefix","lowerBound":0,"id":49,"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":"extensions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"reference","changeable":false,"lowerBound":1,"iD":true,"id":52,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":true,"unique":true,"name":"generated","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":true,"transient":false,"unique":true,"name":"localGenerated","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":true,"transient":false,"unique":true,"name":"internalId","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"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":"key","changeable":true,"lowerBound":1,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"\"\"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"\"\"","unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"doGetName","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","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"},{"ordered":true,"upperBound":1,"defaultValue":"\\u22a4","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"\\u22a4","unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"lowerBound":1,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"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":"theorem","changeable":true,"lowerBound":1,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"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":"action","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"name":"Boolean","id":97,"value":0,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"Handle","id":98,"value":1,"literal":"IRodinElement","eClass":"EEnumLiteral"},{"name":"Integer","id":99,"value":2,"literal":"Integer","eClass":"EEnumLiteral"},{"name":"Long","id":100,"value":3,"literal":"Long","eClass":"EEnumLiteral"},{"name":"String","id":101,"value":4,"literal":"String","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Boolean","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":1,"iD":false,"id":105,"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":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":"extensionId","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"details","changeable":true,"resolveProxies":false,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":119,"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":"references","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"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Machine","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Invariant","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variant","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Convergence","instanceClass":null,"id":132,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Witness","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":136,"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":"refines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"refinesNames","changeable":true,"lowerBound":0,"iD":false,"id":138,"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":"sees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"seesNames","changeable":true,"lowerBound":0,"iD":false,"id":140,"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":"variables","changeable":true,"resolveProxies":false,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"invariants","changeable":true,"resolveProxies":false,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variant","changeable":true,"resolveProxies":false,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"convergence","changeable":true,"lowerBound":0,"iD":false,"id":158,"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":"extended","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":false,"unsettable":false,"transient":false,"unique":true,"name":"refines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"refinesNames","changeable":true,"lowerBound":0,"iD":false,"id":161,"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":"parameters","changeable":true,"resolveProxies":false,"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":"guards","changeable":true,"resolveProxies":false,"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":"witnesses","changeable":true,"resolveProxies":false,"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":"actions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":165,"derived":false},{"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"},{"name":"ordinary","id":175,"value":0,"literal":"ordinary","eClass":"EEnumLiteral"},{"name":"convergent","id":176,"value":1,"literal":"convergent","eClass":"EEnumLiteral"},{"name":"anticipated","id":177,"value":2,"literal":"anticipated","eClass":"EEnumLiteral"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CarrierSet","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Axiom","instanceClass":null,"abstract":false,"id":184,"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":"extends","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"extendsNames","changeable":true,"lowerBound":0,"iD":false,"id":186,"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":"sets","changeable":true,"resolveProxies":false,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","changeable":true,"resolveProxies":false,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"axioms","changeable":true,"resolveProxies":false,"lowerBound":0,"id":189,"derived":false},{"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"}],"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":1,"target":0},{"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":26,"target":1},{"source":26,"target":32},{"source":26,"target":1},{"source":26,"target":33},{"source":32,"target":1},{"source":33,"target":34},{"source":33,"target":26},{"source":27,"target":35},{"source":27,"target":1},{"source":27,"target":36},{"source":27,"target":37},{"source":35,"target":38},{"source":36,"target":39},{"source":36,"target":27},{"source":37,"target":40},{"source":37,"target":27},{"source":28,"target":41},{"source":28,"target":1},{"source":28,"target":42},{"source":41,"target":42},{"source":29,"target":23},{"source":29,"target":43},{"source":29,"target":1},{"source":29,"target":44},{"source":43,"target":23},{"source":44,"target":45},{"source":44,"target":29},{"source":30,"target":23},{"source":30,"target":46},{"source":30,"target":1},{"source":30,"target":47},{"source":46,"target":23},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":2,"target":55},{"source":2,"target":56},{"source":48,"target":57},{"source":48,"target":2},{"source":49,"target":58},{"source":49,"target":2},{"source":50,"target":21},{"source":50,"target":59},{"source":50,"target":2},{"source":59,"target":21},{"source":51,"target":19},{"source":51,"target":60},{"source":51,"target":2},{"source":51,"target":61},{"source":60,"target":19},{"source":52,"target":62},{"source":52,"target":2},{"source":53,"target":63},{"source":53,"target":2},{"source":54,"target":64},{"source":54,"target":2},{"source":55,"target":65},{"source":55,"target":2},{"source":56,"target":1},{"source":3,"target":0},{"source":3,"target":66},{"source":66,"target":67},{"source":66,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":3},{"source":4,"target":68},{"source":4,"target":69},{"source":68,"target":2},{"source":69,"target":3},{"source":5,"target":0},{"source":5,"target":70},{"source":70,"target":71},{"source":70,"target":5},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":5},{"source":6,"target":72},{"source":6,"target":73},{"source":72,"target":4},{"source":73,"target":5},{"source":7,"target":0},{"source":7,"target":74},{"source":7,"target":75},{"source":74,"target":76},{"source":74,"target":7},{"source":75,"target":77},{"source":75,"target":7},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":7},{"source":8,"target":78},{"source":8,"target":79},{"source":78,"target":4},{"source":79,"target":7},{"source":9,"target":0},{"source":9,"target":80},{"source":80,"target":81},{"source":80,"target":9},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":9},{"source":10,"target":82},{"source":10,"target":83},{"source":82,"target":8},{"source":83,"target":9},{"source":11,"target":0},{"source":11,"target":84},{"source":84,"target":85},{"source":84,"target":11},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":11},{"source":12,"target":86},{"source":12,"target":87},{"source":86,"target":10},{"source":87,"target":11},{"source":13,"target":0},{"source":13,"target":88},{"source":88,"target":89},{"source":88,"target":13},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":13},{"source":14,"target":90},{"source":14,"target":91},{"source":90,"target":8},{"source":91,"target":13},{"source":15,"target":0},{"source":15,"target":8},{"source":15,"target":92},{"source":92,"target":8},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":93},{"source":16,"target":94},{"source":93,"target":15},{"source":93,"target":95},{"source":93,"target":16},{"source":95,"target":15},{"source":94,"target":8},{"source":17,"target":0},{"source":17,"target":21},{"source":17,"target":96},{"source":96,"target":21},{"source":18,"target":0},{"source":18,"target":97},{"source":18,"target":98},{"source":18,"target":99},{"source":18,"target":100},{"source":18,"target":101},{"source":97,"target":18},{"source":98,"target":18},{"source":99,"target":18},{"source":100,"target":18},{"source":101,"target":18},{"source":19,"target":0},{"source":19,"target":61},{"source":19,"target":102},{"source":61,"target":103},{"source":61,"target":19},{"source":102,"target":20},{"source":102,"target":104},{"source":102,"target":19},{"source":104,"target":20},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":105},{"source":20,"target":106},{"source":20,"target":107},{"source":105,"target":18},{"source":105,"target":108},{"source":105,"target":20},{"source":108,"target":18},{"source":106,"target":109},{"source":106,"target":20},{"source":107,"target":1},{"source":21,"target":0},{"source":21,"target":2},{"source":21,"target":110},{"source":21,"target":111},{"source":110,"target":112},{"source":110,"target":21},{"source":111,"target":2},{"source":22,"target":0},{"source":22,"target":113},{"source":22,"target":114},{"source":113,"target":115},{"source":113,"target":22},{"source":114,"target":116},{"source":114,"target":22},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":117},{"source":23,"target":118},{"source":23,"target":47},{"source":23,"target":119},{"source":23,"target":120},{"source":23,"target":121},{"source":117,"target":122},{"source":117,"target":23},{"source":118,"target":22},{"source":118,"target":123},{"source":118,"target":23},{"source":123,"target":22},{"source":47,"target":1},{"source":47,"target":124},{"source":47,"target":23},{"source":47,"target":30},{"source":124,"target":1},{"source":119,"target":125},{"source":119,"target":23},{"source":120,"target":126},{"source":120,"target":23},{"source":121,"target":1},{"source":24,"target":127},{"source":24,"target":128},{"source":24,"target":129},{"source":24,"target":130},{"source":24,"target":131},{"source":24,"target":132},{"source":24,"target":133},{"source":24,"target":134},{"source":24,"target":135},{"source":24,"target":136},{"source":24,"target":0},{"source":127,"target":24},{"source":127,"target":15},{"source":127,"target":137},{"source":127,"target":138},{"source":127,"target":139},{"source":127,"target":140},{"source":127,"target":141},{"source":127,"target":142},{"source":127,"target":143},{"source":127,"target":144},{"source":127,"target":145},{"source":137,"target":127},{"source":137,"target":146},{"source":137,"target":127},{"source":146,"target":127},{"source":138,"target":147},{"source":138,"target":127},{"source":139,"target":148},{"source":139,"target":149},{"source":139,"target":127},{"source":149,"target":148},{"source":140,"target":150},{"source":140,"target":127},{"source":141,"target":128},{"source":141,"target":151},{"source":141,"target":127},{"source":151,"target":128},{"source":142,"target":129},{"source":142,"target":152},{"source":142,"target":127},{"source":152,"target":129},{"source":143,"target":130},{"source":143,"target":153},{"source":143,"target":127},{"source":153,"target":130},{"source":144,"target":131},{"source":144,"target":154},{"source":144,"target":127},{"source":154,"target":131},{"source":145,"target":15},{"source":128,"target":24},{"source":128,"target":8},{"source":128,"target":155},{"source":155,"target":8},{"source":129,"target":24},{"source":129,"target":12},{"source":129,"target":156},{"source":156,"target":12},{"source":130,"target":24},{"source":130,"target":6},{"source":130,"target":157},{"source":157,"target":6},{"source":131,"target":24},{"source":131,"target":8},{"source":131,"target":158},{"source":131,"target":159},{"source":131,"target":160},{"source":131,"target":161},{"source":131,"target":162},{"source":131,"target":163},{"source":131,"target":164},{"source":131,"target":165},{"source":131,"target":166},{"source":158,"target":132},{"source":158,"target":167},{"source":158,"target":131},{"source":167,"target":132},{"source":159,"target":168},{"source":159,"target":131},{"source":160,"target":131},{"source":160,"target":169},{"source":160,"target":131},{"source":169,"target":131},{"source":161,"target":170},{"source":161,"target":131},{"source":162,"target":133},{"source":162,"target":171},{"source":162,"target":131},{"source":171,"target":133},{"source":163,"target":134},{"source":163,"target":172},{"source":163,"target":131},{"source":172,"target":134},{"source":164,"target":135},{"source":164,"target":173},{"source":164,"target":131},{"source":173,"target":135},{"source":165,"target":136},{"source":165,"target":174},{"source":165,"target":131},{"source":174,"target":136},{"source":166,"target":8},{"source":132,"target":24},{"source":132,"target":175},{"source":132,"target":176},{"source":132,"target":177},{"source":175,"target":132},{"source":176,"target":132},{"source":177,"target":132},{"source":133,"target":24},{"source":133,"target":8},{"source":133,"target":178},{"source":178,"target":8},{"source":134,"target":24},{"source":134,"target":12},{"source":134,"target":179},{"source":179,"target":12},{"source":135,"target":24},{"source":135,"target":10},{"source":135,"target":180},{"source":180,"target":10},{"source":136,"target":24},{"source":136,"target":14},{"source":136,"target":181},{"source":181,"target":14},{"source":25,"target":148},{"source":25,"target":182},{"source":25,"target":183},{"source":25,"target":184},{"source":25,"target":0},{"source":148,"target":25},{"source":148,"target":15},{"source":148,"target":185},{"source":148,"target":186},{"source":148,"target":187},{"source":148,"target":188},{"source":148,"target":189},{"source":148,"target":190},{"source":185,"target":148},{"source":185,"target":191},{"source":185,"target":148},{"source":191,"target":148},{"source":186,"target":192},{"source":186,"target":148},{"source":187,"target":183},{"source":187,"target":193},{"source":187,"target":148},{"source":193,"target":183},{"source":188,"target":182},{"source":188,"target":194},{"source":188,"target":148},{"source":194,"target":182},{"source":189,"target":184},{"source":189,"target":195},{"source":189,"target":148},{"source":195,"target":184},{"source":190,"target":15},{"source":182,"target":25},{"source":182,"target":8},{"source":182,"target":196},{"source":196,"target":8},{"source":183,"target":25},{"source":183,"target":8},{"source":183,"target":197},{"source":197,"target":8},{"source":184,"target":25},{"source":184,"target":12},{"source":184,"target":198},{"source":198,"target":12}],"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="domainmodel" nsURI="http://itu.dk/configurator/branselic" nsPrefix="domainmodel">
<eClassifiers xsi:type="ecore:EClass" name="ConfiguratorModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" upperBound="-1"
eType="#//Feature" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ruleset" eType="#//RuleSet"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature">
<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="#//Type" containment="true"/>
<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="Operator">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Feature"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" 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="Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Bool" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Int" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Enum" eSuperTypes="#//Type">
<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="RuleSet">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" upperBound="-1" eType="#//Rule"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="if" eType="#//BooleanExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//BooleanExpression"
containment="true"/>
<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="BooleanExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="booleanexpression" upperBound="-1"
eType="#//BooleanExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Const" eSuperTypes="#//BooleanExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Atom" eSuperTypes="#//BooleanExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operator" eType="#//Operator"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Negation" eSuperTypes="#//BooleanExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BooleanExpression"/>
</ecore:EPackage>
| github:ecore:/data/hblarsen/branselic/org.xtext.configurator.branselic/model/generated/ConfiguratorLang.ecore | ecore | domainmodel
ConfiguratorModel
name
feature
ruleset
Feature
name
type
text
Operator
feature
op
value
Type
Bool
Int
Enum
values
RuleSet
rule
Rule
name
if
then
text
BooleanExpression
booleanexpression
Const
value
Atom
operator
Negation
And | null | {"directed":true,"nodes":[{"nsPrefix":"domainmodel","nsURI":"http://itu.dk/configurator/branselic","name":"domainmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfiguratorModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bool","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enum","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleSet","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Const","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atom","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negation","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":14,"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":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":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ruleset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"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":21,"derived":false},{"container":false,"ordered":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":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":"text","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"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":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":"value","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"values","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":"rule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"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":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":"if","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":"then","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"text","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"booleanexpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"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":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"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":15,"target":18},{"source":15,"target":1},{"source":16,"target":2},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":2},{"source":17,"target":8},{"source":17,"target":20},{"source":17,"target":1},{"source":20,"target":8},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":21,"target":24},{"source":21,"target":2},{"source":22,"target":4},{"source":22,"target":25},{"source":22,"target":2},{"source":25,"target":4},{"source":23,"target":26},{"source":23,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":27,"target":2},{"source":27,"target":30},{"source":27,"target":3},{"source":30,"target":2},{"source":28,"target":31},{"source":28,"target":3},{"source":29,"target":32},{"source":29,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":33},{"source":33,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":34},{"source":34,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":35},{"source":7,"target":36},{"source":35,"target":37},{"source":35,"target":7},{"source":36,"target":4},{"source":8,"target":0},{"source":8,"target":38},{"source":38,"target":9},{"source":38,"target":39},{"source":38,"target":8},{"source":39,"target":9},{"source":9,"target":0},{"source":9,"target":40},{"source":9,"target":41},{"source":9,"target":42},{"source":9,"target":43},{"source":40,"target":44},{"source":40,"target":9},{"source":41,"target":10},{"source":41,"target":45},{"source":41,"target":9},{"source":45,"target":10},{"source":42,"target":10},{"source":42,"target":46},{"source":42,"target":9},{"source":46,"target":10},{"source":43,"target":47},{"source":43,"target":9},{"source":10,"target":0},{"source":10,"target":48},{"source":48,"target":10},{"source":48,"target":49},{"source":48,"target":10},{"source":49,"target":10},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":50},{"source":11,"target":51},{"source":50,"target":52},{"source":50,"target":11},{"source":51,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":53},{"source":12,"target":54},{"source":53,"target":3},{"source":53,"target":55},{"source":53,"target":12},{"source":55,"target":3},{"source":54,"target":10},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":56},{"source":56,"target":10},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":57},{"source":57,"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="UMLRealTimeStateMach" nsURI="http://www.eclipse.org/papyrus/umlrt/statemachine"
nsPrefix="umlrtsm">
<eClassifiers xsi:type="ecore:EClass" name="RTStateMachine">
<eOperations name="AnRTstatemachinehasexactlyoneregion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="An RT state machine has exactly one region"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="base_StateMachine.region->size() = 1"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="AnRTstatemachineisneverreentrant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="An RT state machine is never re-entrant"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="not base_StateMachine.isReentrant"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="RTstatemachinesdonothaveparametersorparametersets" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="RT state machines do not have parameters or parameter sets"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="(base_StateMachine.ownedParameter->size()=0) and 
(base_StateMachine.ownedParameterSet->size() = 0)"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="RTstatemachinesmusthaveacontextanditmustbeaClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="RT state machines must have a context and it must be a Class"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="(base_StateMachine.behavioredClassifier->size()=1) 
and (base_StateMachine.behavioredClassifier.oclIsKindOf(Class))"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="Passivestatemachineareonlyallowedonpassivedataclasses" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="Passive state machine are only allowed on passive data classes"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="isPassive = not (base_StateMachine.behavioredClassifier.oclAsType(Class).isActive) "/>
</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="base_StateMachine" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//StateMachine"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isPassive" ordered="false"
lowerBound="1" eType="ecore:EDataType ../../org.eclipse.uml2.types/model/Types.ecore#//Boolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RTRegion">
<eOperations name="RegionsinRTstatemachinescannothaveafinalstate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="Regions in RT state machines cannot have a final state"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="base_Region.subvertex->forAll
 (v | not v.oclIsKindOf(FinalState))"/>
</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="base_Region" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Region"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RTState">
<eOperations name="AcomposteRTstatehasexactlyoneregion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="A composte RT state has exactly one region"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="base_State.isComposite implies 
 (base_State.region->size() = 1)"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="RTdoesnotsupportsubmachinestates" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="RT does not support submachine states"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="not base_State.isSubmachineState"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="RTstatemachinesdonotsupportdoactivities" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="RT state machines do not support "do" activities"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="base_State.doActivity->size() = 0"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="RTstatemachinescannothaveanydeferredtriggers" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="RT state machines cannot have any deferred triggers "/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="base_State.deferrableTrigger->size() = 0"/>
</eAnnotations>
<eParameters name="diagnostics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The chain of diagnostics to which problems are to be appended."/>
</eAnnotations>
</eParameters>
<eParameters name="context">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The cache of context-specific information."/>
</eAnnotations>
<eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap">
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="Constraint5" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<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="base_State" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RTPseudostate">
<eOperations name="RTstatemachinesdonotsupportconcurrencyorshallowhistory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML">
<details key="originalName" value="RT state machines do not support concurrency or shallow history"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="let knd = base_Pseudostate.kind in 
 (knd <> UML::PseudostateKind::shallowHistory) and
 (knd <> UML::PseudostateKind::fork) and
 (knd <> UML::PseudostateKind::join)"/>
</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="base_Pseudostate" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Pseudostate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RTTrigger">
<eStructuralFeatures xsi:type="ecore:EReference" name="base_Operation" ordered="false"
lowerBound="1" eType="ecore:EClass ../../org.eclipse.uml2.uml/model/UML.ecore#//Operation"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/uisleandro/org.eclipse.papyrus/extraplugins/umlrt/org.eclipse.papyrus.umlrt/umlProfile/UMLRealTimeStateMach.ecore | ecore | UMLRealTimeStateMach
RTStateMachine
AnRTstatemachinehasexactlyoneregion
diagnostics
context
AnRTstatemachineisneverreentrant
diagnostics
context
RTstatemachinesdonothaveparametersorparametersets
diagnostics
context
RTstatemachinesmusthaveacontextanditmustbeaClass
diagnostics
context
Passivestatemachineareonlyallowedonpassivedataclasses
diagnostics
context
base_StateMachine
isPassive
false
RTRegion
RegionsinRTstatemachinescannothaveafinalstate
diagnostics
context
base_Region
RTState
AcomposteRTstatehasexactlyoneregion
diagnostics
context
RTdoesnotsupportsubmachinestates
diagnostics
context
RTstatemachinesdonotsupportdoactivities
diagnostics
context
RTstatemachinescannothaveanydeferredtriggers
diagnostics
context
Constraint5
diagnostics
context
base_State
RTPseudostate
RTstatemachinesdonotsupportconcurrencyorshallowhistory
diagnostics
context
base_Pseudostate
RTTrigger
base_Operation | null | {"directed":true,"nodes":[{"nsPrefix":"umlrtsm","nsURI":"http://www.eclipse.org/papyrus/umlrt/statemachine","name":"UMLRealTimeStateMach","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RTStateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RTRegion","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RTState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RTPseudostate","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RTTrigger","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"AnRTstatemachinehasexactlyoneregion","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"AnRTstatemachineisneverreentrant","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RTstatemachinesdonothaveparametersorparametersets","lowerBound":0,"id":8,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RTstatemachinesmusthaveacontextanditmustbeaClass","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Passivestatemachineareonlyallowedonpassivedataclasses","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"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":"base_StateMachine","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isPassive","changeable":true,"lowerBound":1,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EParameter"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EParameter"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EParameter"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EParameter"},{"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":"RegionsinRTstatemachinescannothaveafinalstate","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"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":"base_Region","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":53,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"AcomposteRTstatehasexactlyoneregion","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RTdoesnotsupportsubmachinestates","lowerBound":0,"id":61,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RTstatemachinesdonotsupportdoactivities","lowerBound":0,"id":62,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"RTstatemachinescannothaveanydeferredtriggers","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"Constraint5","lowerBound":0,"id":64,"many":false,"required":false,"eClass":"EOperation"},{"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":"base_State","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":67,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":68,"many":false,"required":false,"eClass":"EParameter"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":74,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EParameter"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EParameter"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"RTstatemachinesdonotsupportconcurrencyorshallowhistory","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EOperation"},{"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":"base_Pseudostate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":105,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"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":"base_Operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"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":6,"target":13},{"source":6,"target":1},{"source":6,"target":14},{"source":6,"target":15},{"source":14,"target":16},{"source":14,"target":6},{"source":15,"target":17},{"source":15,"target":6},{"source":17,"target":18},{"source":17,"target":19},{"source":7,"target":20},{"source":7,"target":1},{"source":7,"target":21},{"source":7,"target":22},{"source":21,"target":23},{"source":21,"target":7},{"source":22,"target":24},{"source":22,"target":7},{"source":24,"target":25},{"source":24,"target":26},{"source":8,"target":27},{"source":8,"target":1},{"source":8,"target":28},{"source":8,"target":29},{"source":28,"target":30},{"source":28,"target":8},{"source":29,"target":31},{"source":29,"target":8},{"source":31,"target":32},{"source":31,"target":33},{"source":9,"target":34},{"source":9,"target":1},{"source":9,"target":35},{"source":9,"target":36},{"source":35,"target":37},{"source":35,"target":9},{"source":36,"target":38},{"source":36,"target":9},{"source":38,"target":39},{"source":38,"target":40},{"source":10,"target":41},{"source":10,"target":1},{"source":10,"target":42},{"source":10,"target":43},{"source":42,"target":44},{"source":42,"target":10},{"source":43,"target":45},{"source":43,"target":10},{"source":45,"target":46},{"source":45,"target":47},{"source":11,"target":48},{"source":11,"target":1},{"source":12,"target":49},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":50},{"source":2,"target":51},{"source":50,"target":52},{"source":50,"target":2},{"source":50,"target":53},{"source":50,"target":54},{"source":53,"target":55},{"source":53,"target":50},{"source":54,"target":56},{"source":54,"target":50},{"source":56,"target":57},{"source":56,"target":58},{"source":51,"target":59},{"source":51,"target":2},{"source":3,"target":0},{"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":60,"target":66},{"source":60,"target":3},{"source":60,"target":67},{"source":60,"target":68},{"source":67,"target":69},{"source":67,"target":60},{"source":68,"target":70},{"source":68,"target":60},{"source":70,"target":71},{"source":70,"target":72},{"source":61,"target":73},{"source":61,"target":3},{"source":61,"target":74},{"source":61,"target":75},{"source":74,"target":76},{"source":74,"target":61},{"source":75,"target":77},{"source":75,"target":61},{"source":77,"target":78},{"source":77,"target":79},{"source":62,"target":80},{"source":62,"target":3},{"source":62,"target":81},{"source":62,"target":82},{"source":81,"target":83},{"source":81,"target":62},{"source":82,"target":84},{"source":82,"target":62},{"source":84,"target":85},{"source":84,"target":86},{"source":63,"target":87},{"source":63,"target":3},{"source":63,"target":88},{"source":63,"target":89},{"source":88,"target":90},{"source":88,"target":63},{"source":89,"target":91},{"source":89,"target":63},{"source":91,"target":92},{"source":91,"target":93},{"source":64,"target":94},{"source":64,"target":3},{"source":64,"target":95},{"source":64,"target":96},{"source":95,"target":97},{"source":95,"target":64},{"source":96,"target":98},{"source":96,"target":64},{"source":98,"target":99},{"source":98,"target":100},{"source":65,"target":101},{"source":65,"target":3},{"source":4,"target":0},{"source":4,"target":102},{"source":4,"target":103},{"source":102,"target":104},{"source":102,"target":4},{"source":102,"target":105},{"source":102,"target":106},{"source":105,"target":107},{"source":105,"target":102},{"source":106,"target":108},{"source":106,"target":102},{"source":108,"target":109},{"source":108,"target":110},{"source":103,"target":111},{"source":103,"target":4},{"source":5,"target":0},{"source":5,"target":112},{"source":112,"target":113},{"source":112,"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="esterel" nsURI="http://www.cau.de/cs/kieler/esterel/Esterel"
nsPrefix="esterel">
<eClassifiers xsi:type="ecore:EClass" name="Program">
<eStructuralFeatures xsi:type="ecore:EReference" name="modules" upperBound="-1"
eType="#//Module" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//ModuleInterface"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//ModuleBody"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleInterface">
<eStructuralFeatures xsi:type="ecore:EReference" name="intSignalDecls" upperBound="-1"
eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//InterfaceSignalDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intTypeDecls" upperBound="-1"
eType="#//TypeDecl" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intSensorDecls" upperBound="-1"
eType="#//SensorDecl" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intConstantDecls" upperBound="-1"
eType="#//ConstantDecls" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intRelationDecls" upperBound="-1"
eType="#//RelationDecl" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intTaskDecls" upperBound="-1"
eType="#//TaskDecl" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intFunctionDecls" upperBound="-1"
eType="#//FunctionDecl" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intProcedureDecls" upperBound="-1"
eType="#//ProcedureDecl" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChannelDescription" eSuperTypes="../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ChannelDescription"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeIdentifier" eSuperTypes="../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//TypeIdentifier"/>
<eClassifiers xsi:type="ecore:EClass" name="LocalSignalDecl" eSuperTypes="#//StatementContainer #//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="signalList" eType="#//LocalSignalList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalSignalList"/>
<eClassifiers xsi:type="ecore:EClass" name="SensorDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="sensors" upperBound="-1"
eType="#//SensorWithType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SensorWithType">
<eStructuralFeatures xsi:type="ecore:EReference" name="sensor" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ISignal"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeIdentifier"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationDecl"/>
<eClassifiers xsi:type="ecore:EClass" name="RelationType">
<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="RelationImplication" eSuperTypes="#//RelationType">
<eStructuralFeatures xsi:type="ecore:EReference" name="first" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ISignal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="second" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ISignal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RelationIncompatibility" eSuperTypes="#//RelationType">
<eStructuralFeatures xsi:type="ecore:EReference" name="incomp" unique="false"
upperBound="-1" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ISignal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type">
<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="ConstantDecls">
<eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1"
eType="#//OneTypeConstantDecls" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OneTypeConstantDecls">
<eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1"
eType="#//ConstantWithValue" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeIdentifier"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantWithValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="constant" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ValuedObject"
containment="true"/>
<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="FunctionDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1"
eType="#//Function" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="idList" upperBound="-1"
eType="#//TypeIdentifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeIdentifier"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcedureDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="procedures" upperBound="-1"
eType="#//Procedure" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Procedure">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="idList1" upperBound="-1"
eType="#//TypeIdentifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="idList2" upperBound="-1"
eType="#//TypeIdentifier" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1"
eType="#//Task" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Task">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="idList1" upperBound="-1"
eType="#//TypeIdentifier" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="idList2" upperBound="-1"
eType="#//TypeIdentifier" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatementContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//StatementContainer #//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//IVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Abort" eSuperTypes="#//StatementContainer #//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbortBody"/>
<eClassifiers xsi:type="ecore:EClass" name="AbortInstance" eSuperTypes="#//StatementContainer #//AbortBody #//WeakAbortBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="delay" eType="#//DelayExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbortCase" eSuperTypes="#//AbortBody #//WeakAbortBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1"
eType="#//AbortCaseSingle" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbortCaseSingle" eSuperTypes="#//StatementContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="delay" eType="#//DelayExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WeakAbortBody"/>
<eClassifiers xsi:type="ecore:EClass" name="WeakAbortEnd">
<eStructuralFeatures xsi:type="ecore:EReference" name="optEnd" eType="#//WeakAbortEndAlt"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WeakAbortEndAlt">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endA" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Await" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//AwaitBody"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AwaitBody">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AwaitInstance" eSuperTypes="#//StatementContainer #//AwaitBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="delay" eType="#//DelayExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AwaitCase" eSuperTypes="#//AwaitBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1"
eType="#//AbortCaseSingle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcCall" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="proc" eType="#//Procedure"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="varList" unique="false"
upperBound="-1" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//IVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kexpressions" upperBound="-1"
eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Do" eSuperTypes="#//StatementContainer #//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoUpto">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//DelayExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoWatching">
<eStructuralFeatures xsi:type="ecore:EReference" name="delay" eType="#//DelayExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="#//DoWatchingEnd"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoWatchingEnd" eSuperTypes="#//StatementContainer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Emit" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ISignal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tick" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EveryDo" eSuperTypes="#//StatementContainer #//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="delay" eType="#//DelayExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Exit" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="trap" eType="#//TrapDecl"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Halt" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="IfTest" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" eType="#//ThenPart"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elsif" upperBound="-1"
eType="#//ElsIf" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="#//ElsePart"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElsIf">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" eType="#//ThenPart"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThenPart" eSuperTypes="#//StatementContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="ElsePart" eSuperTypes="#//StatementContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//LoopBody"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="end1" eType="#//EndLoop"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="#//LoopEach"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EndLoop">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endOpt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopEach"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopDelay" eSuperTypes="#//LoopEach">
<eStructuralFeatures xsi:type="ecore:EReference" name="delay" eType="#//DelayExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopBody" eSuperTypes="#//StatementContainer"/>
<eClassifiers xsi:type="ecore:EClass" name="Nothing" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="Pause" eSuperTypes="#//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="Present" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//PresentBody"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="#//ElsePart"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PresentBody"/>
<eClassifiers xsi:type="ecore:EClass" name="PresentEventBody" eSuperTypes="#//PresentBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//PresentEvent"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" eType="#//ThenPart"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PresentCaseList" eSuperTypes="#//PresentBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1"
eType="#//PresentCase" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PresentCase" eSuperTypes="#//StatementContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//PresentEvent"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PresentEvent">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fB" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eB" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tick" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Repeat" eSuperTypes="#//StatementContainer #//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="positive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Run" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//ModuleRenaming"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="list" eType="#//RenamingList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleRenaming">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" eType="#//Module"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RenamingList">
<eStructuralFeatures xsi:type="ecore:EReference" name="list" upperBound="-1" eType="#//Renaming"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Renaming">
<eStructuralFeatures xsi:type="ecore:EReference" name="renamings" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeRenaming">
<eStructuralFeatures xsi:type="ecore:EReference" name="newName" eType="#//Type"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newType" eType="ecore:EEnum ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ValueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oldName" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantRenaming">
<eStructuralFeatures xsi:type="ecore:EReference" name="newName" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ValuedObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oldName" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ValuedObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionRenaming">
<eStructuralFeatures xsi:type="ecore:EReference" name="newName" eType="#//Function"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newFunc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oldName" eType="#//Function"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcedureRenaming">
<eStructuralFeatures xsi:type="ecore:EReference" name="newName" eType="#//Procedure"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oldName" eType="#//Procedure"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskRenaming">
<eStructuralFeatures xsi:type="ecore:EReference" name="newName" eType="#//Task"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oldName" eType="#//Task"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SignalRenaming">
<eStructuralFeatures xsi:type="ecore:EReference" name="newName" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ISignal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oldName" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ISignal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Suspend" eSuperTypes="#//StatementContainer #//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="delay" eType="#//DelayExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sustain" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ISignal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tick" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trap" eSuperTypes="#//StatementContainer #//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="trapDeclList" eType="#//TrapDeclList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trapHandler" upperBound="-1"
eType="#//TrapHandler" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrapDeclList">
<eStructuralFeatures xsi:type="ecore:EReference" name="trapDecls" upperBound="-1"
eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ISignal"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrapHandler" eSuperTypes="#//StatementContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="trapExpr" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalVariable" eSuperTypes="#//StatementContainer #//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//InterfaceVariableDecl"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelayExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="#//DelayEvent"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isImmediate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DelayEvent">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tick" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fB" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eB" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Exec" eSuperTypes="#//StatementContainer #//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//ExecBody"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="retSignal" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ISignal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="execCaseList" upperBound="-1"
eType="#//ExecCase" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecBody">
<eStructuralFeatures xsi:type="ecore:EReference" name="vars" unique="false" upperBound="-1"
eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//IVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kexpressions" upperBound="-1"
eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecCase" eSuperTypes="#//StatementContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="task" eType="#//Task"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//ExecBody"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="retSignal" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ISignal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EsterelTypeIdentifier" eSuperTypes="../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//TypeIdentifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="func" eType="#//Function"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EsterelType" eSuperTypes="#//TypeIdentifier">
<eStructuralFeatures xsi:type="ecore:EReference" name="estType" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalSignal" eSuperTypes="#//LocalSignalList">
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" upperBound="-1"
eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ISignal"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relation" eSuperTypes="#//RelationDecl">
<eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1"
eType="#//RelationType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ValuedObject"/>
<eClassifiers xsi:type="ecore:EClass" name="Parallel" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="list" upperBound="-1" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sequence" eSuperTypes="#//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="list" upperBound="-1" eType="#//Statement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WeakAbort" eSuperTypes="#//Abort"/>
<eClassifiers xsi:type="ecore:EClass" name="WeakAbortInstance" eSuperTypes="#//AbortInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="#//WeakAbortEnd"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WeakAbortCase" eSuperTypes="#//AbortCase">
<eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="#//WeakAbortEnd"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TrapDecl" eSuperTypes="../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ISignal"/>
<eClassifiers xsi:type="ecore:EClass" name="TrapExpression" eSuperTypes="../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="trap" eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ISignal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionExpression" eSuperTypes="../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//Function"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kexpressions" upperBound="-1"
eType="ecore:EClass ../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConstantExpression" eSuperTypes="../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="constant" eType="#//Constant"/>
<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="TrapReferenceExpr" eSuperTypes="../../../../../../../de.cau.cs.kieler.core.kexpressions/model/kexpressions.ecore#//ValuedObjectReference"/>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/Esterel.ecore | ecore | esterel
Program
modules
Module
name
interface
body
end
ModuleBody
statements
ModuleInterface
intSignalDecls
intTypeDecls
intSensorDecls
intConstantDecls
intRelationDecls
intTaskDecls
intFunctionDecls
intProcedureDecls
ChannelDescription
TypeIdentifier
LocalSignalDecl
signalList
optEnd
LocalSignalList
SensorDecl
sensors
SensorWithType
sensor
type
RelationDecl
RelationType
type
RelationImplication
first
second
RelationIncompatibility
incomp
TypeDecl
types
Type
name
ConstantDecls
constants
OneTypeConstantDecls
constants
type
ConstantWithValue
constant
value
FunctionDecl
functions
Function
name
idList
type
ProcedureDecl
procedures
Procedure
name
idList1
idList2
TaskDecl
tasks
Task
name
idList1
idList2
StatementContainer
statement
Statement
Block
Assignment
var
expr
Abort
body
AbortBody
AbortInstance
delay
optEnd
AbortCase
cases
optEnd
AbortCaseSingle
delay
WeakAbortBody
WeakAbortEnd
optEnd
WeakAbortEndAlt
end
endA
Await
body
AwaitBody
end
AwaitInstance
delay
AwaitCase
cases
ProcCall
proc
varList
kexpressions
Do
end
DoUpto
expr
DoWatching
delay
end
DoWatchingEnd
optEnd
Emit
signal
tick
expr
EveryDo
delay
optEnd
Exit
trap
expression
Halt
IfTest
expr
thenPart
elsif
elsePart
optEnd
ElsIf
expr
thenPart
ThenPart
ElsePart
Loop
body
end1
end
EndLoop
endOpt
LoopEach
LoopDelay
delay
LoopBody
Nothing
Pause
Present
body
elsePart
optEnd
PresentBody
PresentEventBody
event
thenPart
PresentCaseList
cases
PresentCase
event
PresentEvent
expression
fB
eB
tick
Repeat
positive
expression
optEnd
Run
module
list
ModuleRenaming
module
newName
RenamingList
list
Renaming
renamings
TypeRenaming
newName
newType
oldName
ConstantRenaming
newName
newValue
oldName
FunctionRenaming
newName
newFunc
oldName
ProcedureRenaming
newName
oldName
TaskRenaming
newName
oldName
SignalRenaming
newName
oldName
Suspend
delay
Sustain
signal
tick
expression
Trap
trapDeclList
trapHandler
optEnd
TrapDeclList
trapDecls
TrapHandler
trapExpr
LocalVariable
var
optEnd
DelayExpr
expr
event
isImmediate
DelayEvent
tick
expr
fB
eB
Exec
task
body
retSignal
execCaseList
optEnd
ExecBody
vars
kexpressions
ExecCase
task
body
retSignal
EsterelTypeIdentifier
func
EsterelType
estType
LocalSignal
signal
Relation
relations
Constant
Parallel
list
Sequence
list
WeakAbort
WeakAbortInstance
end
WeakAbortCase
end
TrapDecl
TrapExpression
trap
FunctionExpression
function
kexpressions
ConstantExpression
constant
value
TrapReferenceExpr | null | {"directed":true,"nodes":[{"nsPrefix":"esterel","nsURI":"http://www.cau.de/cs/kieler/esterel/Esterel","name":"esterel","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":"Module","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleBody","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleInterface","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelDescription","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeIdentifier","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalSignalDecl","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalSignalList","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensorDecl","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SensorWithType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDecl","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationImplication","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationIncompatibility","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDecl","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantDecls","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneTypeConstantDecls","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantWithValue","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDecl","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcedureDecl","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedure","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskDecl","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatementContainer","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abort","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbortBody","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbortInstance","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbortCase","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbortCaseSingle","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeakAbortBody","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeakAbortEnd","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeakAbortEndAlt","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Await","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AwaitBody","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AwaitInstance","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AwaitCase","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcCall","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Do","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoUpto","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWatching","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWatchingEnd","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Emit","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EveryDo","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exit","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Halt","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfTest","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElsIf","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThenPart","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElsePart","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndLoop","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopEach","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopDelay","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopBody","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nothing","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pause","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Present","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentBody","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentEventBody","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentCaseList","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentCase","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentEvent","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Run","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModuleRenaming","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenamingList","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Renaming","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeRenaming","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantRenaming","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionRenaming","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcedureRenaming","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskRenaming","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalRenaming","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Suspend","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sustain","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trap","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrapDeclList","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrapHandler","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariable","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelayExpr","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DelayEvent","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exec","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecBody","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecCase","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EsterelTypeIdentifier","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EsterelType","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalSignal","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parallel","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sequence","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeakAbort","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeakAbortInstance","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeakAbortCase","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrapDecl","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrapExpression","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionExpression","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrapReferenceExpr","instanceClass":null,"abstract":false,"id":104,"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":"modules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"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":107,"derived":false},{"container":false,"ordered":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":108,"derived":false},{"container":false,"ordered":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":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":"end","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":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":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intSignalDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intTypeDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intSensorDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"intConstantDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intRelationDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intTaskDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intFunctionDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intProcedureDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signalList","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":"optEnd","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sensors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"id":142,"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":"sensor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":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":144,"derived":false},{"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":147,"derived":false},{"id":148,"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":"first","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"second","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"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":false,"name":"incomp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":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":157,"derived":false},{"id":158,"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":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":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":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"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":"constant","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":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":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"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":173,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idList","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":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procedures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"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":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idList1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idList2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"id":188,"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":189,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idList1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idList2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"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":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"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":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":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":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"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":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"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":"delay","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"optEnd","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":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":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optEnd","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"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":"delay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"id":222,"eClass":"EGenericType"},{"id":223,"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":"optEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"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":"end","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endA","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"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":230,"derived":false},{"id":231,"eClass":"EGenericType"},{"id":232,"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":"end","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"id":234,"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":"delay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":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":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"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":"proc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"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":"varList","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"kexpressions","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"},{"container":false,"ordered":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":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"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":253,"derived":false},{"id":254,"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":"delay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":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":256,"derived":false},{"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":"optEnd","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"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":"signal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tick","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"container":false,"ordered":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":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delay","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"optEnd","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"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":"trap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"container":false,"ordered":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":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"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":"expr","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":"thenPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elsif","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"container":false,"ordered":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":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optEnd","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"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":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"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":298,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"end1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"container":false,"ordered":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":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"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":"endOpt","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"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":"delay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"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":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":"elsePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optEnd","changeable":true,"lowerBound":0,"iD":false,"id":315,"derived":false},{"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":"event","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":"thenPart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":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":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"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":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"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":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fB","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eB","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tick","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"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":"positive","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"container":false,"ordered":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":340,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optEnd","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"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":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"container":false,"ordered":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":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newName","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":"list","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":"renamings","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"newName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"newType","changeable":true,"lowerBound":0,"iD":false,"id":361,"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":"oldName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"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":"newName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":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":367,"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":"oldName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"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":"newName","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"newFunc","changeable":true,"lowerBound":0,"iD":false,"id":373,"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":"oldName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"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":"newName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"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":"oldName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"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":"newName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"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":"oldName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"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":"newName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"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":"oldName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"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":"delay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"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":"signal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tick","changeable":true,"lowerBound":0,"iD":false,"id":395,"derived":false},{"container":false,"ordered":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":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"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":"trapDeclList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trapHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optEnd","changeable":true,"lowerBound":0,"iD":false,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trapDecls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"id":410,"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":"trapExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"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":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optEnd","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"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":420,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"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":"isImmediate","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"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":"tick","changeable":true,"lowerBound":0,"iD":false,"id":426,"derived":false},{"container":false,"ordered":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":427,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fB","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eB","changeable":true,"lowerBound":0,"iD":false,"id":429,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"task","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":"body","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":false,"unsettable":false,"transient":false,"unique":true,"name":"retSignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"execCaseList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":437,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"optEnd","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"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"},{"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":"vars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kexpressions","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":false,"unsettable":false,"transient":false,"unique":true,"name":"task","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":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"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":"retSignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"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":"func","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"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":"estType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"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":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"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":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"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":"end","changeable":true,"resolveProxies":true,"lowerBound":0,"id":477,"derived":false},{"id":478,"eClass":"EGenericType"},{"id":479,"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":"end","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"id":481,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"trap","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":false,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kexpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"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":"constant","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"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":1,"target":0},{"source":1,"target":105},{"source":105,"target":2},{"source":105,"target":106},{"source":105,"target":1},{"source":106,"target":2},{"source":2,"target":0},{"source":2,"target":107},{"source":2,"target":108},{"source":2,"target":109},{"source":2,"target":110},{"source":107,"target":111},{"source":107,"target":2},{"source":108,"target":4},{"source":108,"target":112},{"source":108,"target":2},{"source":112,"target":4},{"source":109,"target":3},{"source":109,"target":113},{"source":109,"target":2},{"source":113,"target":3},{"source":110,"target":114},{"source":110,"target":2},{"source":3,"target":0},{"source":3,"target":115},{"source":115,"target":27},{"source":115,"target":116},{"source":115,"target":3},{"source":116,"target":27},{"source":4,"target":0},{"source":4,"target":117},{"source":4,"target":118},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":121},{"source":4,"target":122},{"source":4,"target":123},{"source":4,"target":124},{"source":117,"target":125},{"source":117,"target":4},{"source":118,"target":15},{"source":118,"target":126},{"source":118,"target":4},{"source":126,"target":15},{"source":119,"target":9},{"source":119,"target":127},{"source":119,"target":4},{"source":127,"target":9},{"source":120,"target":17},{"source":120,"target":128},{"source":120,"target":4},{"source":128,"target":17},{"source":121,"target":11},{"source":121,"target":129},{"source":121,"target":4},{"source":129,"target":11},{"source":122,"target":24},{"source":122,"target":130},{"source":122,"target":4},{"source":130,"target":24},{"source":123,"target":20},{"source":123,"target":131},{"source":123,"target":4},{"source":131,"target":20},{"source":124,"target":22},{"source":124,"target":132},{"source":124,"target":4},{"source":132,"target":22},{"source":5,"target":0},{"source":5,"target":133},{"source":6,"target":0},{"source":6,"target":134},{"source":7,"target":0},{"source":7,"target":26},{"source":7,"target":27},{"source":7,"target":135},{"source":7,"target":136},{"source":7,"target":137},{"source":7,"target":138},{"source":135,"target":8},{"source":135,"target":139},{"source":135,"target":7},{"source":139,"target":8},{"source":136,"target":140},{"source":136,"target":7},{"source":137,"target":26},{"source":138,"target":27},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":141},{"source":141,"target":10},{"source":141,"target":142},{"source":141,"target":9},{"source":142,"target":10},{"source":10,"target":0},{"source":10,"target":143},{"source":10,"target":144},{"source":143,"target":145},{"source":143,"target":10},{"source":144,"target":6},{"source":144,"target":146},{"source":144,"target":10},{"source":146,"target":6},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":147},{"source":147,"target":148},{"source":147,"target":12},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":149},{"source":13,"target":150},{"source":13,"target":151},{"source":149,"target":152},{"source":149,"target":13},{"source":150,"target":153},{"source":150,"target":13},{"source":151,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":154},{"source":14,"target":155},{"source":154,"target":156},{"source":154,"target":14},{"source":155,"target":12},{"source":15,"target":0},{"source":15,"target":157},{"source":157,"target":16},{"source":157,"target":158},{"source":157,"target":15},{"source":158,"target":16},{"source":16,"target":0},{"source":16,"target":159},{"source":159,"target":160},{"source":159,"target":16},{"source":17,"target":0},{"source":17,"target":161},{"source":161,"target":18},{"source":161,"target":162},{"source":161,"target":17},{"source":162,"target":18},{"source":18,"target":0},{"source":18,"target":163},{"source":18,"target":164},{"source":163,"target":19},{"source":163,"target":165},{"source":163,"target":18},{"source":165,"target":19},{"source":164,"target":6},{"source":164,"target":166},{"source":164,"target":18},{"source":166,"target":6},{"source":19,"target":0},{"source":19,"target":167},{"source":19,"target":168},{"source":167,"target":169},{"source":167,"target":19},{"source":168,"target":170},{"source":168,"target":19},{"source":20,"target":0},{"source":20,"target":171},{"source":171,"target":21},{"source":171,"target":172},{"source":171,"target":20},{"source":172,"target":21},{"source":21,"target":0},{"source":21,"target":173},{"source":21,"target":174},{"source":21,"target":175},{"source":173,"target":176},{"source":173,"target":21},{"source":174,"target":6},{"source":174,"target":177},{"source":174,"target":21},{"source":177,"target":6},{"source":175,"target":6},{"source":175,"target":178},{"source":175,"target":21},{"source":178,"target":6},{"source":22,"target":0},{"source":22,"target":179},{"source":179,"target":23},{"source":179,"target":180},{"source":179,"target":22},{"source":180,"target":23},{"source":23,"target":0},{"source":23,"target":181},{"source":23,"target":182},{"source":23,"target":183},{"source":181,"target":184},{"source":181,"target":23},{"source":182,"target":6},{"source":182,"target":185},{"source":182,"target":23},{"source":185,"target":6},{"source":183,"target":6},{"source":183,"target":186},{"source":183,"target":23},{"source":186,"target":6},{"source":24,"target":0},{"source":24,"target":187},{"source":187,"target":25},{"source":187,"target":188},{"source":187,"target":24},{"source":188,"target":25},{"source":25,"target":0},{"source":25,"target":189},{"source":25,"target":190},{"source":25,"target":191},{"source":189,"target":192},{"source":189,"target":25},{"source":190,"target":6},{"source":190,"target":193},{"source":190,"target":25},{"source":193,"target":6},{"source":191,"target":6},{"source":191,"target":194},{"source":191,"target":25},{"source":194,"target":6},{"source":26,"target":0},{"source":26,"target":195},{"source":195,"target":27},{"source":195,"target":196},{"source":195,"target":26},{"source":196,"target":27},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":27},{"source":28,"target":197},{"source":28,"target":198},{"source":197,"target":26},{"source":198,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":199},{"source":29,"target":200},{"source":29,"target":201},{"source":199,"target":202},{"source":199,"target":29},{"source":200,"target":203},{"source":200,"target":29},{"source":201,"target":27},{"source":30,"target":0},{"source":30,"target":26},{"source":30,"target":27},{"source":30,"target":204},{"source":30,"target":205},{"source":30,"target":206},{"source":204,"target":207},{"source":204,"target":30},{"source":205,"target":26},{"source":206,"target":27},{"source":31,"target":0},{"source":32,"target":0},{"source":32,"target":26},{"source":32,"target":31},{"source":32,"target":35},{"source":32,"target":208},{"source":32,"target":209},{"source":32,"target":210},{"source":32,"target":211},{"source":32,"target":212},{"source":208,"target":85},{"source":208,"target":213},{"source":208,"target":32},{"source":213,"target":85},{"source":209,"target":214},{"source":209,"target":32},{"source":210,"target":26},{"source":211,"target":31},{"source":212,"target":35},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":35},{"source":33,"target":215},{"source":33,"target":216},{"source":33,"target":217},{"source":33,"target":218},{"source":215,"target":34},{"source":215,"target":219},{"source":215,"target":33},{"source":219,"target":34},{"source":216,"target":220},{"source":216,"target":33},{"source":217,"target":31},{"source":218,"target":35},{"source":34,"target":0},{"source":34,"target":26},{"source":34,"target":221},{"source":34,"target":222},{"source":221,"target":85},{"source":221,"target":223},{"source":221,"target":34},{"source":223,"target":85},{"source":222,"target":26},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":224},{"source":224,"target":37},{"source":224,"target":225},{"source":224,"target":36},{"source":225,"target":37},{"source":37,"target":0},{"source":37,"target":226},{"source":37,"target":227},{"source":226,"target":228},{"source":226,"target":37},{"source":227,"target":229},{"source":227,"target":37},{"source":38,"target":0},{"source":38,"target":27},{"source":38,"target":230},{"source":38,"target":231},{"source":230,"target":39},{"source":230,"target":232},{"source":230,"target":38},{"source":232,"target":39},{"source":231,"target":27},{"source":39,"target":0},{"source":39,"target":233},{"source":233,"target":234},{"source":233,"target":39},{"source":40,"target":0},{"source":40,"target":26},{"source":40,"target":39},{"source":40,"target":235},{"source":40,"target":236},{"source":40,"target":237},{"source":235,"target":85},{"source":235,"target":238},{"source":235,"target":40},{"source":238,"target":85},{"source":236,"target":26},{"source":237,"target":39},{"source":41,"target":0},{"source":41,"target":39},{"source":41,"target":239},{"source":41,"target":240},{"source":239,"target":34},{"source":239,"target":241},{"source":239,"target":41},{"source":241,"target":34},{"source":240,"target":39},{"source":42,"target":0},{"source":42,"target":27},{"source":42,"target":242},{"source":42,"target":243},{"source":42,"target":244},{"source":42,"target":245},{"source":242,"target":23},{"source":242,"target":246},{"source":242,"target":42},{"source":246,"target":23},{"source":243,"target":247},{"source":243,"target":42},{"source":244,"target":248},{"source":244,"target":42},{"source":245,"target":27},{"source":43,"target":0},{"source":43,"target":26},{"source":43,"target":27},{"source":43,"target":249},{"source":43,"target":250},{"source":43,"target":251},{"source":249,"target":252},{"source":249,"target":43},{"source":250,"target":26},{"source":251,"target":27},{"source":44,"target":0},{"source":44,"target":253},{"source":253,"target":85},{"source":253,"target":254},{"source":253,"target":44},{"source":254,"target":85},{"source":45,"target":0},{"source":45,"target":255},{"source":45,"target":256},{"source":255,"target":85},{"source":255,"target":257},{"source":255,"target":45},{"source":257,"target":85},{"source":256,"target":46},{"source":256,"target":258},{"source":256,"target":45},{"source":258,"target":46},{"source":46,"target":0},{"source":46,"target":26},{"source":46,"target":259},{"source":46,"target":260},{"source":259,"target":261},{"source":259,"target":46},{"source":260,"target":26},{"source":47,"target":0},{"source":47,"target":27},{"source":47,"target":262},{"source":47,"target":263},{"source":47,"target":264},{"source":47,"target":265},{"source":262,"target":266},{"source":262,"target":47},{"source":263,"target":267},{"source":263,"target":47},{"source":264,"target":268},{"source":264,"target":47},{"source":265,"target":27},{"source":48,"target":0},{"source":48,"target":26},{"source":48,"target":27},{"source":48,"target":269},{"source":48,"target":270},{"source":48,"target":271},{"source":48,"target":272},{"source":269,"target":85},{"source":269,"target":273},{"source":269,"target":48},{"source":273,"target":85},{"source":270,"target":274},{"source":270,"target":48},{"source":271,"target":26},{"source":272,"target":27},{"source":49,"target":0},{"source":49,"target":27},{"source":49,"target":275},{"source":49,"target":276},{"source":49,"target":277},{"source":275,"target":100},{"source":275,"target":278},{"source":275,"target":49},{"source":278,"target":100},{"source":276,"target":279},{"source":276,"target":49},{"source":277,"target":27},{"source":50,"target":0},{"source":50,"target":27},{"source":50,"target":280},{"source":280,"target":27},{"source":51,"target":0},{"source":51,"target":27},{"source":51,"target":281},{"source":51,"target":282},{"source":51,"target":283},{"source":51,"target":284},{"source":51,"target":285},{"source":51,"target":286},{"source":281,"target":287},{"source":281,"target":51},{"source":282,"target":53},{"source":282,"target":288},{"source":282,"target":51},{"source":288,"target":53},{"source":283,"target":52},{"source":283,"target":289},{"source":283,"target":51},{"source":289,"target":52},{"source":284,"target":54},{"source":284,"target":290},{"source":284,"target":51},{"source":290,"target":54},{"source":285,"target":291},{"source":285,"target":51},{"source":286,"target":27},{"source":52,"target":0},{"source":52,"target":292},{"source":52,"target":293},{"source":292,"target":294},{"source":292,"target":52},{"source":293,"target":53},{"source":293,"target":295},{"source":293,"target":52},{"source":295,"target":53},{"source":53,"target":0},{"source":53,"target":26},{"source":53,"target":296},{"source":296,"target":26},{"source":54,"target":0},{"source":54,"target":26},{"source":54,"target":297},{"source":297,"target":26},{"source":55,"target":0},{"source":55,"target":27},{"source":55,"target":298},{"source":55,"target":299},{"source":55,"target":300},{"source":55,"target":301},{"source":298,"target":59},{"source":298,"target":302},{"source":298,"target":55},{"source":302,"target":59},{"source":299,"target":56},{"source":299,"target":303},{"source":299,"target":55},{"source":303,"target":56},{"source":300,"target":57},{"source":300,"target":304},{"source":300,"target":55},{"source":304,"target":57},{"source":301,"target":27},{"source":56,"target":0},{"source":56,"target":305},{"source":305,"target":306},{"source":305,"target":56},{"source":57,"target":0},{"source":58,"target":0},{"source":58,"target":57},{"source":58,"target":307},{"source":58,"target":308},{"source":307,"target":85},{"source":307,"target":309},{"source":307,"target":58},{"source":309,"target":85},{"source":308,"target":57},{"source":59,"target":0},{"source":59,"target":26},{"source":59,"target":310},{"source":310,"target":26},{"source":60,"target":0},{"source":60,"target":27},{"source":60,"target":311},{"source":311,"target":27},{"source":61,"target":0},{"source":61,"target":27},{"source":61,"target":312},{"source":312,"target":27},{"source":62,"target":0},{"source":62,"target":27},{"source":62,"target":313},{"source":62,"target":314},{"source":62,"target":315},{"source":62,"target":316},{"source":313,"target":63},{"source":313,"target":317},{"source":313,"target":62},{"source":317,"target":63},{"source":314,"target":54},{"source":314,"target":318},{"source":314,"target":62},{"source":318,"target":54},{"source":315,"target":319},{"source":315,"target":62},{"source":316,"target":27},{"source":63,"target":0},{"source":64,"target":0},{"source":64,"target":63},{"source":64,"target":320},{"source":64,"target":321},{"source":64,"target":322},{"source":320,"target":67},{"source":320,"target":323},{"source":320,"target":64},{"source":323,"target":67},{"source":321,"target":53},{"source":321,"target":324},{"source":321,"target":64},{"source":324,"target":53},{"source":322,"target":63},{"source":65,"target":0},{"source":65,"target":63},{"source":65,"target":325},{"source":65,"target":326},{"source":325,"target":66},{"source":325,"target":327},{"source":325,"target":65},{"source":327,"target":66},{"source":326,"target":63},{"source":66,"target":0},{"source":66,"target":26},{"source":66,"target":328},{"source":66,"target":329},{"source":328,"target":67},{"source":328,"target":330},{"source":328,"target":66},{"source":330,"target":67},{"source":329,"target":26},{"source":67,"target":0},{"source":67,"target":331},{"source":67,"target":332},{"source":67,"target":333},{"source":67,"target":334},{"source":331,"target":335},{"source":331,"target":67},{"source":332,"target":336},{"source":332,"target":67},{"source":333,"target":337},{"source":333,"target":67},{"source":334,"target":338},{"source":334,"target":67},{"source":68,"target":0},{"source":68,"target":26},{"source":68,"target":27},{"source":68,"target":339},{"source":68,"target":340},{"source":68,"target":341},{"source":68,"target":342},{"source":68,"target":343},{"source":339,"target":344},{"source":339,"target":68},{"source":340,"target":345},{"source":340,"target":68},{"source":341,"target":346},{"source":341,"target":68},{"source":342,"target":26},{"source":343,"target":27},{"source":69,"target":0},{"source":69,"target":27},{"source":69,"target":347},{"source":69,"target":348},{"source":69,"target":349},{"source":347,"target":70},{"source":347,"target":350},{"source":347,"target":69},{"source":350,"target":70},{"source":348,"target":71},{"source":348,"target":351},{"source":348,"target":69},{"source":351,"target":71},{"source":349,"target":27},{"source":70,"target":0},{"source":70,"target":352},{"source":70,"target":353},{"source":352,"target":2},{"source":352,"target":354},{"source":352,"target":70},{"source":354,"target":2},{"source":353,"target":355},{"source":353,"target":70},{"source":71,"target":0},{"source":71,"target":356},{"source":356,"target":72},{"source":356,"target":357},{"source":356,"target":71},{"source":357,"target":72},{"source":72,"target":0},{"source":72,"target":358},{"source":358,"target":359},{"source":358,"target":72},{"source":73,"target":0},{"source":73,"target":360},{"source":73,"target":361},{"source":73,"target":362},{"source":360,"target":16},{"source":360,"target":363},{"source":360,"target":73},{"source":363,"target":16},{"source":361,"target":364},{"source":361,"target":73},{"source":362,"target":16},{"source":362,"target":365},{"source":362,"target":73},{"source":365,"target":16},{"source":74,"target":0},{"source":74,"target":366},{"source":74,"target":367},{"source":74,"target":368},{"source":366,"target":369},{"source":366,"target":74},{"source":367,"target":370},{"source":367,"target":74},{"source":368,"target":371},{"source":368,"target":74},{"source":75,"target":0},{"source":75,"target":372},{"source":75,"target":373},{"source":75,"target":374},{"source":372,"target":21},{"source":372,"target":375},{"source":372,"target":75},{"source":375,"target":21},{"source":373,"target":376},{"source":373,"target":75},{"source":374,"target":21},{"source":374,"target":377},{"source":374,"target":75},{"source":377,"target":21},{"source":76,"target":0},{"source":76,"target":378},{"source":76,"target":379},{"source":378,"target":23},{"source":378,"target":380},{"source":378,"target":76},{"source":380,"target":23},{"source":379,"target":23},{"source":379,"target":381},{"source":379,"target":76},{"source":381,"target":23},{"source":77,"target":0},{"source":77,"target":382},{"source":77,"target":383},{"source":382,"target":25},{"source":382,"target":384},{"source":382,"target":77},{"source":384,"target":25},{"source":383,"target":25},{"source":383,"target":385},{"source":383,"target":77},{"source":385,"target":25},{"source":78,"target":0},{"source":78,"target":386},{"source":78,"target":387},{"source":386,"target":388},{"source":386,"target":78},{"source":387,"target":389},{"source":387,"target":78},{"source":79,"target":0},{"source":79,"target":26},{"source":79,"target":27},{"source":79,"target":390},{"source":79,"target":391},{"source":79,"target":392},{"source":390,"target":85},{"source":390,"target":393},{"source":390,"target":79},{"source":393,"target":85},{"source":391,"target":26},{"source":392,"target":27},{"source":80,"target":0},{"source":80,"target":27},{"source":80,"target":394},{"source":80,"target":395},{"source":80,"target":396},{"source":80,"target":397},{"source":394,"target":398},{"source":394,"target":80},{"source":395,"target":399},{"source":395,"target":80},{"source":396,"target":400},{"source":396,"target":80},{"source":397,"target":27},{"source":81,"target":0},{"source":81,"target":26},{"source":81,"target":27},{"source":81,"target":401},{"source":81,"target":402},{"source":81,"target":403},{"source":81,"target":404},{"source":81,"target":405},{"source":401,"target":82},{"source":401,"target":406},{"source":401,"target":81},{"source":406,"target":82},{"source":402,"target":83},{"source":402,"target":407},{"source":402,"target":81},{"source":407,"target":83},{"source":403,"target":408},{"source":403,"target":81},{"source":404,"target":26},{"source":405,"target":27},{"source":82,"target":0},{"source":82,"target":409},{"source":409,"target":410},{"source":409,"target":82},{"source":83,"target":0},{"source":83,"target":26},{"source":83,"target":411},{"source":83,"target":412},{"source":411,"target":413},{"source":411,"target":83},{"source":412,"target":26},{"source":84,"target":0},{"source":84,"target":26},{"source":84,"target":27},{"source":84,"target":414},{"source":84,"target":415},{"source":84,"target":416},{"source":84,"target":417},{"source":414,"target":418},{"source":414,"target":84},{"source":415,"target":419},{"source":415,"target":84},{"source":416,"target":26},{"source":417,"target":27},{"source":85,"target":0},{"source":85,"target":420},{"source":85,"target":421},{"source":85,"target":422},{"source":420,"target":423},{"source":420,"target":85},{"source":421,"target":86},{"source":421,"target":424},{"source":421,"target":85},{"source":424,"target":86},{"source":422,"target":425},{"source":422,"target":85},{"source":86,"target":0},{"source":86,"target":426},{"source":86,"target":427},{"source":86,"target":428},{"source":86,"target":429},{"source":426,"target":430},{"source":426,"target":86},{"source":427,"target":431},{"source":427,"target":86},{"source":428,"target":432},{"source":428,"target":86},{"source":429,"target":433},{"source":429,"target":86},{"source":87,"target":0},{"source":87,"target":26},{"source":87,"target":27},{"source":87,"target":434},{"source":87,"target":435},{"source":87,"target":436},{"source":87,"target":437},{"source":87,"target":438},{"source":87,"target":439},{"source":87,"target":440},{"source":434,"target":25},{"source":434,"target":441},{"source":434,"target":87},{"source":441,"target":25},{"source":435,"target":88},{"source":435,"target":442},{"source":435,"target":87},{"source":442,"target":88},{"source":436,"target":443},{"source":436,"target":87},{"source":437,"target":89},{"source":437,"target":444},{"source":437,"target":87},{"source":444,"target":89},{"source":438,"target":445},{"source":438,"target":87},{"source":439,"target":26},{"source":440,"target":27},{"source":88,"target":0},{"source":88,"target":446},{"source":88,"target":447},{"source":446,"target":448},{"source":446,"target":88},{"source":447,"target":449},{"source":447,"target":88},{"source":89,"target":0},{"source":89,"target":26},{"source":89,"target":450},{"source":89,"target":451},{"source":89,"target":452},{"source":89,"target":453},{"source":450,"target":25},{"source":450,"target":454},{"source":450,"target":89},{"source":454,"target":25},{"source":451,"target":88},{"source":451,"target":455},{"source":451,"target":89},{"source":455,"target":88},{"source":452,"target":456},{"source":452,"target":89},{"source":453,"target":26},{"source":90,"target":0},{"source":90,"target":457},{"source":90,"target":458},{"source":457,"target":21},{"source":457,"target":459},{"source":457,"target":90},{"source":459,"target":21},{"source":91,"target":0},{"source":91,"target":6},{"source":91,"target":460},{"source":91,"target":461},{"source":460,"target":16},{"source":460,"target":462},{"source":460,"target":91},{"source":462,"target":16},{"source":461,"target":6},{"source":92,"target":0},{"source":92,"target":8},{"source":92,"target":463},{"source":92,"target":464},{"source":463,"target":465},{"source":463,"target":92},{"source":464,"target":8},{"source":93,"target":0},{"source":93,"target":11},{"source":93,"target":466},{"source":93,"target":467},{"source":466,"target":12},{"source":466,"target":468},{"source":466,"target":93},{"source":468,"target":12},{"source":467,"target":11},{"source":94,"target":0},{"source":94,"target":469},{"source":95,"target":0},{"source":95,"target":27},{"source":95,"target":470},{"source":95,"target":471},{"source":470,"target":27},{"source":470,"target":472},{"source":470,"target":95},{"source":472,"target":27},{"source":471,"target":27},{"source":96,"target":0},{"source":96,"target":27},{"source":96,"target":473},{"source":96,"target":474},{"source":473,"target":27},{"source":473,"target":475},{"source":473,"target":96},{"source":475,"target":27},{"source":474,"target":27},{"source":97,"target":0},{"source":97,"target":30},{"source":97,"target":476},{"source":476,"target":30},{"source":98,"target":0},{"source":98,"target":32},{"source":98,"target":477},{"source":98,"target":478},{"source":477,"target":36},{"source":477,"target":479},{"source":477,"target":98},{"source":479,"target":36},{"source":478,"target":32},{"source":99,"target":0},{"source":99,"target":33},{"source":99,"target":480},{"source":99,"target":481},{"source":480,"target":36},{"source":480,"target":482},{"source":480,"target":99},{"source":482,"target":36},{"source":481,"target":33},{"source":100,"target":0},{"source":100,"target":483},{"source":101,"target":0},{"source":101,"target":484},{"source":101,"target":485},{"source":484,"target":486},{"source":484,"target":101},{"source":102,"target":0},{"source":102,"target":487},{"source":102,"target":488},{"source":102,"target":489},{"source":487,"target":21},{"source":487,"target":490},{"source":487,"target":102},{"source":490,"target":21},{"source":488,"target":491},{"source":488,"target":102},{"source":103,"target":0},{"source":103,"target":492},{"source":103,"target":493},{"source":103,"target":494},{"source":492,"target":94},{"source":492,"target":495},{"source":492,"target":103},{"source":495,"target":94},{"source":493,"target":496},{"source":493,"target":103},{"source":104,"target":0},{"source":104,"target":497}],"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="tests" nsURI="http://org.xilaew.atg.model.tests" nsPrefix="org.xilaew.atg.model.tests">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="In general test case for a single function looks like the follwing:
1: set up the System Under Test(SUT). The SUT might be a Class or Component containing the function to be tested. If necessary create a new instance of the SUT.
2: All publicly visible Variables, that have an influence on the execution of the function under Test are set to specified values.
3: Call the function with specified parameter values.
4: test all visible variables to be set as expected after the function call. There are especially the return value, output parameters, as well as fields of the SUT to be checked. The variables to be tested for specific values are stored in the testForValue containment reference of the TestCase."/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="TestSuite">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A collection of test cases.
for Activity test case generator a test suite is intended to contain always the same SUT as well as the same function. And the Values referenced as paramters, initValues or testforValues should change from test case to testcase."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="tests" upperBound="-1"
eType="#//TestCase" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sut" upperBound="-1" eType="#//SUT"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TestCase">
<eStructuralFeatures xsi:type="ecore:EReference" name="initValues" upperBound="-1"
eType="#//Value" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//FunctionCall"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="testForValue" upperBound="-1"
eType="#//Value" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable"/>
<eClassifiers xsi:type="ecore:EClass" name="FunctionCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Value" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activity" eType="ecore:EClass ActivityTestCaseGraph.ecore#//TCGActivity"/>
<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="SUT">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value">
<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#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="ecore:EClass ActivityTestCaseGraph.ecore#//TCGVariable"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Xilaew/uml-activity-testcasegenerator/org.xilaew.atg.model/model/Tests.ecore | ecore | tests
TestSuite
tests
sut
TestCase
initValues
function
testForValue
Variable
FunctionCall
parameters
activity
name
SUT
name
packageName
Value
name
value
variable | null | {"directed":true,"nodes":[{"nsPrefix":"org.xilaew.atg.model.tests","nsURI":"http://org.xilaew.atg.model.tests","name":"tests","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestSuite","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCase","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SUT","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":6,"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":"tests","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sut","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function","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":"testForValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"activity","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packageName","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"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":"value","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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"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":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":7,"target":2},{"source":7,"target":9},{"source":7,"target":1},{"source":9,"target":2},{"source":8,"target":5},{"source":8,"target":10},{"source":8,"target":1},{"source":10,"target":5},{"source":2,"target":0},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":11,"target":6},{"source":11,"target":14},{"source":11,"target":2},{"source":14,"target":6},{"source":12,"target":4},{"source":12,"target":15},{"source":12,"target":2},{"source":15,"target":4},{"source":13,"target":6},{"source":13,"target":16},{"source":13,"target":2},{"source":16,"target":6},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":17,"target":6},{"source":17,"target":20},{"source":17,"target":4},{"source":20,"target":6},{"source":18,"target":21},{"source":18,"target":4},{"source":19,"target":22},{"source":19,"target":4},{"source":5,"target":0},{"source":5,"target":23},{"source":5,"target":24},{"source":23,"target":25},{"source":23,"target":5},{"source":24,"target":26},{"source":24,"target":5},{"source":6,"target":0},{"source":6,"target":27},{"source":6,"target":28},{"source":6,"target":29},{"source":27,"target":30},{"source":27,"target":6},{"source":28,"target":31},{"source":28,"target":6},{"source":29,"target":32},{"source":29,"target":6}],"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="modeleditor"
nsURI="http://www.openmodelica.org/modelicaml/editor/xtext/model/Modeleditor"
nsPrefix="modeleditor">
<eClassifiers xsi:type="ecore:EClass" name="expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="Expr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//simple_expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="simple_expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="Log_Exp" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//logical_expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="S_Logical_expression" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//logical_expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="L_Logical_expression" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//logical_expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="conditional_expr" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="ifexpr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenexpr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseifexpr" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trueexpr" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="falseexpr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="logical_expression"/>
<eClassifiers xsi:type="ecore:EClass" name="logical_term" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//logical_expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="Logical_term" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//logical_term"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="logical_factor" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//logical_term">
<eStructuralFeatures xsi:type="ecore:EReference" name="Logical_factor" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//logical_factor"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Relation" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//relation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="relation"/>
<eClassifiers xsi:type="ecore:EClass" name="arithmetic_expression" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//relation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Arithmetic_expression"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//arithmetic_expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Term" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//term"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Oper1" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Term1" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//term"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="term"/>
<eClassifiers xsi:type="ecore:EClass" name="factor" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//term">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Factor" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//factor"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="primary" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//factor">
<eStructuralFeatures xsi:type="ecore:EReference" name="Primary" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//primary"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="num" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="int" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="str" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Bool" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Component_reference" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//component_reference"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="output_expr_list" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//output_expression_list"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Expre_list" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression_list"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Expression_list" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression_list"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="f_arguments" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//function_arguments"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="End" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="name_Function" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//primary"/>
<eClassifiers xsi:type="ecore:EClass" name="initial_ref" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//primary"/>
<eClassifiers xsi:type="ecore:EClass" name="ExprDer" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//primary">
<eStructuralFeatures xsi:type="ecore:EReference" name="functionArgs" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//function_call_args"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="function_call_args" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//initial_ref">
<eStructuralFeatures xsi:type="ecore:EReference" name="f_arg" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//function_arguments"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="expression_list">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Expre" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="name" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//name_Function">
<eStructuralFeatures xsi:type="ecore:EReference" name="Function_call_args" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//function_call_args"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name_ID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nam_ID" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="component_reference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subscripts1" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//array_subscripts"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ref1" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subscripts" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//array_subscripts"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="output_expression_list">
<eStructuralFeatures xsi:type="ecore:EReference" name="epr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Expr" upperBound="-1" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="array_subscripts">
<eStructuralFeatures xsi:type="ecore:EReference" name="Sub" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//subscript"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Subscript" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//subscript"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="subscript">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="function_arguments">
<eStructuralFeatures xsi:type="ecore:EReference" name="ArgExp" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Fun_Arg_Expr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//Fun_Arguments_exp"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Fun_Arg_For" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//Fun_Arguments_for"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name_arg" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//named_arguments"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fun_Arguments_exp">
<eStructuralFeatures xsi:type="ecore:EReference" name="Args" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//function_arguments"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Fun_Arguments_for">
<eStructuralFeatures xsi:type="ecore:EReference" name="For_indices" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//for_indices"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="named_arguments"/>
<eClassifiers xsi:type="ecore:EClass" name="named_argument" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//named_arguments">
<eStructuralFeatures xsi:type="ecore:EReference" name="Named_arguments" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//named_arguments"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="arg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="for_indices"/>
<eClassifiers xsi:type="ecore:EClass" name="for_index" eSuperTypes="platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//for_indices">
<eStructuralFeatures xsi:type="ecore:EReference" name="For_index" upperBound="-1"
eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//for_index"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="ecore:EClass platform:/resource/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore#//expression"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/OpenModelica/MDT/modelicaml/kepler/org.openmodelica.modelicaml.editor.xtext.modeleditor/src-gen/org/openmodelica/modelicaml/editor/xtext/model/Modeleditor.ecore | ecore | modeleditor
expression
Expr
simple_expression
Log_Exp
S_Logical_expression
L_Logical_expression
conditional_expr
ifexpr
thenexpr
elseifexpr
trueexpr
falseexpr
logical_expression
logical_term
Logical_term
logical_factor
Logical_factor
Relation
relation
arithmetic_expression
op
Arithmetic_expression
opr
Term
Oper1
Term1
term
factor
op
Factor
primary
Primary
num
int
str
Bool
Component_reference
output_expr_list
Expre_list
Expression_list
f_arguments
End
name_Function
initial_ref
ExprDer
functionArgs
function_call_args
f_arg
expression_list
expr
Expre
name
Function_call_args
name_ID
nam_ID
component_reference
ref
subscripts1
ref1
subscripts
output_expression_list
epr
Expr
array_subscripts
Sub
Subscript
subscript
expr
function_arguments
ArgExp
Fun_Arg_Expr
Fun_Arg_For
name_arg
Fun_Arguments_exp
Args
Fun_Arguments_for
For_indices
named_arguments
named_argument
Named_arguments
arg
expr
for_indices
for_index
For_index
index
expr | null | {"directed":true,"nodes":[{"nsPrefix":"modeleditor","nsURI":"http://www.openmodelica.org/modelicaml/editor/xtext/model/Modeleditor","name":"modeleditor","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"expression","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"simple_expression","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"conditional_expr","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"logical_expression","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"logical_term","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"logical_factor","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"relation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"arithmetic_expression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"term","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"factor","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"primary","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"name_Function","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"initial_ref","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprDer","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"function_call_args","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"expression_list","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"name","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"component_reference","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"output_expression_list","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"array_subscripts","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"subscript","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"function_arguments","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fun_Arguments_exp","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fun_Arguments_for","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"named_arguments","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"named_argument","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"for_indices","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"for_index","instanceClass":null,"abstract":false,"id":28,"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":"Expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"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":"Log_Exp","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":"S_Logical_expression","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":"L_Logical_expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"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":"ifexpr","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":"thenexpr","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":"elseifexpr","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":true,"unsettable":false,"transient":false,"unique":true,"name":"trueexpr","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":"falseexpr","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Logical_term","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Logical_factor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Relation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"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":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Arithmetic_expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opr","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":"Term","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"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":"Oper1","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":"Term1","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"op","changeable":true,"lowerBound":0,"iD":false,"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":"Factor","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"Primary","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":"num","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":"int","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":"str","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":false,"transient":false,"unique":true,"name":"Bool","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Component_reference","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":"output_expr_list","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":"Expre_list","changeable":true,"resolveProxies":true,"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":"Expression_list","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":"f_arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"End","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"f_arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"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":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":"Expre","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"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":"Function_call_args","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":"name_ID","changeable":true,"lowerBound":0,"iD":false,"id":110,"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":"nam_ID","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subscripts1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"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":"ref1","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"container":false,"ordered":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":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"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":"epr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"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":"Sub","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"Subscript","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"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":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":"ArgExp","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":"Fun_Arg_Expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Fun_Arg_For","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":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_arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"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":"Args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"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":"For_indices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":144,"derived":false},{"id":145,"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":"Named_arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"arg","changeable":true,"lowerBound":0,"iD":false,"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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"For_index","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"index","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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"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":1,"target":0},{"source":1,"target":29},{"source":29,"target":30},{"source":29,"target":1},{"source":2,"target":0},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":31,"target":34},{"source":31,"target":2},{"source":32,"target":35},{"source":32,"target":2},{"source":33,"target":36},{"source":33,"target":2},{"source":3,"target":0},{"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":44},{"source":38,"target":3},{"source":39,"target":45},{"source":39,"target":3},{"source":40,"target":46},{"source":40,"target":3},{"source":41,"target":47},{"source":41,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":48},{"source":5,"target":49},{"source":48,"target":50},{"source":48,"target":5},{"source":6,"target":0},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":51,"target":54},{"source":51,"target":6},{"source":52,"target":55},{"source":52,"target":6},{"source":7,"target":0},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":8,"target":62},{"source":56,"target":63},{"source":56,"target":8},{"source":57,"target":64},{"source":57,"target":8},{"source":58,"target":65},{"source":58,"target":8},{"source":59,"target":66},{"source":59,"target":8},{"source":60,"target":67},{"source":60,"target":8},{"source":61,"target":68},{"source":61,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":69,"target":72},{"source":69,"target":10},{"source":70,"target":73},{"source":70,"target":10},{"source":11,"target":0},{"source":11,"target":74},{"source":11,"target":75},{"source":11,"target":76},{"source":11,"target":77},{"source":11,"target":78},{"source":11,"target":79},{"source":11,"target":80},{"source":11,"target":81},{"source":11,"target":82},{"source":11,"target":83},{"source":11,"target":84},{"source":11,"target":85},{"source":74,"target":86},{"source":74,"target":11},{"source":75,"target":87},{"source":75,"target":11},{"source":76,"target":88},{"source":76,"target":11},{"source":77,"target":89},{"source":77,"target":11},{"source":78,"target":90},{"source":78,"target":11},{"source":79,"target":91},{"source":79,"target":11},{"source":80,"target":92},{"source":80,"target":11},{"source":81,"target":93},{"source":81,"target":11},{"source":82,"target":94},{"source":82,"target":11},{"source":83,"target":95},{"source":83,"target":11},{"source":84,"target":96},{"source":84,"target":11},{"source":12,"target":0},{"source":12,"target":97},{"source":13,"target":0},{"source":13,"target":98},{"source":14,"target":0},{"source":14,"target":99},{"source":14,"target":100},{"source":99,"target":101},{"source":99,"target":14},{"source":15,"target":0},{"source":15,"target":102},{"source":15,"target":103},{"source":102,"target":104},{"source":102,"target":15},{"source":16,"target":0},{"source":16,"target":105},{"source":16,"target":106},{"source":105,"target":107},{"source":105,"target":16},{"source":106,"target":108},{"source":106,"target":16},{"source":17,"target":0},{"source":17,"target":109},{"source":17,"target":110},{"source":17,"target":111},{"source":17,"target":112},{"source":109,"target":113},{"source":109,"target":17},{"source":110,"target":114},{"source":110,"target":17},{"source":111,"target":115},{"source":111,"target":17},{"source":18,"target":0},{"source":18,"target":116},{"source":18,"target":117},{"source":18,"target":118},{"source":18,"target":119},{"source":116,"target":120},{"source":116,"target":18},{"source":117,"target":121},{"source":117,"target":18},{"source":118,"target":122},{"source":118,"target":18},{"source":119,"target":123},{"source":119,"target":18},{"source":19,"target":0},{"source":19,"target":124},{"source":19,"target":125},{"source":124,"target":126},{"source":124,"target":19},{"source":125,"target":127},{"source":125,"target":19},{"source":20,"target":0},{"source":20,"target":128},{"source":20,"target":129},{"source":128,"target":130},{"source":128,"target":20},{"source":129,"target":131},{"source":129,"target":20},{"source":21,"target":0},{"source":21,"target":132},{"source":132,"target":133},{"source":132,"target":21},{"source":22,"target":0},{"source":22,"target":134},{"source":22,"target":135},{"source":22,"target":136},{"source":22,"target":137},{"source":134,"target":138},{"source":134,"target":22},{"source":135,"target":139},{"source":135,"target":22},{"source":136,"target":140},{"source":136,"target":22},{"source":137,"target":141},{"source":137,"target":22},{"source":23,"target":0},{"source":23,"target":142},{"source":142,"target":143},{"source":142,"target":23},{"source":24,"target":0},{"source":24,"target":144},{"source":144,"target":145},{"source":144,"target":24},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":146},{"source":26,"target":147},{"source":26,"target":148},{"source":26,"target":149},{"source":146,"target":150},{"source":146,"target":26},{"source":147,"target":151},{"source":147,"target":26},{"source":148,"target":152},{"source":148,"target":26},{"source":27,"target":0},{"source":28,"target":0},{"source":28,"target":153},{"source":28,"target":154},{"source":28,"target":155},{"source":28,"target":156},{"source":153,"target":157},{"source":153,"target":28},{"source":154,"target":158},{"source":154,"target":28},{"source":155,"target":159},{"source":155,"target":28}],"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="emfprofile"
nsURI="http://www.modelversioning.org/emfprofile/1.1" nsPrefix="emfprofile">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage">
<eOperations name="getApplicableStereotypes" upperBound="-1" eType="#//Stereotype">
<eParameters name="eClass" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
</eOperations>
<eOperations name="getStereotypes" upperBound="-1" eType="#//Stereotype"/>
<eOperations name="getStereotype" eType="#//Stereotype">
<eParameters name="stereotypeName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="uniqueExtensions"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="uniqueExtensions" value="self.extensions->size() > 1 implies self.extensions->forAll(ex1 : Extension, ex2 : Extension | ex1 <> ex2 implies ex1.target <> ex2.target)"/>
</eAnnotations>
<eOperations name="isApplicable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="eClass" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
</eOperations>
<eOperations name="isApplicable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="eObject" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eOperations name="isApplicable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="eObject" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="appliedExtensions" ordered="false" upperBound="-1" eType="#//Extension"/>
</eOperations>
<eOperations name="isApplicable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="eObject" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="extension" lowerBound="1" eType="#//Extension"/>
<eParameters name="appliedExtensions" ordered="false" upperBound="-1" eType="#//Extension"/>
</eOperations>
<eOperations name="getProfile" lowerBound="1" eType="#//Profile"/>
<eOperations name="getAllExtensions" unique="false" upperBound="-1" eType="#//Extension"/>
<eOperations name="getTaggedValues" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
<eOperations name="getTaggedValue" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature">
<eParameters name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getApplicableExtensions" upperBound="-1" eType="#//Extension">
<eParameters name="eObject" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eParameters name="appliedExtensions" ordered="false" upperBound="-1" eType="#//Extension"/>
</eOperations>
<eOperations name="getApplicableExtensions" upperBound="-1" eType="#//Extension">
<eParameters name="eClass" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
</eOperations>
<eOperations name="getApplicableExtensions" upperBound="-1" eType="#//Extension">
<eParameters name="eObject" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eOperations name="hasIcon" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iconPath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="metaBase" lowerBound="1"
eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extensions" upperBound="-1"
eType="#//Extension" containment="true" eOpposite="#//Extension/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Extension">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="redefinedInSuperStereotype subsettedInSuperStereotype subsettedMustHaveHigherOrEqualUpperBound redefiningTargetMustBeSubclassOfRedefinedTarget subsettingTargetMustBeSubclassOfSubsettedTarget"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="redefinedInSuperStereotype" value="self.source.eAllSuperTypes->select(s | s.oclIsKindOf(Stereotype))->collect(s | s.oclAsType(Stereotype).extensions)->includesAll(self.redefined)"/>
<details key="subsettedInSuperStereotype" value="self.source.eAllSuperTypes->select(s | s.oclIsKindOf(Stereotype))->collect(s | s.oclAsType(Stereotype).extensions)->includesAll(self.subsetted)"/>
<details key="subsettedMustHaveHigherOrEqualUpperBound" value="self.subsetted->size() > 0 implies self.subsetted->forAll(subsetted : Extension | subsetted.upperBound >= self.upperBound or subsetted.upperBound = -1)"/>
<details key="redefiningTargetMustBeSubclassOfRedefinedTarget" value="self.redefined->notEmpty() implies self.redefined->forAll(redef : Extension | target.eAllSuperTypes->includes(redef.target))"/>
<details key="subsettingTargetMustBeSubclassOfSubsettedTarget" value="self.subsetted->notEmpty() implies self.subsetted->forAll(subsetted : Extension | target.eAllSuperTypes->includes(subsetted.target))"/>
</eAnnotations>
<eOperations name="isRequired" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isApplicable" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="eClass" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Stereotype" eOpposite="#//Stereotype/extensions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
<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"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="redefined" ordered="false"
upperBound="-1" eType="#//Extension" eOpposite="#//Extension/redefining"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subsetted" upperBound="-1"
eType="#//Extension" resolveProxies="false" eOpposite="#//Extension/subsetting"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="redefining" upperBound="-1"
eType="#//Extension" changeable="false" unsettable="true" derived="true" eOpposite="#//Extension/redefined"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subsetting" upperBound="-1"
eType="#//Extension" changeable="false" unsettable="true" derived="true" eOpposite="#//Extension/subsetted"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/elexx/emf-profiles/org.modelversioning.emfprofile/model/emfprofiles.ecore | ecore | emfprofile
Profile
getApplicableStereotypes
eClass
getStereotypes
getStereotype
stereotypeName
Stereotype
isApplicable
eClass
isApplicable
eObject
isApplicable
eObject
appliedExtensions
isApplicable
eObject
extension
appliedExtensions
getProfile
getAllExtensions
getTaggedValues
getTaggedValue
name
getApplicableExtensions
eObject
appliedExtensions
getApplicableExtensions
eClass
getApplicableExtensions
eObject
hasIcon
iconPath
metaBase
false
extensions
Extension
isRequired
isApplicable
eClass
source
target
lowerBound
0
upperBound
-1
redefined
subsetted
redefining
subsetting | null | {"directed":true,"nodes":[{"nsPrefix":"emfprofile","nsURI":"http://www.modelversioning.org/emfprofile/1.1","name":"emfprofile","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getApplicableStereotypes","lowerBound":0,"id":4,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getStereotypes","lowerBound":0,"id":5,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStereotype","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EParameter"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"stereotypeName","lowerBound":1,"id":13,"many":false,"required":true,"eClass":"EParameter"},{"id":14,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isApplicable","lowerBound":1,"id":15,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isApplicable","lowerBound":1,"id":16,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isApplicable","lowerBound":1,"id":17,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isApplicable","lowerBound":1,"id":18,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getProfile","lowerBound":1,"id":19,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":false,"name":"getAllExtensions","lowerBound":0,"id":20,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getTaggedValues","lowerBound":0,"id":21,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTaggedValue","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getApplicableExtensions","lowerBound":0,"id":23,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getApplicableExtensions","lowerBound":0,"id":24,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getApplicableExtensions","lowerBound":0,"id":25,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasIcon","lowerBound":1,"id":26,"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":"iconPath","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":"false","unsettable":false,"transient":false,"unique":true,"name":"metaBase","changeable":true,"lowerBound":1,"iD":false,"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":"extensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"eObject","lowerBound":1,"id":35,"many":false,"required":true,"eClass":"EParameter"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eObject","lowerBound":1,"id":38,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":-1,"unique":true,"name":"appliedExtensions","lowerBound":0,"id":39,"many":true,"required":false,"eClass":"EParameter"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eObject","lowerBound":1,"id":43,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"extension","lowerBound":1,"id":44,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":-1,"unique":true,"name":"appliedExtensions","lowerBound":0,"id":45,"many":true,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":1,"id":53,"many":false,"required":true,"eClass":"EParameter"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eObject","lowerBound":1,"id":56,"many":false,"required":true,"eClass":"EParameter"},{"ordered":false,"upperBound":-1,"unique":true,"name":"appliedExtensions","lowerBound":0,"id":57,"many":true,"required":false,"eClass":"EParameter"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","lowerBound":1,"id":61,"many":false,"required":true,"eClass":"EParameter"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eObject","lowerBound":1,"id":64,"many":false,"required":true,"eClass":"EParameter"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"isRequired","lowerBound":1,"id":71,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isApplicable","lowerBound":1,"id":72,"many":false,"required":true,"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":73,"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":74,"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":75,"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":"redefined","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":false,"unsettable":false,"transient":false,"unique":true,"name":"subsetted","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"redefining","changeable":false,"resolveProxies":true,"lowerBound":0,"id":78,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"subsetting","changeable":false,"resolveProxies":true,"lowerBound":0,"id":79,"derived":true},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eClass","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"}],"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":4,"target":2},{"source":4,"target":8},{"source":4,"target":1},{"source":4,"target":9},{"source":8,"target":2},{"source":9,"target":10},{"source":9,"target":4},{"source":5,"target":2},{"source":5,"target":11},{"source":5,"target":1},{"source":11,"target":2},{"source":6,"target":2},{"source":6,"target":12},{"source":6,"target":1},{"source":6,"target":13},{"source":12,"target":2},{"source":13,"target":14},{"source":13,"target":6},{"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":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":15,"target":31},{"source":15,"target":2},{"source":15,"target":32},{"source":32,"target":33},{"source":32,"target":15},{"source":16,"target":34},{"source":16,"target":2},{"source":16,"target":35},{"source":35,"target":36},{"source":35,"target":16},{"source":17,"target":37},{"source":17,"target":2},{"source":17,"target":38},{"source":17,"target":39},{"source":38,"target":40},{"source":38,"target":17},{"source":39,"target":3},{"source":39,"target":41},{"source":39,"target":17},{"source":41,"target":3},{"source":18,"target":42},{"source":18,"target":2},{"source":18,"target":43},{"source":18,"target":44},{"source":18,"target":45},{"source":43,"target":46},{"source":43,"target":18},{"source":44,"target":3},{"source":44,"target":47},{"source":44,"target":18},{"source":47,"target":3},{"source":45,"target":3},{"source":45,"target":48},{"source":45,"target":18},{"source":48,"target":3},{"source":19,"target":1},{"source":19,"target":49},{"source":19,"target":2},{"source":49,"target":1},{"source":20,"target":3},{"source":20,"target":50},{"source":20,"target":2},{"source":50,"target":3},{"source":21,"target":51},{"source":21,"target":2},{"source":22,"target":52},{"source":22,"target":2},{"source":22,"target":53},{"source":53,"target":54},{"source":53,"target":22},{"source":23,"target":3},{"source":23,"target":55},{"source":23,"target":2},{"source":23,"target":56},{"source":23,"target":57},{"source":55,"target":3},{"source":56,"target":58},{"source":56,"target":23},{"source":57,"target":3},{"source":57,"target":59},{"source":57,"target":23},{"source":59,"target":3},{"source":24,"target":3},{"source":24,"target":60},{"source":24,"target":2},{"source":24,"target":61},{"source":60,"target":3},{"source":61,"target":62},{"source":61,"target":24},{"source":25,"target":3},{"source":25,"target":63},{"source":25,"target":2},{"source":25,"target":64},{"source":63,"target":3},{"source":64,"target":65},{"source":64,"target":25},{"source":26,"target":66},{"source":26,"target":2},{"source":27,"target":67},{"source":27,"target":2},{"source":28,"target":68},{"source":28,"target":2},{"source":29,"target":3},{"source":29,"target":69},{"source":29,"target":2},{"source":29,"target":70},{"source":69,"target":3},{"source":3,"target":0},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":70},{"source":3,"target":73},{"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":71,"target":80},{"source":71,"target":3},{"source":72,"target":81},{"source":72,"target":3},{"source":72,"target":82},{"source":82,"target":83},{"source":82,"target":72},{"source":70,"target":2},{"source":70,"target":84},{"source":70,"target":3},{"source":70,"target":29},{"source":84,"target":2},{"source":73,"target":85},{"source":73,"target":3},{"source":74,"target":86},{"source":74,"target":3},{"source":75,"target":87},{"source":75,"target":3},{"source":76,"target":3},{"source":76,"target":88},{"source":76,"target":3},{"source":76,"target":78},{"source":88,"target":3},{"source":77,"target":3},{"source":77,"target":89},{"source":77,"target":3},{"source":77,"target":79},{"source":89,"target":3},{"source":78,"target":3},{"source":78,"target":90},{"source":78,"target":3},{"source":78,"target":76},{"source":90,"target":3},{"source":79,"target":3},{"source":79,"target":91},{"source":79,"target":3},{"source":79,"target":77},{"source":91,"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="landscape" nsURI="http://www.pgcase.org/xobot/landscape/0.1.0"
nsPrefix="landscape">
<eClassifiers xsi:type="ecore:EClass" name="FocusDescriptor" instanceClassName="org.pgcase.xobot.landscape.runtime.XFocusDescriptor"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="SourceSetDescriptor" instanceClassName="org.pgcase.xobot.landscape.runtime.XSourceSetDescriptor"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="SourceDescriptor" instanceClassName="org.pgcase.xobot.landscape.runtime.XSourceDescriptor"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="TargetSetDescriptor" instanceClassName="org.pgcase.xobot.landscape.runtime.XTargetSetDescriptor"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="TargetDescriptor" instanceClassName="org.pgcase.xobot.landscape.runtime.XTargetDescriptor"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Focus" abstract="true" eSuperTypes="#//FocusDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" 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="maturity" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="origin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fork" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceSet" eSuperTypes="#//SourceSetDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" 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:EReference" name="sources" upperBound="-1"
eType="#//Source" containment="true" eOpposite="#//Source/sourceSet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Source" eSuperTypes="#//Focus #//SourceDescriptor">
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceSet" lowerBound="1"
eType="#//SourceSet" eOpposite="#//SourceSet/sources"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TargetSet" eSuperTypes="#//TargetSetDescriptor">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" 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:EReference" name="targets" upperBound="-1"
eType="#//Target" containment="true" eOpposite="#//Target/targetSet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Target" eSuperTypes="#//Focus #//TargetDescriptor">
<eStructuralFeatures xsi:type="ecore:EReference" name="targetSet" lowerBound="1"
eType="#//TargetSet" eOpposite="#//TargetSet/targets"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/pgcase/xobot/bundles/org.pgcase.xobot.landscape.model.ecore/model/landscape.ecore | ecore | landscape
FocusDescriptor
org.pgcase.xobot.landscape.runtime.XFocusDescriptor
org.pgcase.xobot.landscape.runtime.XFocusDescriptor
SourceSetDescriptor
org.pgcase.xobot.landscape.runtime.XSourceSetDescriptor
org.pgcase.xobot.landscape.runtime.XSourceSetDescriptor
SourceDescriptor
org.pgcase.xobot.landscape.runtime.XSourceDescriptor
org.pgcase.xobot.landscape.runtime.XSourceDescriptor
TargetSetDescriptor
org.pgcase.xobot.landscape.runtime.XTargetSetDescriptor
org.pgcase.xobot.landscape.runtime.XTargetSetDescriptor
TargetDescriptor
org.pgcase.xobot.landscape.runtime.XTargetDescriptor
org.pgcase.xobot.landscape.runtime.XTargetDescriptor
Focus
identifier
name
maturity
origin
uri
fork
SourceSet
identifier
name
sources
Source
sourceSet
TargetSet
identifier
name
targets
Target
targetSet | null | {"directed":true,"nodes":[{"nsPrefix":"landscape","nsURI":"http://www.pgcase.org/xobot/landscape/0.1.0","name":"landscape","id":0,"eClass":"EPackage"},{"instanceTypeName":"org.pgcase.xobot.landscape.runtime.XFocusDescriptor","defaultValue":null,"instanceClassName":"org.pgcase.xobot.landscape.runtime.XFocusDescriptor","name":"FocusDescriptor","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.pgcase.xobot.landscape.runtime.XSourceSetDescriptor","defaultValue":null,"instanceClassName":"org.pgcase.xobot.landscape.runtime.XSourceSetDescriptor","name":"SourceSetDescriptor","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.pgcase.xobot.landscape.runtime.XSourceDescriptor","defaultValue":null,"instanceClassName":"org.pgcase.xobot.landscape.runtime.XSourceDescriptor","name":"SourceDescriptor","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.pgcase.xobot.landscape.runtime.XTargetSetDescriptor","defaultValue":null,"instanceClassName":"org.pgcase.xobot.landscape.runtime.XTargetSetDescriptor","name":"TargetSetDescriptor","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":"org.pgcase.xobot.landscape.runtime.XTargetDescriptor","defaultValue":null,"instanceClassName":"org.pgcase.xobot.landscape.runtime.XTargetDescriptor","name":"TargetDescriptor","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Focus","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceSet","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetSet","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":false,"id":10,"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":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":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":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":"maturity","changeable":true,"lowerBound":0,"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":"origin","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":"uri","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fork","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"},{"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":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":"name","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":"sources","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"},{"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":"sourceSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"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":"identifier","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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"targets","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"},{"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":"targetSet","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"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":2,"target":0},{"source":3,"target":0},{"source":4,"target":0},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":11},{"source":6,"target":12},{"source":6,"target":13},{"source":6,"target":14},{"source":6,"target":15},{"source":6,"target":16},{"source":6,"target":17},{"source":11,"target":18},{"source":11,"target":6},{"source":12,"target":19},{"source":12,"target":6},{"source":13,"target":20},{"source":13,"target":6},{"source":14,"target":21},{"source":14,"target":6},{"source":15,"target":22},{"source":15,"target":6},{"source":16,"target":23},{"source":16,"target":6},{"source":17,"target":1},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":24},{"source":7,"target":25},{"source":7,"target":26},{"source":7,"target":27},{"source":24,"target":28},{"source":24,"target":7},{"source":25,"target":29},{"source":25,"target":7},{"source":26,"target":8},{"source":26,"target":30},{"source":26,"target":7},{"source":26,"target":31},{"source":30,"target":8},{"source":27,"target":2},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":3},{"source":8,"target":31},{"source":8,"target":32},{"source":8,"target":33},{"source":31,"target":7},{"source":31,"target":34},{"source":31,"target":8},{"source":31,"target":26},{"source":34,"target":7},{"source":32,"target":6},{"source":33,"target":3},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":35},{"source":9,"target":36},{"source":9,"target":37},{"source":9,"target":38},{"source":35,"target":39},{"source":35,"target":9},{"source":36,"target":40},{"source":36,"target":9},{"source":37,"target":10},{"source":37,"target":41},{"source":37,"target":9},{"source":37,"target":42},{"source":41,"target":10},{"source":38,"target":4},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":5},{"source":10,"target":42},{"source":10,"target":43},{"source":10,"target":44},{"source":42,"target":9},{"source":42,"target":45},{"source":42,"target":10},{"source":42,"target":37},{"source":45,"target":9},{"source":43,"target":6},{"source":44,"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="file" nsURI="urn:switchyard-component-camel-file:config:2.0"
nsPrefix="file">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="
 <div xmlns="http://www.w3.org/1999/xhtml">
 <h1>About the XML namespace</h1>

 <div class="bodytext">
 <p>
 This schema document describes the XML namespace, in a form
 suitable for import by other schema documents.
 </p>
 <p>
 See <a href="http://www.w3.org/XML/1998/namespace.html">
 http://www.w3.org/XML/1998/namespace.html</a> and
 <a href="http://www.w3.org/TR/REC-xml">
 http://www.w3.org/TR/REC-xml</a> for information 
 about this namespace.
 </p>
 <p>
 Note that local names in this namespace are intended to be
 defined only by the World Wide Web Consortium or its subgroups.
 The names currently defined in this namespace are listed below.
 They should not be used with conflicting semantics by any Working
 Group, specification, or document instance.
 </p>
 <p> 
 See further below in this document for more information about <a href="#usage">how to refer to this schema document from your own
 XSD schema documents</a> and about <a href="#nsversioning">the
 namespace-versioning policy governing this schema document</a>.
 </p>
 </div>
 </div>
 

 <div xmlns="http://www.w3.org/1999/xhtml">
 
 <h3>Father (in any context at all)</h3> 

 <div class="bodytext">
 <p>
 denotes Jon Bosak, the chair of 
 the original XML Working Group. This name is reserved by 
 the following decision of the W3C XML Plenary and 
 XML Coordination groups:
 </p>
 <blockquote>
 <p>
	In appreciation for his vision, leadership and
	dedication the W3C XML Plenary on this 10th day of
	February, 2000, reserves for Jon Bosak in perpetuity
	the XML name "xml:Father".
 </p>
 </blockquote>
 </div>
 </div>
 

 <div id="usage" xml:id="usage" xmlns="http://www.w3.org/1999/xhtml">
 <h2>
 <a name="usage">About this schema document</a>
 </h2>

 <div class="bodytext">
 <p>
 This schema defines attributes and an attribute group suitable
 for use by schemas wishing to allow <code>xml:base</code>,
 <code>xml:lang</code>, <code>xml:space</code> or
 <code>xml:id</code> attributes on elements they define.
 </p>
 <p>
 To enable this, such a schema must import this schema for
 the XML namespace, e.g. as follows:
 </p>
 <pre>
 &lt;schema . . .&gt;
 . . .
 &lt;import namespace="http://www.w3.org/XML/1998/namespace"
 schemaLocation="http://www.w3.org/2001/xml.xsd"/&gt;
 </pre>
 <p>
 or
 </p>
 <pre>
 &lt;import namespace="http://www.w3.org/XML/1998/namespace"
 schemaLocation="http://www.w3.org/2009/01/xml.xsd"/&gt;
 </pre>
 <p>
 Subsequently, qualified reference to any of the attributes or the
 group defined below will have the desired effect, e.g.
 </p>
 <pre>
 &lt;type . . .&gt;
 . . .
 &lt;attributeGroup ref="xml:specialAttrs"/&gt;
 </pre>
 <p>
 will define a type which will schema-validate an instance element
 with any of those attributes.
 </p>
 </div>
 </div>
 

 <div id="nsversioning" xml:id="nsversioning" xmlns="http://www.w3.org/1999/xhtml">
 <h2>
 <a name="nsversioning">Versioning policy for this schema document</a>
 </h2>
 <div class="bodytext">
 <p>
 In keeping with the XML Schema WG's standard versioning
 policy, this schema document will persist at
 <a href="http://www.w3.org/2009/01/xml.xsd">
 http://www.w3.org/2009/01/xml.xsd</a>.
 </p>
 <p>
 At the date of issue it can also be found at
 <a href="http://www.w3.org/2001/xml.xsd">
 http://www.w3.org/2001/xml.xsd</a>.
 </p>
 <p>
 The schema document at that URI may however change in the future,
 in order to remain compatible with the latest version of XML
 Schema itself, or with the XML namespace itself. In other words,
 if the XML Schema or XML namespaces change, the version of this
 document at <a href="http://www.w3.org/2001/xml.xsd">
 http://www.w3.org/2001/xml.xsd 
 </a> 
 will change accordingly; the version at 
 <a href="http://www.w3.org/2009/01/xml.xsd">
 http://www.w3.org/2009/01/xml.xsd 
 </a> 
 will not change.
 </p>
 <p>
 Previous dated (and unchanging) versions of this schema 
 document are at:
 </p>
 <ul>
 <li>
 <a href="http://www.w3.org/2009/01/xml.xsd">
	http://www.w3.org/2009/01/xml.xsd</a>
 </li>
 <li>
 <a href="http://www.w3.org/2007/08/xml.xsd">
	http://www.w3.org/2007/08/xml.xsd</a>
 </li>
 <li>
 <a href="http://www.w3.org/2004/10/xml.xsd">
	http://www.w3.org/2004/10/xml.xsd</a>
 </li>
 <li>
 <a href="http://www.w3.org/2001/03/xml.xsd">
	http://www.w3.org/2001/03/xml.xsd</a>
 </li>
 </ul>
 </div>
 </div>
 "/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="AdditionalUriParametersType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="additionalUriParameters_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1"
eType="#//ParameterType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="parameter"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BaseCamelBinding" eSuperTypes="config.switchyard.ecore#//SwitchYardBindingType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="BaseCamelBinding"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextMapper" eType="ecore:EClass config.switchyard.ecore#//ContextMapperType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="contextMapper"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="messageComposer" eType="ecore:EClass config.switchyard.ecore#//MessageComposerType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="messageComposer"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="additionalUriParameters"
eType="#//AdditionalUriParametersType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="additionalUriParameters"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CamelFileBindingType" eSuperTypes="#//BaseCamelBinding">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="CamelFileBindingType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="directory" 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="element"/>
<details key="name" value="directory"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autoCreate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="autoCreate"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bufferSize" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"
defaultValueLiteral="131072" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="bufferSize"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="fileName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="flatten" 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="element"/>
<details key="name" value="flatten"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="charset" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="charset"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="consume" eType="#//FileConsumerType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="consume"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="produce" eType="#//FileProducerType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="produce"/>
<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="bindingFile" upperBound="-2"
eType="#//CamelFileBindingType" 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="binding.file"/>
<details key="namespace" value="##targetNamespace"/>
<details key="affiliation" value="urn:switchyard-config:switchyard:2.0#binding.switchyard"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileConsumerType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FileConsumerType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="initialDelay" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"
defaultValueLiteral="1000" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="initialDelay"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delay" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"
defaultValueLiteral="500" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="delay"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="useFixedDelay" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="useFixedDelay"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sendEmptyMessageWhenIdle"
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="element"/>
<details key="name" value="sendEmptyMessageWhenIdle"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeUnit" eType="#//TimeUnitType"
defaultValueLiteral="MILLISECONDS" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="timeUnit"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxMessagesPerPoll" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="maxMessagesPerPoll"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="delete" 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="element"/>
<details key="name" value="delete"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="recursive" 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="element"/>
<details key="name" value="recursive"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noop" 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="element"/>
<details key="name" value="noop"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preMove" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="preMove"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="move" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
defaultValueLiteral="">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="move"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="moveFailed" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="moveFailed"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="include" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="include"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exclude" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="exclude"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="idempotent" 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="element"/>
<details key="name" value="idempotent"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="idempotentRepository" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="idempotentRepository"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inProgressRepository" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="inProgressRepository"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="filter"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sorter" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="sorter"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sortBy" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="sortBy"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readLock" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="readLock"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readLockTimeout" eType="ecore:EDataType config.switchyard.ecore#//PropLong"
defaultValueLiteral="10000" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="readLockTimeout"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readLockCheckInterval"
eType="ecore:EDataType config.switchyard.ecore#//PropInteger" defaultValueLiteral="1000"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="readLockCheckInterval"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusiveReadLockStrategy"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="exclusiveReadLockStrategy"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processStrategy" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="processStrategy"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startingDirectoryMustExist"
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="element"/>
<details key="name" value="startingDirectoryMustExist"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="directoryMustExist" 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="element"/>
<details key="name" value="directoryMustExist"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="doneFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="doneFileName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileProducerType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FileProducerType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileExist" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="fileExist"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tempPrefix" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="tempPrefix"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tempFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="tempFileName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="keepLastModified" 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="element"/>
<details key="name" value="keepLastModified"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eagerDeleteTargetFile"
eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="eagerDeleteTargetFile"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="doneFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="doneFileName"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="parameter_._type"/>
<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:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" 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="value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TimeUnitType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="timeUnit_._type"/>
</eAnnotations>
<eLiterals name="NANOSECONDS"/>
<eLiterals name="MICROSECONDS" value="1"/>
<eLiterals name="MILLISECONDS" value="2"/>
<eLiterals name="SECONDS" value="3"/>
<eLiterals name="MINUTES" value="4"/>
<eLiterals name="HOURS" value="5"/>
<eLiterals name="DAYS" value="6"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="TimeUnitTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="timeUnit_._type:Object"/>
<details key="baseType" value="timeUnit_._type"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jboss-switchyard/tools/eclipse/plugins/org.switchyard.tools.models.switchyard1_0/model/component.camel.file.ecore | ecore | file
AdditionalUriParametersType
parameter
BaseCamelBinding
contextMapper
messageComposer
additionalUriParameters
CamelFileBindingType
directory
autoCreate
true
bufferSize
131072
fileName
flatten
false
charset
consume
produce
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
bindingFile
FileConsumerType
initialDelay
1000
delay
500
useFixedDelay
true
sendEmptyMessageWhenIdle
false
timeUnit
MILLISECONDS
maxMessagesPerPoll
delete
false
recursive
false
noop
false
preMove
move
moveFailed
include
exclude
idempotent
false
idempotentRepository
inProgressRepository
filter
sorter
sortBy
readLock
readLockTimeout
10000
readLockCheckInterval
1000
exclusiveReadLockStrategy
processStrategy
startingDirectoryMustExist
false
directoryMustExist
false
doneFileName
FileProducerType
fileExist
tempPrefix
tempFileName
keepLastModified
false
eagerDeleteTargetFile
true
doneFileName
ParameterType
name
value
TimeUnitType
NANOSECONDS
NANOSECONDS
MICROSECONDS
MICROSECONDS
MILLISECONDS
MILLISECONDS
SECONDS
SECONDS
MINUTES
MINUTES
HOURS
HOURS
DAYS
DAYS
TimeUnitTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator | null | {"directed":true,"nodes":[{"nsPrefix":"file","nsURI":"urn:switchyard-component-camel-file:config:2.0","name":"file","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalUriParametersType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseCamelBinding","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CamelFileBindingType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileConsumerType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileProducerType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnitType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TimeUnitTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":9,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":10,"derived":false},{"id":11,"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":"contextMapper","changeable":true,"resolveProxies":false,"lowerBound":0,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"messageComposer","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"additionalUriParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"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":"directory","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"autoCreate","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":131072,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"131072","unsettable":true,"transient":false,"unique":true,"name":"bufferSize","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":"fileName","changeable":true,"lowerBound":0,"iD":false,"id":22,"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":"flatten","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":"charset","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":"consume","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"produce","changeable":true,"resolveProxies":false,"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"},{"id":35,"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":38,"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":"bindingFile","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"},{"ordered":true,"upperBound":1,"defaultValue":1000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":true,"transient":false,"unique":true,"name":"initialDelay","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":500,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"500","unsettable":true,"transient":false,"unique":true,"name":"delay","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"useFixedDelay","changeable":true,"lowerBound":0,"iD":false,"id":46,"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":"sendEmptyMessageWhenIdle","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MILLISECONDS","unsettable":true,"transient":false,"unique":true,"name":"timeUnit","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":true,"transient":false,"unique":true,"name":"maxMessagesPerPoll","changeable":true,"lowerBound":0,"iD":false,"id":49,"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":"delete","changeable":true,"lowerBound":0,"iD":false,"id":50,"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":"recursive","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":"false","unsettable":true,"transient":false,"unique":true,"name":"noop","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":"preMove","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"move","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":"moveFailed","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":"include","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":"exclude","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":"false","unsettable":true,"transient":false,"unique":true,"name":"idempotent","changeable":true,"lowerBound":0,"iD":false,"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":"idempotentRepository","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":"inProgressRepository","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":"filter","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":"sorter","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":"sortBy","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":"readLock","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"10000","unsettable":true,"transient":false,"unique":true,"name":"readLockTimeout","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":true,"transient":false,"unique":true,"name":"readLockCheckInterval","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":"exclusiveReadLockStrategy","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":"processStrategy","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":"false","unsettable":true,"transient":false,"unique":true,"name":"startingDirectoryMustExist","changeable":true,"lowerBound":0,"iD":false,"id":69,"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":"directoryMustExist","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":"doneFileName","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"},{"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"},{"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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileExist","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":"tempPrefix","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":"tempFileName","changeable":true,"lowerBound":0,"iD":false,"id":102,"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":"keepLastModified","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"eagerDeleteTargetFile","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":"doneFileName","changeable":true,"lowerBound":0,"iD":false,"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"},{"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":112,"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":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"name":"NANOSECONDS","id":116,"value":0,"literal":"NANOSECONDS","eClass":"EEnumLiteral"},{"name":"MICROSECONDS","id":117,"value":1,"literal":"MICROSECONDS","eClass":"EEnumLiteral"},{"name":"MILLISECONDS","id":118,"value":2,"literal":"MILLISECONDS","eClass":"EEnumLiteral"},{"name":"SECONDS","id":119,"value":3,"literal":"SECONDS","eClass":"EEnumLiteral"},{"name":"MINUTES","id":120,"value":4,"literal":"MINUTES","eClass":"EEnumLiteral"},{"name":"HOURS","id":121,"value":5,"literal":"HOURS","eClass":"EEnumLiteral"},{"name":"DAYS","id":122,"value":6,"literal":"DAYS","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":1,"target":0},{"source":1,"target":10},{"source":10,"target":7},{"source":10,"target":11},{"source":10,"target":1},{"source":11,"target":7},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":12,"target":16},{"source":12,"target":2},{"source":13,"target":17},{"source":13,"target":2},{"source":14,"target":1},{"source":14,"target":18},{"source":14,"target":2},{"source":18,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"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":26},{"source":3,"target":27},{"source":19,"target":28},{"source":19,"target":3},{"source":20,"target":29},{"source":20,"target":3},{"source":21,"target":30},{"source":21,"target":3},{"source":22,"target":31},{"source":22,"target":3},{"source":23,"target":32},{"source":23,"target":3},{"source":24,"target":33},{"source":24,"target":3},{"source":25,"target":5},{"source":25,"target":34},{"source":25,"target":3},{"source":34,"target":5},{"source":26,"target":6},{"source":26,"target":35},{"source":26,"target":3},{"source":35,"target":6},{"source":27,"target":2},{"source":4,"target":0},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":36,"target":40},{"source":36,"target":4},{"source":37,"target":41},{"source":37,"target":4},{"source":38,"target":42},{"source":38,"target":4},{"source":39,"target":3},{"source":39,"target":43},{"source":39,"target":4},{"source":43,"target":3},{"source":5,"target":0},{"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":5,"target":50},{"source":5,"target":51},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":5,"target":62},{"source":5,"target":63},{"source":5,"target":64},{"source":5,"target":65},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":5,"target":70},{"source":5,"target":71},{"source":44,"target":72},{"source":44,"target":5},{"source":45,"target":73},{"source":45,"target":5},{"source":46,"target":74},{"source":46,"target":5},{"source":47,"target":75},{"source":47,"target":5},{"source":48,"target":8},{"source":48,"target":76},{"source":48,"target":5},{"source":76,"target":8},{"source":49,"target":77},{"source":49,"target":5},{"source":50,"target":78},{"source":50,"target":5},{"source":51,"target":79},{"source":51,"target":5},{"source":52,"target":80},{"source":52,"target":5},{"source":53,"target":81},{"source":53,"target":5},{"source":54,"target":82},{"source":54,"target":5},{"source":55,"target":83},{"source":55,"target":5},{"source":56,"target":84},{"source":56,"target":5},{"source":57,"target":85},{"source":57,"target":5},{"source":58,"target":86},{"source":58,"target":5},{"source":59,"target":87},{"source":59,"target":5},{"source":60,"target":88},{"source":60,"target":5},{"source":61,"target":89},{"source":61,"target":5},{"source":62,"target":90},{"source":62,"target":5},{"source":63,"target":91},{"source":63,"target":5},{"source":64,"target":92},{"source":64,"target":5},{"source":65,"target":93},{"source":65,"target":5},{"source":66,"target":94},{"source":66,"target":5},{"source":67,"target":95},{"source":67,"target":5},{"source":68,"target":96},{"source":68,"target":5},{"source":69,"target":97},{"source":69,"target":5},{"source":70,"target":98},{"source":70,"target":5},{"source":71,"target":99},{"source":71,"target":5},{"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":100,"target":106},{"source":100,"target":6},{"source":101,"target":107},{"source":101,"target":6},{"source":102,"target":108},{"source":102,"target":6},{"source":103,"target":109},{"source":103,"target":6},{"source":104,"target":110},{"source":104,"target":6},{"source":105,"target":111},{"source":105,"target":6},{"source":7,"target":0},{"source":7,"target":112},{"source":7,"target":113},{"source":112,"target":114},{"source":112,"target":7},{"source":113,"target":115},{"source":113,"target":7},{"source":8,"target":0},{"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":116,"target":8},{"source":117,"target":8},{"source":118,"target":8},{"source":119,"target":8},{"source":120,"target":8},{"source":121,"target":8},{"source":122,"target":8},{"source":9,"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="CompLang" nsURI="http://complang/1.0" nsPrefix="comp">
<eAnnotations source="features">
<details key="file" value="model.xml"/>
</eAnnotations>
<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="Arquitecture">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" ordered="false" upperBound="-1" eType="#//Component">
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectors" ordered="false" upperBound="-1" eType="#//Connector">
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Component">
<eAnnotations source="presence">
<details key="condition" value="ComponentBehaviour"/>
<details key="constraint" value="BehaviourNotInComposedComponents"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="PortNamesUnique BehaviourNotInComposedComponents"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="PortNamesUnique" value="ports->isUnique(name)"/>
<details key="BehaviourNotInComposedComponents" value="subcomponents->isEmpty() and subconnectors->isEmpty()"/>
</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="innerAutoconnectStatements" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="presence">
<details key="condition" value="Autoconnect"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="replicationCondition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="presence">
<details key="condition" value="Replication"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subcomponents" ordered="false" upperBound="-1" eType="#//Component" containment="true">
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subconnectors" ordered="false" upperBound="-1" eType="#//Connector" containment="true">
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" ordered="false" upperBound="-1" eType="#//Port" containment="true">
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="behaviour" lowerBound="1" eType="#//Behaviour" containment="true">
<eAnnotations source="presence">
<details key="condition" value="ComponentBehaviour"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<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="EncryptedPort" eSuperTypes="#//Port">
<eAnnotations source="presence">
<details key="condition" value="Encryption"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="validProtocols"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="validProtocols" value="type = 'DES' or type= 'AES'"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Behaviour" abstract="true">
<eAnnotations source="presence">
<details key="condition" value="ComponentBehaviour"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StructuredTextBeh" eSuperTypes="#//Behaviour">
<eAnnotations source="presence">
<details key="condition" value="StructuredTextBehaviour"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="behaviour" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IOAutomaton" eSuperTypes="#//Behaviour">
<eAnnotations source="presence">
<details key="condition" value="InputOutputAutomata"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="UniqueInitialStates"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="UniqueInitialStates" value="states->one(isInitial)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" ordered="false" upperBound="-1" eType="#//State">
<eAnnotations source="http://www.eclipse.org/OCL/Collection">
<details key="nullFree" value="false"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State">
<eAnnotations source="presence">
<details key="condition" value="InputOutputAutomata"/>
</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="isInitial" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eAnnotations source="presence">
<details key="condition" value="InputOutputAutomata"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Guard"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="src" eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tar" eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Guard" abstract="true">
<eAnnotations source="presence">
<details key="condition" value="InputOutputAutomata"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaExpression" eSuperTypes="#//Guard">
<eAnnotations source="presence">
<details key="condition" value="JavaExpression"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="GuardExprBoolean"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="GuardExprBoolean" value="returnType = 'boolean' or returnType = 'Boolean'"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connector">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Port"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Port"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/merlin-pl/merlin/examples/ComponentLang/ComponentLang.ecore | ecore | CompLang
Arquitecture
components
connectors
Component
name
innerAutoconnectStatements
replicationCondition
subcomponents
subconnectors
ports
behaviour
Port
name
type
EncryptedPort
Behaviour
StructuredTextBeh
behaviour
IOAutomaton
states
State
name
isInitial
Transition
guard
src
tar
Guard
JavaExpression
expression
returnType
Connector
from
to | null | {"directed":true,"nodes":[{"nsPrefix":"comp","nsURI":"http://complang/1.0","name":"CompLang","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arquitecture","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncryptedPort","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behaviour","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredTextBeh","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IOAutomaton","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaExpression","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"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":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"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":"connectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"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":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":"innerAutoconnectStatements","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":"replicationCondition","changeable":true,"lowerBound":0,"iD":false,"id":19,"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":"subcomponents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"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":"subconnectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"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":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"behaviour","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"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":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":"type","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"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":"behaviour","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"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":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"name","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":"isInitial","changeable":true,"lowerBound":0,"iD":false,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"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":"src","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":"tar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"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":"expression","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":"returnType","changeable":true,"lowerBound":0,"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":"from","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"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":1,"target":0},{"source":1,"target":13},{"source":1,"target":14},{"source":13,"target":2},{"source":13,"target":15},{"source":13,"target":1},{"source":15,"target":2},{"source":14,"target":12},{"source":14,"target":16},{"source":14,"target":1},{"source":16,"target":12},{"source":2,"target":0},{"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":17,"target":24},{"source":17,"target":2},{"source":18,"target":25},{"source":18,"target":2},{"source":19,"target":26},{"source":19,"target":2},{"source":20,"target":2},{"source":20,"target":27},{"source":20,"target":2},{"source":27,"target":2},{"source":21,"target":12},{"source":21,"target":28},{"source":21,"target":2},{"source":28,"target":12},{"source":22,"target":3},{"source":22,"target":29},{"source":22,"target":2},{"source":29,"target":3},{"source":23,"target":5},{"source":23,"target":30},{"source":23,"target":2},{"source":30,"target":5},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":31,"target":33},{"source":31,"target":3},{"source":32,"target":34},{"source":32,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":35},{"source":35,"target":3},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":36},{"source":6,"target":37},{"source":36,"target":38},{"source":36,"target":6},{"source":37,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":39},{"source":7,"target":40},{"source":39,"target":8},{"source":39,"target":41},{"source":39,"target":7},{"source":41,"target":8},{"source":40,"target":5},{"source":8,"target":0},{"source":8,"target":42},{"source":8,"target":43},{"source":42,"target":44},{"source":42,"target":8},{"source":43,"target":45},{"source":43,"target":8},{"source":9,"target":0},{"source":9,"target":46},{"source":9,"target":47},{"source":9,"target":48},{"source":46,"target":10},{"source":46,"target":49},{"source":46,"target":9},{"source":49,"target":10},{"source":47,"target":8},{"source":47,"target":50},{"source":47,"target":9},{"source":50,"target":8},{"source":48,"target":8},{"source":48,"target":51},{"source":48,"target":9},{"source":51,"target":8},{"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":52,"target":55},{"source":52,"target":11},{"source":53,"target":56},{"source":53,"target":11},{"source":54,"target":10},{"source":12,"target":0},{"source":12,"target":57},{"source":12,"target":58},{"source":57,"target":3},{"source":57,"target":59},{"source":57,"target":12},{"source":59,"target":3},{"source":58,"target":3},{"source":58,"target":60},{"source":58,"target":12},{"source":60,"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="ncore" nsURI="urn:org.nasdanika.ncore" nsPrefix="org.nasdanika.ncore">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Nasdanika core model containing common classes"/>
</eAnnotations>
<eAnnotations source="urn:org.nasdanika">
<details key="category" value="General"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Model element with a description."/>
</eAnnotations>
<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="If title is set it is used by default as element text/label."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Model element description in markdown."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element with a name."/>
</eAnnotations>
<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="Element name."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity" abstract="true" eSuperTypes="#//ModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Element with a unique auto-generated identity."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A unique auto-generated entity identifier."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Configurable" abstract="true" interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Model element which contains configuration entries."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="configuration" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Configuration entries."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="#//ModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Service gets its result from the context's service with the specified type. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Fully qualified Java type name of the service. "/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Supplier" eSuperTypes="#//ModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Supplier computes it result using an adapter obtained from a factory. "/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="factory"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="factory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Supplier named factory id in the form of ``<bundle symbolic name>/<factory id>``. 
The factory shall be for ${javadoc/org.nasdanika.common.SupplierFactory} and ${javadoc/org.nasdanika.common.FunctionFactory} for [Operation](Operation.html) and [Function](Function.html)."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Resource loads content from URL and converts to the element type. If type is blank then it supplies the URL as is. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" 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="Resource location resolved relative to the containing model file (resource)."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interpolate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If this flag is set to true and the type is ``java.lang.String`` then the string is interpolated. This flag is ignored otherwise."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//ModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Reference delegates its functionality to its target. It is primarily used to build multi-resource (file) models."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="target"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Reference to the target supplier factory."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Value" eSuperTypes="#//Supplier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Value computes its result from text. If factory is empty then computation result is the value text interpolated if ``interpolate`` is set to true.
Otherwise an adapter created by the factory provides value result.
"/>
</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="Textual representation of the value. If interpolate is ``true`` then the value is interpolated in the context.
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interpolate" 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="If ``true`` (default) the value is interpolated."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Null" eSuperTypes="#//Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Typed null can be used as an operation argument."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//Supplier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Operation computes its result the operation arguments using a ${javadoc/org.nasdanika.common.FunctionFactory} adapter created by the factory.
Arguments are passed as a list of objects to the function."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Operation arguments."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Array" eSuperTypes="#//ModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A sequence of elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Array elements."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractEntry" abstract="true" eSuperTypes="#//NamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Supplier factory with a name."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" 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="If this attribute is set to ``false`` the entry is "commented out" - not included into its container result."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Map" eSuperTypes="#//ModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A collection of entries mapping names to results."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="entries"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//AbstractEntry" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Map entries."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//Value #//AbstractEntry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Property is a named value."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//Operation #//AbstractEntry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Function is a named operation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="List" eSuperTypes="#//Array #//AbstractEntry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List is a named array."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Object" eSuperTypes="#//Map #//AbstractEntry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Object is a named map."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HttpMethod">
<eLiterals name="GET"/>
<eLiterals name="POST" value="1"/>
<eLiterals name="PUT" value="2" literal="PUT"/>
<eLiterals name="DELETE" value="3"/>
<eLiterals name="PATCH" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HttpCall" eSuperTypes="#//ModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Makes an HTTP Call. Converts result to Map/List for ``application/json`` content type, to text for ``text/...`` content types. Returns a byte array otherwise."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="url" 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="URL resolved relative to the model."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="method" eType="#//HttpMethod"
defaultValueLiteral="GET"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="headers" upperBound="-1"
eType="#//AbstractEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="connectTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="60">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Connect timeout in seconds"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readTimeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="60">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Read timeout in seconds"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="successCode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="200">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="HTTP response code indicating success."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Html" eSuperTypes="#//Supplier">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="HTML text."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" 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 content"/>
</eAnnotations>
<eAnnotations source="urn:org.nasdanika">
<details key="content-type" value="text/html"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="interpolate" 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="If ``true`` (default) the HTML content is interpolated."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Script" abstract="true" eSuperTypes="#//ModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Evaluates JavaScript code with provided bindings. Context is available via ``context`` binding."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="bindings"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//AbstractEntry" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Script bindings. ``context`` binding is reserved for execution context."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScriptText" eSuperTypes="#//Script">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Evaluates script code."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="code" 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="JavaScript code."/>
</eAnnotations>
<eAnnotations source="urn:org.nasdanika">
<details key="content-type" value="text/code"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScriptResource" eSuperTypes="#//Script">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Evaluates script loaded from a resource."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" 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="Script resource location. The resource location is resolved relative to the model resource."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entry" eSuperTypes="#//AbstractEntry">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Entry is a mapping of a name to value providing model element."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Entry value providing model element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Nasdanika/core/ncore/model/ncore.ecore | ecore | ncore
ModelElement
title
description
NamedElement
name
Entity
id
Configurable
configuration
Service
type
Supplier
factory
Resource
location
interpolate
Reference
target
Value
value
interpolate
true
Null
Operation
arguments
Array
elements
AbstractEntry
enabled
true
Map
entries
Property
Function
List
Object
HttpMethod
GET
GET
POST
POST
PUT
PUT
DELETE
DELETE
PATCH
PATCH
HttpCall
url
method
GET
headers
connectTimeout
60
readTimeout
60
successCode
200
body
Html
content
interpolate
true
Script
bindings
ScriptText
code
ScriptResource
location
Entry
value | null | {"directed":true,"nodes":[{"nsPrefix":"org.nasdanika.ncore","nsURI":"urn:org.nasdanika.ncore","name":"ncore","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configurable","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Supplier","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Null","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Array","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractEntry","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Map","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HttpMethod","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HttpCall","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Html","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptText","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptResource","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entry","instanceClass":null,"abstract":false,"id":25,"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":"title","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":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":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"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":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":"id","changeable":true,"lowerBound":0,"iD":true,"id":33,"derived":false},{"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":"configuration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"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":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":"factory","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"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":"location","changeable":true,"lowerBound":1,"iD":false,"id":44,"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":"interpolate","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"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":"value","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":"interpolate","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"},{"container":false,"ordered":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":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"container":false,"ordered":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":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"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":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":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":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"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":"GET","id":78,"value":0,"literal":"GET","eClass":"EEnumLiteral"},{"name":"POST","id":79,"value":1,"literal":"POST","eClass":"EEnumLiteral"},{"name":"PUT","id":80,"value":2,"literal":"PUT","eClass":"EEnumLiteral"},{"name":"DELETE","id":81,"value":3,"literal":"DELETE","eClass":"EEnumLiteral"},{"name":"PATCH","id":82,"value":4,"literal":"PATCH","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":"url","changeable":true,"lowerBound":1,"iD":false,"id":83,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"GET","unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"lowerBound":0,"iD":false,"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":"headers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":60,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"60","unsettable":false,"transient":false,"unique":true,"name":"connectTimeout","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":60,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"60","unsettable":false,"transient":false,"unique":true,"name":"readTimeout","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":200,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"200","unsettable":false,"transient":false,"unique":true,"name":"successCode","changeable":true,"lowerBound":0,"iD":false,"id":88,"derived":false},{"container":false,"ordered":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":89,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":98,"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":"interpolate","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":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":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"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":"code","changeable":true,"lowerBound":1,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"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":"location","changeable":true,"lowerBound":1,"iD":false,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"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":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"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":1,"target":0},{"source":1,"target":26},{"source":1,"target":27},{"source":26,"target":28},{"source":26,"target":1},{"source":27,"target":29},{"source":27,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":30},{"source":2,"target":31},{"source":30,"target":32},{"source":30,"target":2},{"source":31,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":33},{"source":3,"target":34},{"source":33,"target":35},{"source":33,"target":3},{"source":34,"target":1},{"source":4,"target":0},{"source":4,"target":36},{"source":36,"target":37},{"source":36,"target":4},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":38},{"source":5,"target":39},{"source":38,"target":40},{"source":38,"target":5},{"source":39,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":41},{"source":6,"target":42},{"source":41,"target":43},{"source":41,"target":6},{"source":42,"target":1},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":44,"target":47},{"source":44,"target":7},{"source":45,"target":48},{"source":45,"target":7},{"source":46,"target":5},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":49},{"source":8,"target":50},{"source":49,"target":51},{"source":49,"target":8},{"source":50,"target":1},{"source":9,"target":0},{"source":9,"target":6},{"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":6},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":57},{"source":57,"target":5},{"source":11,"target":0},{"source":11,"target":6},{"source":11,"target":58},{"source":11,"target":59},{"source":58,"target":60},{"source":58,"target":11},{"source":59,"target":6},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":61},{"source":12,"target":62},{"source":61,"target":63},{"source":61,"target":12},{"source":62,"target":1},{"source":13,"target":0},{"source":13,"target":2},{"source":13,"target":64},{"source":13,"target":65},{"source":64,"target":66},{"source":64,"target":13},{"source":65,"target":2},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":67},{"source":14,"target":68},{"source":67,"target":13},{"source":67,"target":69},{"source":67,"target":14},{"source":69,"target":13},{"source":68,"target":1},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":13},{"source":15,"target":70},{"source":15,"target":71},{"source":70,"target":9},{"source":71,"target":13},{"source":16,"target":0},{"source":16,"target":11},{"source":16,"target":13},{"source":16,"target":72},{"source":16,"target":73},{"source":72,"target":11},{"source":73,"target":13},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":13},{"source":17,"target":74},{"source":17,"target":75},{"source":74,"target":12},{"source":75,"target":13},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":13},{"source":18,"target":76},{"source":18,"target":77},{"source":76,"target":14},{"source":77,"target":13},{"source":19,"target":0},{"source":19,"target":78},{"source":19,"target":79},{"source":19,"target":80},{"source":19,"target":81},{"source":19,"target":82},{"source":78,"target":19},{"source":79,"target":19},{"source":80,"target":19},{"source":81,"target":19},{"source":82,"target":19},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":83},{"source":20,"target":84},{"source":20,"target":85},{"source":20,"target":86},{"source":20,"target":87},{"source":20,"target":88},{"source":20,"target":89},{"source":20,"target":90},{"source":83,"target":91},{"source":83,"target":20},{"source":84,"target":19},{"source":84,"target":92},{"source":84,"target":20},{"source":92,"target":19},{"source":85,"target":13},{"source":85,"target":93},{"source":85,"target":20},{"source":93,"target":13},{"source":86,"target":94},{"source":86,"target":20},{"source":87,"target":95},{"source":87,"target":20},{"source":88,"target":96},{"source":88,"target":20},{"source":89,"target":97},{"source":89,"target":20},{"source":90,"target":1},{"source":21,"target":0},{"source":21,"target":6},{"source":21,"target":98},{"source":21,"target":99},{"source":21,"target":100},{"source":98,"target":101},{"source":98,"target":21},{"source":99,"target":102},{"source":99,"target":21},{"source":100,"target":6},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":103},{"source":22,"target":104},{"source":103,"target":13},{"source":103,"target":105},{"source":103,"target":22},{"source":105,"target":13},{"source":104,"target":1},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":106},{"source":23,"target":107},{"source":106,"target":108},{"source":106,"target":23},{"source":107,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":109},{"source":24,"target":110},{"source":109,"target":111},{"source":109,"target":24},{"source":110,"target":22},{"source":25,"target":0},{"source":25,"target":13},{"source":25,"target":112},{"source":25,"target":113},{"source":112,"target":114},{"source":112,"target":25},{"source":113,"target":13}],"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="javaapplication"
nsURI="http://www.eclipse.org/MoDisco/Java/Composition/0.1.incubation/javaApplication"
nsPrefix="javaapplication">
<eClassifiers xsi:type="ecore:EClass" name="JavaNodeSourceRegion" eSuperTypes="platform:/plugin/org.eclipse.modisco.kdm.source.extension/model/kdmSourceExtension.ecore#//source/extension/ASTNodeSourceRegion">
<eStructuralFeatures xsi:type="ecore:EReference" name="javaNode" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmt.modisco.java/model/java.ecore#//ASTNode"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Java2File" eSuperTypes="platform:/plugin/org.eclipse.modisco.kdm.source.extension/model/kdmSourceExtension.ecore#//source/extension/CodeUnit2File">
<eStructuralFeatures xsi:type="ecore:EReference" name="javaUnit" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmt.modisco.java/model/java.ecore#//CompilationUnit"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1"
eType="#//Java2Directory" eOpposite="#//Java2Directory/java2FileChildren"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaApplication">
<eStructuralFeatures xsi:type="ecore:EReference" name="javaModel" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmt.modisco.java/model/java.ecore#//Model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deploymentModel" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmt.modisco.omg.kdm/model/kdm.ecore#//source/InventoryModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="java2DirectoryChildren"
upperBound="-1" eType="#//Java2Directory" eOpposite="#//Java2Directory/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="jar2FileChildren" upperBound="-1"
eType="#//JavaJar2File" containment="true" eOpposite="#//JavaJar2File/parent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Java2Directory">
<eStructuralFeatures xsi:type="ecore:EReference" name="javaPackage" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmt.modisco.java/model/java.ecore#//Package"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="directory" lowerBound="1"
upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.gmt.modisco.omg.kdm/model/kdm.ecore#//source/Directory"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1"
eType="#//JavaApplication" eOpposite="#//JavaApplication/java2DirectoryChildren"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="java2FileChildren" upperBound="-1"
eType="#//Java2File" eOpposite="#//Java2File/parent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaJar2File">
<eStructuralFeatures xsi:type="ecore:EReference" name="javaArchive" lowerBound="1"
eType="ecore:EClass platform:/plugin/org.eclipse.gmt.modisco.java/model/java.ecore#//Archive"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="file" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.gmt.modisco.omg.kdm/model/kdm.ecore#//source/BinaryFile"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" lowerBound="1"
eType="#//JavaApplication" eOpposite="#//JavaApplication/jar2FileChildren"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/atlanmod/modisco/modisco-models/org.eclipse.modisco.java.composition/src/main/resources/model/javaApplication.ecore | ecore | javaapplication
JavaNodeSourceRegion
javaNode
Java2File
javaUnit
parent
JavaApplication
javaModel
deploymentModel
java2DirectoryChildren
jar2FileChildren
Java2Directory
javaPackage
directory
parent
java2FileChildren
JavaJar2File
javaArchive
file
parent | null | {"directed":true,"nodes":[{"nsPrefix":"javaapplication","nsURI":"http://www.eclipse.org/MoDisco/Java/Composition/0.1.incubation/javaApplication","name":"javaapplication","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaNodeSourceRegion","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Java2File","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaApplication","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Java2Directory","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaJar2File","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"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":"javaNode","changeable":false,"resolveProxies":true,"lowerBound":1,"id":6,"derived":true},{"id":7,"eClass":"EGenericType"},{"id":8,"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":"javaUnit","changeable":false,"resolveProxies":true,"lowerBound":1,"id":9,"derived":true},{"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"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":"java2FileChildren","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"javaModel","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"deploymentModel","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"java2DirectoryChildren","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":true,"unsettable":false,"transient":false,"unique":true,"name":"jar2FileChildren","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"id":23,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"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":"javaPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"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":"directory","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"javaArchive","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"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":"file","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":6,"target":8},{"source":6,"target":1},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":9,"target":12},{"source":9,"target":2},{"source":10,"target":4},{"source":10,"target":13},{"source":10,"target":2},{"source":10,"target":14},{"source":13,"target":4},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":15,"target":19},{"source":15,"target":3},{"source":16,"target":20},{"source":16,"target":3},{"source":17,"target":4},{"source":17,"target":21},{"source":17,"target":3},{"source":17,"target":22},{"source":21,"target":4},{"source":18,"target":5},{"source":18,"target":23},{"source":18,"target":3},{"source":18,"target":24},{"source":23,"target":5},{"source":4,"target":0},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":22},{"source":4,"target":14},{"source":25,"target":27},{"source":25,"target":4},{"source":26,"target":28},{"source":26,"target":4},{"source":22,"target":3},{"source":22,"target":29},{"source":22,"target":4},{"source":22,"target":17},{"source":29,"target":3},{"source":14,"target":2},{"source":14,"target":30},{"source":14,"target":4},{"source":14,"target":10},{"source":30,"target":2},{"source":5,"target":0},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":24},{"source":31,"target":33},{"source":31,"target":5},{"source":32,"target":34},{"source":32,"target":5},{"source":24,"target":3},{"source":24,"target":35},{"source":24,"target":5},{"source":24,"target":18},{"source":35,"target":3}],"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="iot2" nsURI="http://iot2/" nsPrefix="iot2">
<eClassifiers xsi:type="ecore:EClass" name="System">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="//HWComponent" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="boards" upperBound="-1" eType="//Board" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sketch" eType="//Sketch" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Board">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="//BoardType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" eType="//HWComponent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sketch">
<eStructuralFeatures xsi:type="ecore:EReference" name="activity" eType="//Activity" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HWComponent" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="//OperationDef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sensor" eSuperTypes="//HWComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="Actuator" eSuperTypes="//HWComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="//ActivityNode" containment="true" eOpposite="//ActivityNode/activity"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="//ActivityEdge" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="locals" upperBound="-1" eType="//Variable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputs" upperBound="-1" eType="//Variable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationDef" eSuperTypes="//Contained //Typed">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="//ParameterDef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isOneway">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contexts" upperBound="-1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="canRaise" upperBound="-1" eType="//ExceptionDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lua" eType="//Block" containment="true">
<eAnnotations source="aspect"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BoardType">
<eLiterals name="RaspberryPi"/>
<eLiterals name="Arduino" value="1"/>
<eLiterals name="BeagleBoard" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Contained" abstract="true" eSuperTypes="//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="repositoryId">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="absoluteName">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="definedIn" eType="//Container" eOpposite="//Container/contains"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"/>
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Container" abstract="true" eSuperTypes="//Contained">
<eStructuralFeatures xsi:type="ecore:EReference" name="contains" upperBound="-1" eType="//Contained" containment="true" eOpposite="//Contained/definedIn"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Typed" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="containedType" eType="//IDLType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sharedType" eType="//TypedefDef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IDLType" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeCode" eType="//ETypeCode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ETypeCode" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedefDef" abstract="true" eSuperTypes="//IDLType //Contained"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterDef" eSuperTypes="//Typed">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="//ParameterMode"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ParameterMode">
<eLiterals name="PARAM_IN"/>
<eLiterals name="PARAM_OUT" value="1"/>
<eLiterals name="PARAM_INOUT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExceptionDef" eSuperTypes="//Contained">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="typeCode" eType="//ETypeCode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="//Field" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Field" eSuperTypes="//Typed">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveDef" eSuperTypes="//IDLType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="//PrimitiveKind"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PrimitiveKind">
<eLiterals name="PK_NULL"/>
<eLiterals name="PK_VOID" value="1"/>
<eLiterals name="PK_SHORT" value="2"/>
<eLiterals name="PK_LONG" value="3"/>
<eLiterals name="PK_USHORT" value="4"/>
<eLiterals name="PK_ULONG" value="5"/>
<eLiterals name="PK_FLOAT" value="6"/>
<eLiterals name="PK_DOUBLE" value="7"/>
<eLiterals name="PK_BOOLEAN" value="8"/>
<eLiterals name="PK_CHAR" value="9"/>
<eLiterals name="PK_OCTET" value="10"/>
<eLiterals name="PK_ANY" value="11"/>
<eLiterals name="PK_LONGDOUBLE" value="12"/>
<eLiterals name="PK_WSTRING" value="13"/>
<eLiterals name="PK_TYPECODE" value="14"/>
<eLiterals name="PK_WCHAR" value="15"/>
<eLiterals name="PK_PRINCIPAL" value="16"/>
<eLiterals name="PK_STRING" value="17"/>
<eLiterals name="PK_ULONGLONG" value="18"/>
<eLiterals name="PK_OBJREF" value="19"/>
<eLiterals name="PK_LONGLONG" value="20"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Chunk"/>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="//Chunk">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="//Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" eType="//LastStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LastStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="LastStatement_Return" eSuperTypes="//LastStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="LastStatement_Break" eSuperTypes="//LastStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="Statement_Block" eSuperTypes="//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="//Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement_While" eSuperTypes="//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="//Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement_Repeat" eSuperTypes="//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="//Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement_If_Then_Else" eSuperTypes="//Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExpression" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifBlock" eType="//Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseIf" upperBound="-1" eType="//Statement_If_Then_Else_ElseIfPart" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="//Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement_If_Then_Else_ElseIfPart">
<eStructuralFeatures xsi:type="ecore:EReference" name="elseifExpression" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseifBlock" eType="//Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement_For_Numeric" eSuperTypes="//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iteratorName">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="startExpr" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="untilExpr" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stepExpr" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="//Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement_For_Generic" eSuperTypes="//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="names" unique="false" upperBound="-1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="//Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement_GlobalFunction_Declaration" eSuperTypes="//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" unique="false" upperBound="-1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functionName">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="//Function" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement_LocalFunction_Declaration" eSuperTypes="//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="functionName">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="//Function" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement_Local_Variable_Declaration" eSuperTypes="//Statement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variableNames" unique="false" upperBound="-1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" upperBound="-1" eType="//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement_FunctioncallOrAssignment" eSuperTypes="//Statement"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="//Statement_FunctioncallOrAssignment"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression_Nil" eSuperTypes="//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression_True" eSuperTypes="//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression_False" eSuperTypes="//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression_Number" eSuperTypes="//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_VarArgs" eSuperTypes="//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression_String" eSuperTypes="//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_Function" eSuperTypes="//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="//Function" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_TableConstructor" eSuperTypes="//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="fields" upperBound="-1" eType="//Field" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" unique="false" upperBound="-1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varArgs">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="//Block" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Functioncall_Arguments">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Field_AddEntryToTable_Brackets" eSuperTypes="//Field">
<eStructuralFeatures xsi:type="ecore:EReference" name="indexExpression" eType="//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Field_AddEntryToTable" eSuperTypes="//Field">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Field_AppendEntryToTable" eSuperTypes="//Field"/>
<eClassifiers xsi:type="ecore:EClass" name="LastStatement_ReturnWithValue" eSuperTypes="//LastStatement_Return">
<eStructuralFeatures xsi:type="ecore:EReference" name="returnValues" upperBound="-1" eType="//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement_Assignment" eSuperTypes="//Statement_FunctioncallOrAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement_CallMemberFunction" eSuperTypes="//Statement_FunctioncallOrAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberFunctionName">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" eType="//Functioncall_Arguments" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement_CallFunction" eSuperTypes="//Statement_FunctioncallOrAssignment">
<eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" eType="//Functioncall_Arguments" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_Or" eSuperTypes="//Expression">
<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:EClass" name="Expression_And" eSuperTypes="//Expression">
<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:EClass" name="Expression_Larger" eSuperTypes="//Expression">
<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:EClass" name="Expression_Larger_Equal" eSuperTypes="//Expression">
<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:EClass" name="Expression_Smaller" eSuperTypes="//Expression">
<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:EClass" name="Expression_Smaller_Equal" eSuperTypes="//Expression">
<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:EClass" name="Expression_Equal" eSuperTypes="//Expression">
<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:EClass" name="Expression_Not_Equal" eSuperTypes="//Expression">
<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:EClass" name="Expression_Concatenation" eSuperTypes="//Expression">
<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:EClass" name="Expression_Plus" eSuperTypes="//Expression">
<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:EClass" name="Expression_Minus" eSuperTypes="//Expression">
<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:EClass" name="Expression_Multiplication" eSuperTypes="//Expression">
<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:EClass" name="Expression_Division" eSuperTypes="//Expression">
<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:EClass" name="Expression_Modulo" eSuperTypes="//Expression">
<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:EClass" name="Expression_Negate" eSuperTypes="//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_Length" eSuperTypes="//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_Invert" eSuperTypes="//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_Exponentiation" eSuperTypes="//Expression">
<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:EClass" name="Expression_CallMemberFunction" eSuperTypes="//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberFunctionName">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" eType="//Functioncall_Arguments" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_CallFunction" eSuperTypes="//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" eType="//Functioncall_Arguments" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_AccessArray" eSuperTypes="//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="array" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_AccessMember" eSuperTypes="//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="object" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="memberName">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression_VariableName" eSuperTypes="//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variable">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Object" instanceClassName="java.lang.Object"/>
<eClassifiers xsi:type="ecore:EDataType" name="Stack" instanceClassName="java.util.Stack"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" eType="//ActivityEdge" eOpposite="//ActivityEdge/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" eType="//ActivityEdge" eOpposite="//ActivityEdge/target"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="activity" lowerBound="1" eType="//Activity" eOpposite="//Activity/nodes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="running" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" abstract="true" eSuperTypes="//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="//ActivityNode" eOpposite="//ActivityNode/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="//ActivityNode" eOpposite="//ActivityNode/incoming"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="//ActivityEdge">
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="//BooleanVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" abstract="true" eSuperTypes="//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" abstract="true" eSuperTypes="//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" abstract="true" eSuperTypes="//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueAction" eSuperTypes="//Action">
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="service" eType="//OperationDef">
<eAnnotations source="aspect"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" abstract="true" eSuperTypes="//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable">
<eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="//Value" containment="true"/>
<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="currentValue" eType="//Value" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerVariable" eSuperTypes="//Variable"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanVariable" eSuperTypes="//Variable"/>
<eClassifiers xsi:type="ecore:EClass" name="Value"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="//Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1">
<eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExpression" abstract="true" eSuperTypes="//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand2" eType="//IntegerVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand1" eType="//IntegerVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExpression" abstract="true" eSuperTypes="//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" lowerBound="1" eType="//BooleanVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerCalculationExpression" eSuperTypes="//IntegerExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" lowerBound="1" eType="//IntegerVariable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="//IntegerCalculationOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerComparisonExpression" eSuperTypes="//IntegerExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="assignee" lowerBound="1" eType="//BooleanVariable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="//IntegerComparisonOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="IntegerCalculationOperator">
<eLiterals name="ADD"/>
<eLiterals name="SUBRACT" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="IntegerComparisonOperator">
<eLiterals name="SMALLER"/>
<eLiterals name="SMALLER_EQUALS" value="1"/>
<eLiterals name="EQUALS" value="2"/>
<eLiterals name="GREATER_EQUALS" value="3"/>
<eLiterals name="GREATER" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanUnaryExpression" eSuperTypes="//BooleanExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="//BooleanVariable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="//BooleanUnaryOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanBinaryExpression" eSuperTypes="//BooleanExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand1" lowerBound="1" eType="//BooleanVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand2" lowerBound="1" eType="//BooleanVariable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" lowerBound="1" eType="//BooleanBinaryOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BooleanUnaryOperator">
<eLiterals name="NOT"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BooleanBinaryOperator">
<eLiterals name="AND"/>
<eLiterals name="OR" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="//Value" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="//Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Input">
<eStructuralFeatures xsi:type="ecore:EReference" name="inputValues" upperBound="-1" eType="//InputValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Token">
<eStructuralFeatures xsi:type="ecore:EReference" name="holder" eType="//ActivityNode">
<eAnnotations source="aspect"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trace">
<eStructuralFeatures xsi:type="ecore:EReference" name="executedNodes" upperBound="-1" eType="//ActivityNode">
<eAnnotations source="aspect"/>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/diverse-project/melange-examples/IoT2/fr.inria.diverse.iot2.iot2/model/IoT2.ecore | ecore | iot2
System
name
components
boards
sketch
Board
name
type
components
Sketch
activity
HWComponent
name
services
Sensor
Actuator
Activity
nodes
edges
locals
inputs
OperationDef
parameters
isOneway
contexts
canRaise
lua
BoardType
RaspberryPi
RaspberryPi
Arduino
Arduino
BeagleBoard
BeagleBoard
Contained
repositoryId
version
absoluteName
definedIn
NamedElement
identifier
name
Container
contains
Typed
containedType
sharedType
IDLType
typeCode
ETypeCode
java.lang.String
java.lang.String
TypedefDef
ParameterDef
identifier
direction
ParameterMode
PARAM_IN
PARAM_IN
PARAM_OUT
PARAM_OUT
PARAM_INOUT
PARAM_INOUT
ExceptionDef
typeCode
members
Field
identifier
value
PrimitiveDef
kind
PrimitiveKind
PK_NULL
PK_NULL
PK_VOID
PK_VOID
PK_SHORT
PK_SHORT
PK_LONG
PK_LONG
PK_USHORT
PK_USHORT
PK_ULONG
PK_ULONG
PK_FLOAT
PK_FLOAT
PK_DOUBLE
PK_DOUBLE
PK_BOOLEAN
PK_BOOLEAN
PK_CHAR
PK_CHAR
PK_OCTET
PK_OCTET
PK_ANY
PK_ANY
PK_LONGDOUBLE
PK_LONGDOUBLE
PK_WSTRING
PK_WSTRING
PK_TYPECODE
PK_TYPECODE
PK_WCHAR
PK_WCHAR
PK_PRINCIPAL
PK_PRINCIPAL
PK_STRING
PK_STRING
PK_ULONGLONG
PK_ULONGLONG
PK_OBJREF
PK_OBJREF
PK_LONGLONG
PK_LONGLONG
Chunk
Block
statements
returnValue
LastStatement
LastStatement_Return
LastStatement_Break
Statement
Statement_Block
block
Statement_While
expression
block
Statement_Repeat
block
expression
Statement_If_Then_Else
ifExpression
ifBlock
elseIf
elseBlock
Statement_If_Then_Else_ElseIfPart
elseifExpression
elseifBlock
Statement_For_Numeric
iteratorName
startExpr
untilExpr
stepExpr
block
Statement_For_Generic
names
expressions
block
Statement_GlobalFunction_Declaration
prefix
functionName
function
Statement_LocalFunction_Declaration
functionName
function
Statement_Local_Variable_Declaration
variableNames
initialValue
Statement_FunctioncallOrAssignment
Expression
Expression_Nil
Expression_True
Expression_False
Expression_Number
value
Expression_VarArgs
Expression_String
value
Expression_Function
function
Expression_TableConstructor
fields
Function
parameters
varArgs
body
Functioncall_Arguments
arguments
Field_AddEntryToTable_Brackets
indexExpression
Field_AddEntryToTable
key
Field_AppendEntryToTable
LastStatement_ReturnWithValue
returnValues
Statement_Assignment
variable
values
Statement_CallMemberFunction
object
memberFunctionName
arguments
Statement_CallFunction
object
arguments
Expression_Or
left
right
Expression_And
left
right
Expression_Larger
left
right
Expression_Larger_Equal
left
right
Expression_Smaller
left
right
Expression_Smaller_Equal
left
right
Expression_Equal
left
right
Expression_Not_Equal
left
right
Expression_Concatenation
left
right
Expression_Plus
left
right
Expression_Minus
left
right
Expression_Multiplication
left
right
Expression_Division
left
right
Expression_Modulo
left
right
Expression_Negate
exp
Expression_Length
exp
Expression_Invert
exp
Expression_Exponentiation
left
right
Expression_CallMemberFunction
object
memberFunctionName
arguments
Expression_CallFunction
object
arguments
Expression_AccessArray
array
index
Expression_AccessMember
object
memberName
Expression_VariableName
variable
Object
java.lang.Object
java.lang.Object
Stack
java.util.Stack
java.util.Stack
ActivityNode
outgoing
incoming
activity
running
ActivityEdge
source
target
ControlFlow
guard
ControlNode
ExecutableNode
Action
OpaqueAction
expressions
service
InitialNode
FinalNode
ActivityFinalNode
ForkNode
JoinNode
MergeNode
DecisionNode
Variable
initialValue
name
currentValue
IntegerVariable
BooleanVariable
Value
BooleanValue
value
IntegerValue
value
IntegerExpression
operand2
operand1
BooleanExpression
assignee
IntegerCalculationExpression
assignee
operator
IntegerComparisonExpression
assignee
operator
IntegerCalculationOperator
ADD
ADD
SUBRACT
SUBRACT
IntegerComparisonOperator
SMALLER
SMALLER
SMALLER_EQUALS
SMALLER_EQUALS
EQUALS
EQUALS
GREATER_EQUALS
GREATER_EQUALS
GREATER
GREATER
BooleanUnaryExpression
operand
operator
BooleanBinaryExpression
operand1
operand2
operator
BooleanUnaryOperator
NOT
NOT
BooleanBinaryOperator
AND
AND
OR
OR
InputValue
value
variable
Input
inputValues
Token
holder
Trace
executedNodes | null | {"directed":true,"nodes":[{"nsPrefix":"iot2","nsURI":"http://iot2/","name":"iot2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Board","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sketch","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HWComponent","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sensor","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actuator","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":"OperationDef","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BoardType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contained","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typed","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IDLType","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ETypeCode","instanceClass":"java.lang.String","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedefDef","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterDef","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ParameterMode","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptionDef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveDef","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveKind","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Chunk","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LastStatement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LastStatement_Return","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LastStatement_Break","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_Block","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_While","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_Repeat","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_If_Then_Else","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_If_Then_Else_ElseIfPart","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_For_Numeric","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_For_Generic","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_GlobalFunction_Declaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_LocalFunction_Declaration","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_Local_Variable_Declaration","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_FunctioncallOrAssignment","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Nil","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_True","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_False","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Number","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_VarArgs","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_String","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Function","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_TableConstructor","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Functioncall_Arguments","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field_AddEntryToTable_Brackets","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field_AddEntryToTable","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field_AppendEntryToTable","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LastStatement_ReturnWithValue","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_Assignment","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_CallMemberFunction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement_CallFunction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Or","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_And","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Larger","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Larger_Equal","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Smaller","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Smaller_Equal","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Equal","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Not_Equal","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Concatenation","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Plus","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Minus","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Multiplication","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Division","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Modulo","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Negate","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Length","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Invert","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_Exponentiation","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_CallMemberFunction","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_CallFunction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_AccessArray","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_AccessMember","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression_VariableName","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Object","instanceClass":"java.lang.Object","id":81,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.util.Stack","defaultValue":null,"instanceClassName":"java.util.Stack","name":"Stack","instanceClass":"java.util.Stack","id":82,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":true,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":true,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":true,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":true,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":true,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerVariable","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanVariable","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpression","instanceClass":null,"abstract":true,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpression","instanceClass":null,"abstract":true,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerCalculationExpression","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerComparisonExpression","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"IntegerCalculationOperator","instanceClass":null,"id":107,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"IntegerComparisonOperator","instanceClass":null,"id":108,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanUnaryExpression","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanBinaryExpression","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanUnaryOperator","instanceClass":null,"id":111,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanBinaryOperator","instanceClass":null,"id":112,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputValue","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Input","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Token","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":116,"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":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boards","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sketch","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"},{"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":125,"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":126,"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":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"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":"activity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"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":133,"derived":false},{"container":false,"ordered":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":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":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":139,"derived":false},{"container":false,"ordered":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":140,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"locals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"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":false,"unique":true,"name":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"isOneway","changeable":true,"lowerBound":0,"iD":false,"id":150,"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":"contexts","changeable":true,"lowerBound":0,"iD":false,"id":151,"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":"canRaise","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lua","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"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"},{"name":"RaspberryPi","id":161,"value":0,"literal":"RaspberryPi","eClass":"EEnumLiteral"},{"name":"Arduino","id":162,"value":1,"literal":"Arduino","eClass":"EEnumLiteral"},{"name":"BeagleBoard","id":163,"value":2,"literal":"BeagleBoard","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":"repositoryId","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":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":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"absoluteName","changeable":true,"lowerBound":0,"iD":false,"id":166,"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":"definedIn","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"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":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":173,"derived":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":174,"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":175,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"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":"sharedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"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":"typeCode","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"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":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"name":"PARAM_IN","id":193,"value":0,"literal":"PARAM_IN","eClass":"EEnumLiteral"},{"name":"PARAM_OUT","id":194,"value":1,"literal":"PARAM_OUT","eClass":"EEnumLiteral"},{"name":"PARAM_INOUT","id":195,"value":2,"literal":"PARAM_INOUT","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":"typeCode","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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"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":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"container":false,"ordered":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":202,"derived":false},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"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":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"name":"PK_NULL","id":209,"value":0,"literal":"PK_NULL","eClass":"EEnumLiteral"},{"name":"PK_VOID","id":210,"value":1,"literal":"PK_VOID","eClass":"EEnumLiteral"},{"name":"PK_SHORT","id":211,"value":2,"literal":"PK_SHORT","eClass":"EEnumLiteral"},{"name":"PK_LONG","id":212,"value":3,"literal":"PK_LONG","eClass":"EEnumLiteral"},{"name":"PK_USHORT","id":213,"value":4,"literal":"PK_USHORT","eClass":"EEnumLiteral"},{"name":"PK_ULONG","id":214,"value":5,"literal":"PK_ULONG","eClass":"EEnumLiteral"},{"name":"PK_FLOAT","id":215,"value":6,"literal":"PK_FLOAT","eClass":"EEnumLiteral"},{"name":"PK_DOUBLE","id":216,"value":7,"literal":"PK_DOUBLE","eClass":"EEnumLiteral"},{"name":"PK_BOOLEAN","id":217,"value":8,"literal":"PK_BOOLEAN","eClass":"EEnumLiteral"},{"name":"PK_CHAR","id":218,"value":9,"literal":"PK_CHAR","eClass":"EEnumLiteral"},{"name":"PK_OCTET","id":219,"value":10,"literal":"PK_OCTET","eClass":"EEnumLiteral"},{"name":"PK_ANY","id":220,"value":11,"literal":"PK_ANY","eClass":"EEnumLiteral"},{"name":"PK_LONGDOUBLE","id":221,"value":12,"literal":"PK_LONGDOUBLE","eClass":"EEnumLiteral"},{"name":"PK_WSTRING","id":222,"value":13,"literal":"PK_WSTRING","eClass":"EEnumLiteral"},{"name":"PK_TYPECODE","id":223,"value":14,"literal":"PK_TYPECODE","eClass":"EEnumLiteral"},{"name":"PK_WCHAR","id":224,"value":15,"literal":"PK_WCHAR","eClass":"EEnumLiteral"},{"name":"PK_PRINCIPAL","id":225,"value":16,"literal":"PK_PRINCIPAL","eClass":"EEnumLiteral"},{"name":"PK_STRING","id":226,"value":17,"literal":"PK_STRING","eClass":"EEnumLiteral"},{"name":"PK_ULONGLONG","id":227,"value":18,"literal":"PK_ULONGLONG","eClass":"EEnumLiteral"},{"name":"PK_OBJREF","id":228,"value":19,"literal":"PK_OBJREF","eClass":"EEnumLiteral"},{"name":"PK_LONGLONG","id":229,"value":20,"literal":"PK_LONGLONG","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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":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":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"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":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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"ifExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseIf","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"elseBlock","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"},{"id":258,"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":"elseifExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseifBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"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":"iteratorName","changeable":true,"lowerBound":0,"iD":false,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"startExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"untilExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stepExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":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":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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"names","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"container":false,"ordered":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":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"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":"prefix","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionName","changeable":true,"lowerBound":0,"iD":false,"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":"function","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionName","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"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":"variableNames","changeable":true,"lowerBound":0,"iD":false,"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":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"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"},{"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":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"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":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"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":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":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":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"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":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":316,"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":"varArgs","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"container":false,"ordered":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":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"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":"arguments","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indexExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"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":327,"derived":false},{"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":"returnValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"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":"variable","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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"memberFunctionName","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"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":351,"derived":false},{"container":false,"ordered":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":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"container":false,"ordered":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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"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":361,"derived":false},{"container":false,"ordered":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":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"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":366,"derived":false},{"container":false,"ordered":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":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"container":false,"ordered":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":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"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":376,"derived":false},{"container":false,"ordered":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":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"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":381,"derived":false},{"container":false,"ordered":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":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"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":386,"derived":false},{"container":false,"ordered":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":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"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":391,"derived":false},{"container":false,"ordered":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":392,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","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":"right","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"container":false,"ordered":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":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"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":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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"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":411,"derived":false},{"container":false,"ordered":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":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"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":416,"derived":false},{"container":false,"ordered":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":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"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":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"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":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"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":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memberFunctionName","changeable":true,"lowerBound":0,"iD":false,"id":436,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":437,"derived":false},{"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"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":"array","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":448,"derived":false},{"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":"object","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memberName","changeable":true,"lowerBound":0,"iD":false,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"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":"variable","changeable":true,"lowerBound":0,"iD":false,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"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":460,"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":461,"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":"running","changeable":true,"lowerBound":1,"iD":false,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"id":464,"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":465,"derived":false},{"id":466,"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":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"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":"expressions","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"service","changeable":true,"resolveProxies":true,"lowerBound":0,"id":480,"derived":false},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":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":491,"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":492,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currentValue","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"},{"id":498,"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":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":502,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"operand2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"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":"operand1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"id":507,"eClass":"EGenericType"},{"id":508,"eClass":"EGenericType"},{"id":509,"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":"assignee","changeable":true,"resolveProxies":true,"lowerBound":1,"id":510,"derived":false},{"id":511,"eClass":"EGenericType"},{"id":512,"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":"assignee","changeable":true,"resolveProxies":true,"lowerBound":1,"id":513,"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":514,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignee","changeable":true,"resolveProxies":true,"lowerBound":1,"id":518,"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":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"name":"ADD","id":523,"value":0,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"SUBRACT","id":524,"value":1,"literal":"SUBRACT","eClass":"EEnumLiteral"},{"name":"SMALLER","id":525,"value":0,"literal":"SMALLER","eClass":"EEnumLiteral"},{"name":"SMALLER_EQUALS","id":526,"value":1,"literal":"SMALLER_EQUALS","eClass":"EEnumLiteral"},{"name":"EQUALS","id":527,"value":2,"literal":"EQUALS","eClass":"EEnumLiteral"},{"name":"GREATER_EQUALS","id":528,"value":3,"literal":"GREATER_EQUALS","eClass":"EEnumLiteral"},{"name":"GREATER","id":529,"value":4,"literal":"GREATER","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":"operand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":530,"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":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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operand1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":535,"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":"operand2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":536,"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":537,"derived":false},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"name":"NOT","id":542,"value":0,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"AND","id":543,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":544,"value":1,"literal":"OR","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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":545,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"id":550,"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":"holder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":551,"derived":false},{"id":552,"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":"executedNodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"id":554,"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":1,"target":0},{"source":1,"target":117},{"source":1,"target":118},{"source":1,"target":119},{"source":1,"target":120},{"source":117,"target":121},{"source":117,"target":1},{"source":118,"target":4},{"source":118,"target":122},{"source":118,"target":1},{"source":122,"target":4},{"source":119,"target":2},{"source":119,"target":123},{"source":119,"target":1},{"source":123,"target":2},{"source":120,"target":3},{"source":120,"target":124},{"source":120,"target":1},{"source":124,"target":3},{"source":2,"target":0},{"source":2,"target":125},{"source":2,"target":126},{"source":2,"target":127},{"source":125,"target":128},{"source":125,"target":2},{"source":126,"target":9},{"source":126,"target":129},{"source":126,"target":2},{"source":129,"target":9},{"source":127,"target":4},{"source":127,"target":130},{"source":127,"target":2},{"source":130,"target":4},{"source":3,"target":0},{"source":3,"target":131},{"source":131,"target":7},{"source":131,"target":132},{"source":131,"target":3},{"source":132,"target":7},{"source":4,"target":0},{"source":4,"target":133},{"source":4,"target":134},{"source":133,"target":135},{"source":133,"target":4},{"source":134,"target":8},{"source":134,"target":136},{"source":134,"target":4},{"source":136,"target":8},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":137},{"source":137,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":138},{"source":138,"target":4},{"source":7,"target":0},{"source":7,"target":11},{"source":7,"target":139},{"source":7,"target":140},{"source":7,"target":141},{"source":7,"target":142},{"source":7,"target":143},{"source":139,"target":83},{"source":139,"target":144},{"source":139,"target":7},{"source":139,"target":145},{"source":144,"target":83},{"source":140,"target":84},{"source":140,"target":146},{"source":140,"target":7},{"source":146,"target":84},{"source":141,"target":97},{"source":141,"target":147},{"source":141,"target":7},{"source":147,"target":97},{"source":142,"target":97},{"source":142,"target":148},{"source":142,"target":7},{"source":148,"target":97},{"source":143,"target":11},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":13},{"source":8,"target":149},{"source":8,"target":150},{"source":8,"target":151},{"source":8,"target":152},{"source":8,"target":153},{"source":8,"target":154},{"source":8,"target":155},{"source":149,"target":17},{"source":149,"target":156},{"source":149,"target":8},{"source":156,"target":17},{"source":150,"target":157},{"source":150,"target":8},{"source":151,"target":158},{"source":151,"target":8},{"source":152,"target":19},{"source":152,"target":159},{"source":152,"target":8},{"source":159,"target":19},{"source":153,"target":24},{"source":153,"target":160},{"source":153,"target":8},{"source":160,"target":24},{"source":154,"target":10},{"source":155,"target":13},{"source":9,"target":0},{"source":9,"target":161},{"source":9,"target":162},{"source":9,"target":163},{"source":161,"target":9},{"source":162,"target":9},{"source":163,"target":9},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":164},{"source":10,"target":165},{"source":10,"target":166},{"source":10,"target":167},{"source":10,"target":168},{"source":164,"target":169},{"source":164,"target":10},{"source":165,"target":170},{"source":165,"target":10},{"source":166,"target":171},{"source":166,"target":10},{"source":167,"target":12},{"source":167,"target":172},{"source":167,"target":10},{"source":167,"target":173},{"source":172,"target":12},{"source":168,"target":11},{"source":11,"target":0},{"source":11,"target":174},{"source":11,"target":175},{"source":174,"target":176},{"source":174,"target":11},{"source":175,"target":177},{"source":175,"target":11},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":173},{"source":12,"target":178},{"source":173,"target":10},{"source":173,"target":179},{"source":173,"target":12},{"source":173,"target":167},{"source":179,"target":10},{"source":178,"target":10},{"source":13,"target":0},{"source":13,"target":180},{"source":13,"target":181},{"source":180,"target":14},{"source":180,"target":182},{"source":180,"target":13},{"source":182,"target":14},{"source":181,"target":16},{"source":181,"target":183},{"source":181,"target":13},{"source":183,"target":16},{"source":14,"target":0},{"source":14,"target":184},{"source":184,"target":15},{"source":184,"target":185},{"source":184,"target":14},{"source":185,"target":15},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":10},{"source":16,"target":186},{"source":16,"target":187},{"source":186,"target":14},{"source":187,"target":10},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":188},{"source":17,"target":189},{"source":17,"target":190},{"source":188,"target":191},{"source":188,"target":17},{"source":189,"target":18},{"source":189,"target":192},{"source":189,"target":17},{"source":192,"target":18},{"source":190,"target":13},{"source":18,"target":0},{"source":18,"target":193},{"source":18,"target":194},{"source":18,"target":195},{"source":193,"target":18},{"source":194,"target":18},{"source":195,"target":18},{"source":19,"target":0},{"source":19,"target":10},{"source":19,"target":196},{"source":19,"target":197},{"source":19,"target":198},{"source":196,"target":15},{"source":196,"target":199},{"source":196,"target":19},{"source":199,"target":15},{"source":197,"target":20},{"source":197,"target":200},{"source":197,"target":19},{"source":200,"target":20},{"source":198,"target":10},{"source":20,"target":0},{"source":20,"target":13},{"source":20,"target":201},{"source":20,"target":202},{"source":20,"target":203},{"source":201,"target":204},{"source":201,"target":20},{"source":202,"target":40},{"source":202,"target":205},{"source":202,"target":20},{"source":205,"target":40},{"source":203,"target":13},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":206},{"source":21,"target":207},{"source":206,"target":22},{"source":206,"target":208},{"source":206,"target":21},{"source":208,"target":22},{"source":207,"target":14},{"source":22,"target":0},{"source":22,"target":209},{"source":22,"target":210},{"source":22,"target":211},{"source":22,"target":212},{"source":22,"target":213},{"source":22,"target":214},{"source":22,"target":215},{"source":22,"target":216},{"source":22,"target":217},{"source":22,"target":218},{"source":22,"target":219},{"source":22,"target":220},{"source":22,"target":221},{"source":22,"target":222},{"source":22,"target":223},{"source":22,"target":224},{"source":22,"target":225},{"source":22,"target":226},{"source":22,"target":227},{"source":22,"target":228},{"source":22,"target":229},{"source":209,"target":22},{"source":210,"target":22},{"source":211,"target":22},{"source":212,"target":22},{"source":213,"target":22},{"source":214,"target":22},{"source":215,"target":22},{"source":216,"target":22},{"source":217,"target":22},{"source":218,"target":22},{"source":219,"target":22},{"source":220,"target":22},{"source":221,"target":22},{"source":222,"target":22},{"source":223,"target":22},{"source":224,"target":22},{"source":225,"target":22},{"source":226,"target":22},{"source":227,"target":22},{"source":228,"target":22},{"source":229,"target":22},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":230},{"source":24,"target":231},{"source":24,"target":232},{"source":230,"target":28},{"source":230,"target":233},{"source":230,"target":24},{"source":233,"target":28},{"source":231,"target":25},{"source":231,"target":234},{"source":231,"target":24},{"source":234,"target":25},{"source":232,"target":23},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":235},{"source":235,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":236},{"source":236,"target":25},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":28},{"source":29,"target":237},{"source":29,"target":238},{"source":237,"target":24},{"source":237,"target":239},{"source":237,"target":29},{"source":239,"target":24},{"source":238,"target":28},{"source":30,"target":0},{"source":30,"target":28},{"source":30,"target":240},{"source":30,"target":241},{"source":30,"target":242},{"source":240,"target":40},{"source":240,"target":243},{"source":240,"target":30},{"source":243,"target":40},{"source":241,"target":24},{"source":241,"target":244},{"source":241,"target":30},{"source":244,"target":24},{"source":242,"target":28},{"source":31,"target":0},{"source":31,"target":28},{"source":31,"target":245},{"source":31,"target":246},{"source":31,"target":247},{"source":245,"target":24},{"source":245,"target":248},{"source":245,"target":31},{"source":248,"target":24},{"source":246,"target":40},{"source":246,"target":249},{"source":246,"target":31},{"source":249,"target":40},{"source":247,"target":28},{"source":32,"target":0},{"source":32,"target":28},{"source":32,"target":250},{"source":32,"target":251},{"source":32,"target":252},{"source":32,"target":253},{"source":32,"target":254},{"source":250,"target":40},{"source":250,"target":255},{"source":250,"target":32},{"source":255,"target":40},{"source":251,"target":24},{"source":251,"target":256},{"source":251,"target":32},{"source":256,"target":24},{"source":252,"target":33},{"source":252,"target":257},{"source":252,"target":32},{"source":257,"target":33},{"source":253,"target":24},{"source":253,"target":258},{"source":253,"target":32},{"source":258,"target":24},{"source":254,"target":28},{"source":33,"target":0},{"source":33,"target":259},{"source":33,"target":260},{"source":259,"target":40},{"source":259,"target":261},{"source":259,"target":33},{"source":261,"target":40},{"source":260,"target":24},{"source":260,"target":262},{"source":260,"target":33},{"source":262,"target":24},{"source":34,"target":0},{"source":34,"target":28},{"source":34,"target":263},{"source":34,"target":264},{"source":34,"target":265},{"source":34,"target":266},{"source":34,"target":267},{"source":34,"target":268},{"source":263,"target":269},{"source":263,"target":34},{"source":264,"target":40},{"source":264,"target":270},{"source":264,"target":34},{"source":270,"target":40},{"source":265,"target":40},{"source":265,"target":271},{"source":265,"target":34},{"source":271,"target":40},{"source":266,"target":40},{"source":266,"target":272},{"source":266,"target":34},{"source":272,"target":40},{"source":267,"target":24},{"source":267,"target":273},{"source":267,"target":34},{"source":273,"target":24},{"source":268,"target":28},{"source":35,"target":0},{"source":35,"target":28},{"source":35,"target":274},{"source":35,"target":275},{"source":35,"target":276},{"source":35,"target":277},{"source":274,"target":278},{"source":274,"target":35},{"source":275,"target":40},{"source":275,"target":279},{"source":275,"target":35},{"source":279,"target":40},{"source":276,"target":24},{"source":276,"target":280},{"source":276,"target":35},{"source":280,"target":24},{"source":277,"target":28},{"source":36,"target":0},{"source":36,"target":28},{"source":36,"target":281},{"source":36,"target":282},{"source":36,"target":283},{"source":36,"target":284},{"source":281,"target":285},{"source":281,"target":36},{"source":282,"target":286},{"source":282,"target":36},{"source":283,"target":49},{"source":283,"target":287},{"source":283,"target":36},{"source":287,"target":49},{"source":284,"target":28},{"source":37,"target":0},{"source":37,"target":28},{"source":37,"target":288},{"source":37,"target":289},{"source":37,"target":290},{"source":288,"target":291},{"source":288,"target":37},{"source":289,"target":49},{"source":289,"target":292},{"source":289,"target":37},{"source":292,"target":49},{"source":290,"target":28},{"source":38,"target":0},{"source":38,"target":28},{"source":38,"target":293},{"source":38,"target":294},{"source":38,"target":295},{"source":293,"target":296},{"source":293,"target":38},{"source":294,"target":40},{"source":294,"target":297},{"source":294,"target":38},{"source":297,"target":40},{"source":295,"target":28},{"source":39,"target":0},{"source":39,"target":28},{"source":39,"target":298},{"source":298,"target":28},{"source":40,"target":0},{"source":40,"target":39},{"source":40,"target":299},{"source":299,"target":39},{"source":41,"target":0},{"source":41,"target":40},{"source":41,"target":300},{"source":300,"target":40},{"source":42,"target":0},{"source":42,"target":40},{"source":42,"target":301},{"source":301,"target":40},{"source":43,"target":0},{"source":43,"target":40},{"source":43,"target":302},{"source":302,"target":40},{"source":44,"target":0},{"source":44,"target":40},{"source":44,"target":303},{"source":44,"target":304},{"source":303,"target":305},{"source":303,"target":44},{"source":304,"target":40},{"source":45,"target":0},{"source":45,"target":40},{"source":45,"target":306},{"source":306,"target":40},{"source":46,"target":0},{"source":46,"target":40},{"source":46,"target":307},{"source":46,"target":308},{"source":307,"target":309},{"source":307,"target":46},{"source":308,"target":40},{"source":47,"target":0},{"source":47,"target":40},{"source":47,"target":310},{"source":47,"target":311},{"source":310,"target":49},{"source":310,"target":312},{"source":310,"target":47},{"source":312,"target":49},{"source":311,"target":40},{"source":48,"target":0},{"source":48,"target":40},{"source":48,"target":313},{"source":48,"target":314},{"source":313,"target":20},{"source":313,"target":315},{"source":313,"target":48},{"source":315,"target":20},{"source":314,"target":40},{"source":49,"target":0},{"source":49,"target":316},{"source":49,"target":317},{"source":49,"target":318},{"source":316,"target":319},{"source":316,"target":49},{"source":317,"target":320},{"source":317,"target":49},{"source":318,"target":24},{"source":318,"target":321},{"source":318,"target":49},{"source":321,"target":24},{"source":50,"target":0},{"source":50,"target":322},{"source":322,"target":40},{"source":322,"target":323},{"source":322,"target":50},{"source":323,"target":40},{"source":51,"target":0},{"source":51,"target":20},{"source":51,"target":324},{"source":51,"target":325},{"source":324,"target":40},{"source":324,"target":326},{"source":324,"target":51},{"source":326,"target":40},{"source":325,"target":20},{"source":52,"target":0},{"source":52,"target":20},{"source":52,"target":327},{"source":52,"target":328},{"source":327,"target":329},{"source":327,"target":52},{"source":328,"target":20},{"source":53,"target":0},{"source":53,"target":20},{"source":53,"target":330},{"source":330,"target":20},{"source":54,"target":0},{"source":54,"target":26},{"source":54,"target":331},{"source":54,"target":332},{"source":331,"target":40},{"source":331,"target":333},{"source":331,"target":54},{"source":333,"target":40},{"source":332,"target":26},{"source":55,"target":0},{"source":55,"target":39},{"source":55,"target":334},{"source":55,"target":335},{"source":55,"target":336},{"source":334,"target":40},{"source":334,"target":337},{"source":334,"target":55},{"source":337,"target":40},{"source":335,"target":40},{"source":335,"target":338},{"source":335,"target":55},{"source":338,"target":40},{"source":336,"target":39},{"source":56,"target":0},{"source":56,"target":39},{"source":56,"target":339},{"source":56,"target":340},{"source":56,"target":341},{"source":56,"target":342},{"source":339,"target":40},{"source":339,"target":343},{"source":339,"target":56},{"source":343,"target":40},{"source":340,"target":344},{"source":340,"target":56},{"source":341,"target":50},{"source":341,"target":345},{"source":341,"target":56},{"source":345,"target":50},{"source":342,"target":39},{"source":57,"target":0},{"source":57,"target":39},{"source":57,"target":346},{"source":57,"target":347},{"source":57,"target":348},{"source":346,"target":40},{"source":346,"target":349},{"source":346,"target":57},{"source":349,"target":40},{"source":347,"target":50},{"source":347,"target":350},{"source":347,"target":57},{"source":350,"target":50},{"source":348,"target":39},{"source":58,"target":0},{"source":58,"target":40},{"source":58,"target":351},{"source":58,"target":352},{"source":58,"target":353},{"source":351,"target":40},{"source":351,"target":354},{"source":351,"target":58},{"source":354,"target":40},{"source":352,"target":40},{"source":352,"target":355},{"source":352,"target":58},{"source":355,"target":40},{"source":353,"target":40},{"source":59,"target":0},{"source":59,"target":40},{"source":59,"target":356},{"source":59,"target":357},{"source":59,"target":358},{"source":356,"target":40},{"source":356,"target":359},{"source":356,"target":59},{"source":359,"target":40},{"source":357,"target":40},{"source":357,"target":360},{"source":357,"target":59},{"source":360,"target":40},{"source":358,"target":40},{"source":60,"target":0},{"source":60,"target":40},{"source":60,"target":361},{"source":60,"target":362},{"source":60,"target":363},{"source":361,"target":40},{"source":361,"target":364},{"source":361,"target":60},{"source":364,"target":40},{"source":362,"target":40},{"source":362,"target":365},{"source":362,"target":60},{"source":365,"target":40},{"source":363,"target":40},{"source":61,"target":0},{"source":61,"target":40},{"source":61,"target":366},{"source":61,"target":367},{"source":61,"target":368},{"source":366,"target":40},{"source":366,"target":369},{"source":366,"target":61},{"source":369,"target":40},{"source":367,"target":40},{"source":367,"target":370},{"source":367,"target":61},{"source":370,"target":40},{"source":368,"target":40},{"source":62,"target":0},{"source":62,"target":40},{"source":62,"target":371},{"source":62,"target":372},{"source":62,"target":373},{"source":371,"target":40},{"source":371,"target":374},{"source":371,"target":62},{"source":374,"target":40},{"source":372,"target":40},{"source":372,"target":375},{"source":372,"target":62},{"source":375,"target":40},{"source":373,"target":40},{"source":63,"target":0},{"source":63,"target":40},{"source":63,"target":376},{"source":63,"target":377},{"source":63,"target":378},{"source":376,"target":40},{"source":376,"target":379},{"source":376,"target":63},{"source":379,"target":40},{"source":377,"target":40},{"source":377,"target":380},{"source":377,"target":63},{"source":380,"target":40},{"source":378,"target":40},{"source":64,"target":0},{"source":64,"target":40},{"source":64,"target":381},{"source":64,"target":382},{"source":64,"target":383},{"source":381,"target":40},{"source":381,"target":384},{"source":381,"target":64},{"source":384,"target":40},{"source":382,"target":40},{"source":382,"target":385},{"source":382,"target":64},{"source":385,"target":40},{"source":383,"target":40},{"source":65,"target":0},{"source":65,"target":40},{"source":65,"target":386},{"source":65,"target":387},{"source":65,"target":388},{"source":386,"target":40},{"source":386,"target":389},{"source":386,"target":65},{"source":389,"target":40},{"source":387,"target":40},{"source":387,"target":390},{"source":387,"target":65},{"source":390,"target":40},{"source":388,"target":40},{"source":66,"target":0},{"source":66,"target":40},{"source":66,"target":391},{"source":66,"target":392},{"source":66,"target":393},{"source":391,"target":40},{"source":391,"target":394},{"source":391,"target":66},{"source":394,"target":40},{"source":392,"target":40},{"source":392,"target":395},{"source":392,"target":66},{"source":395,"target":40},{"source":393,"target":40},{"source":67,"target":0},{"source":67,"target":40},{"source":67,"target":396},{"source":67,"target":397},{"source":67,"target":398},{"source":396,"target":40},{"source":396,"target":399},{"source":396,"target":67},{"source":399,"target":40},{"source":397,"target":40},{"source":397,"target":400},{"source":397,"target":67},{"source":400,"target":40},{"source":398,"target":40},{"source":68,"target":0},{"source":68,"target":40},{"source":68,"target":401},{"source":68,"target":402},{"source":68,"target":403},{"source":401,"target":40},{"source":401,"target":404},{"source":401,"target":68},{"source":404,"target":40},{"source":402,"target":40},{"source":402,"target":405},{"source":402,"target":68},{"source":405,"target":40},{"source":403,"target":40},{"source":69,"target":0},{"source":69,"target":40},{"source":69,"target":406},{"source":69,"target":407},{"source":69,"target":408},{"source":406,"target":40},{"source":406,"target":409},{"source":406,"target":69},{"source":409,"target":40},{"source":407,"target":40},{"source":407,"target":410},{"source":407,"target":69},{"source":410,"target":40},{"source":408,"target":40},{"source":70,"target":0},{"source":70,"target":40},{"source":70,"target":411},{"source":70,"target":412},{"source":70,"target":413},{"source":411,"target":40},{"source":411,"target":414},{"source":411,"target":70},{"source":414,"target":40},{"source":412,"target":40},{"source":412,"target":415},{"source":412,"target":70},{"source":415,"target":40},{"source":413,"target":40},{"source":71,"target":0},{"source":71,"target":40},{"source":71,"target":416},{"source":71,"target":417},{"source":71,"target":418},{"source":416,"target":40},{"source":416,"target":419},{"source":416,"target":71},{"source":419,"target":40},{"source":417,"target":40},{"source":417,"target":420},{"source":417,"target":71},{"source":420,"target":40},{"source":418,"target":40},{"source":72,"target":0},{"source":72,"target":40},{"source":72,"target":421},{"source":72,"target":422},{"source":421,"target":40},{"source":421,"target":423},{"source":421,"target":72},{"source":423,"target":40},{"source":422,"target":40},{"source":73,"target":0},{"source":73,"target":40},{"source":73,"target":424},{"source":73,"target":425},{"source":424,"target":40},{"source":424,"target":426},{"source":424,"target":73},{"source":426,"target":40},{"source":425,"target":40},{"source":74,"target":0},{"source":74,"target":40},{"source":74,"target":427},{"source":74,"target":428},{"source":427,"target":40},{"source":427,"target":429},{"source":427,"target":74},{"source":429,"target":40},{"source":428,"target":40},{"source":75,"target":0},{"source":75,"target":40},{"source":75,"target":430},{"source":75,"target":431},{"source":75,"target":432},{"source":430,"target":40},{"source":430,"target":433},{"source":430,"target":75},{"source":433,"target":40},{"source":431,"target":40},{"source":431,"target":434},{"source":431,"target":75},{"source":434,"target":40},{"source":432,"target":40},{"source":76,"target":0},{"source":76,"target":40},{"source":76,"target":435},{"source":76,"target":436},{"source":76,"target":437},{"source":76,"target":438},{"source":435,"target":40},{"source":435,"target":439},{"source":435,"target":76},{"source":439,"target":40},{"source":436,"target":440},{"source":436,"target":76},{"source":437,"target":50},{"source":437,"target":441},{"source":437,"target":76},{"source":441,"target":50},{"source":438,"target":40},{"source":77,"target":0},{"source":77,"target":40},{"source":77,"target":442},{"source":77,"target":443},{"source":77,"target":444},{"source":442,"target":40},{"source":442,"target":445},{"source":442,"target":77},{"source":445,"target":40},{"source":443,"target":50},{"source":443,"target":446},{"source":443,"target":77},{"source":446,"target":50},{"source":444,"target":40},{"source":78,"target":0},{"source":78,"target":40},{"source":78,"target":447},{"source":78,"target":448},{"source":78,"target":449},{"source":447,"target":40},{"source":447,"target":450},{"source":447,"target":78},{"source":450,"target":40},{"source":448,"target":40},{"source":448,"target":451},{"source":448,"target":78},{"source":451,"target":40},{"source":449,"target":40},{"source":79,"target":0},{"source":79,"target":40},{"source":79,"target":452},{"source":79,"target":453},{"source":79,"target":454},{"source":452,"target":40},{"source":452,"target":455},{"source":452,"target":79},{"source":455,"target":40},{"source":453,"target":456},{"source":453,"target":79},{"source":454,"target":40},{"source":80,"target":0},{"source":80,"target":40},{"source":80,"target":457},{"source":80,"target":458},{"source":457,"target":459},{"source":457,"target":80},{"source":458,"target":40},{"source":81,"target":0},{"source":82,"target":0},{"source":83,"target":0},{"source":83,"target":11},{"source":83,"target":460},{"source":83,"target":461},{"source":83,"target":145},{"source":83,"target":462},{"source":83,"target":463},{"source":460,"target":84},{"source":460,"target":464},{"source":460,"target":83},{"source":460,"target":465},{"source":464,"target":84},{"source":461,"target":84},{"source":461,"target":466},{"source":461,"target":83},{"source":461,"target":467},{"source":466,"target":84},{"source":145,"target":7},{"source":145,"target":468},{"source":145,"target":83},{"source":145,"target":139},{"source":468,"target":7},{"source":462,"target":469},{"source":462,"target":83},{"source":463,"target":11},{"source":84,"target":0},{"source":84,"target":11},{"source":84,"target":465},{"source":84,"target":467},{"source":84,"target":470},{"source":465,"target":83},{"source":465,"target":471},{"source":465,"target":84},{"source":465,"target":460},{"source":471,"target":83},{"source":467,"target":83},{"source":467,"target":472},{"source":467,"target":84},{"source":467,"target":461},{"source":472,"target":83},{"source":470,"target":11},{"source":85,"target":0},{"source":85,"target":84},{"source":85,"target":473},{"source":85,"target":474},{"source":473,"target":99},{"source":473,"target":475},{"source":473,"target":85},{"source":475,"target":99},{"source":474,"target":84},{"source":86,"target":0},{"source":86,"target":83},{"source":86,"target":476},{"source":476,"target":83},{"source":87,"target":0},{"source":87,"target":83},{"source":87,"target":477},{"source":477,"target":83},{"source":88,"target":0},{"source":88,"target":87},{"source":88,"target":478},{"source":478,"target":87},{"source":89,"target":0},{"source":89,"target":88},{"source":89,"target":479},{"source":89,"target":480},{"source":89,"target":481},{"source":479,"target":40},{"source":479,"target":482},{"source":479,"target":89},{"source":482,"target":40},{"source":480,"target":8},{"source":480,"target":483},{"source":480,"target":89},{"source":483,"target":8},{"source":481,"target":88},{"source":90,"target":0},{"source":90,"target":86},{"source":90,"target":484},{"source":484,"target":86},{"source":91,"target":0},{"source":91,"target":86},{"source":91,"target":485},{"source":485,"target":86},{"source":92,"target":0},{"source":92,"target":91},{"source":92,"target":486},{"source":486,"target":91},{"source":93,"target":0},{"source":93,"target":86},{"source":93,"target":487},{"source":487,"target":86},{"source":94,"target":0},{"source":94,"target":86},{"source":94,"target":488},{"source":488,"target":86},{"source":95,"target":0},{"source":95,"target":86},{"source":95,"target":489},{"source":489,"target":86},{"source":96,"target":0},{"source":96,"target":86},{"source":96,"target":490},{"source":490,"target":86},{"source":97,"target":0},{"source":97,"target":491},{"source":97,"target":492},{"source":97,"target":493},{"source":491,"target":100},{"source":491,"target":494},{"source":491,"target":97},{"source":494,"target":100},{"source":492,"target":495},{"source":492,"target":97},{"source":493,"target":100},{"source":493,"target":496},{"source":493,"target":97},{"source":496,"target":100},{"source":98,"target":0},{"source":98,"target":97},{"source":98,"target":497},{"source":497,"target":97},{"source":99,"target":0},{"source":99,"target":97},{"source":99,"target":498},{"source":498,"target":97},{"source":100,"target":0},{"source":101,"target":0},{"source":101,"target":100},{"source":101,"target":499},{"source":101,"target":500},{"source":499,"target":501},{"source":499,"target":101},{"source":500,"target":100},{"source":102,"target":0},{"source":102,"target":100},{"source":102,"target":502},{"source":102,"target":503},{"source":502,"target":504},{"source":502,"target":102},{"source":503,"target":100},{"source":103,"target":0},{"source":103,"target":40},{"source":103,"target":505},{"source":103,"target":506},{"source":103,"target":507},{"source":505,"target":98},{"source":505,"target":508},{"source":505,"target":103},{"source":508,"target":98},{"source":506,"target":98},{"source":506,"target":509},{"source":506,"target":103},{"source":509,"target":98},{"source":507,"target":40},{"source":104,"target":0},{"source":104,"target":40},{"source":104,"target":510},{"source":104,"target":511},{"source":510,"target":99},{"source":510,"target":512},{"source":510,"target":104},{"source":512,"target":99},{"source":511,"target":40},{"source":105,"target":0},{"source":105,"target":103},{"source":105,"target":513},{"source":105,"target":514},{"source":105,"target":515},{"source":513,"target":98},{"source":513,"target":516},{"source":513,"target":105},{"source":516,"target":98},{"source":514,"target":107},{"source":514,"target":517},{"source":514,"target":105},{"source":517,"target":107},{"source":515,"target":103},{"source":106,"target":0},{"source":106,"target":103},{"source":106,"target":518},{"source":106,"target":519},{"source":106,"target":520},{"source":518,"target":99},{"source":518,"target":521},{"source":518,"target":106},{"source":521,"target":99},{"source":519,"target":108},{"source":519,"target":522},{"source":519,"target":106},{"source":522,"target":108},{"source":520,"target":103},{"source":107,"target":0},{"source":107,"target":523},{"source":107,"target":524},{"source":523,"target":107},{"source":524,"target":107},{"source":108,"target":0},{"source":108,"target":525},{"source":108,"target":526},{"source":108,"target":527},{"source":108,"target":528},{"source":108,"target":529},{"source":525,"target":108},{"source":526,"target":108},{"source":527,"target":108},{"source":528,"target":108},{"source":529,"target":108},{"source":109,"target":0},{"source":109,"target":104},{"source":109,"target":530},{"source":109,"target":531},{"source":109,"target":532},{"source":530,"target":99},{"source":530,"target":533},{"source":530,"target":109},{"source":533,"target":99},{"source":531,"target":111},{"source":531,"target":534},{"source":531,"target":109},{"source":534,"target":111},{"source":532,"target":104},{"source":110,"target":0},{"source":110,"target":104},{"source":110,"target":535},{"source":110,"target":536},{"source":110,"target":537},{"source":110,"target":538},{"source":535,"target":99},{"source":535,"target":539},{"source":535,"target":110},{"source":539,"target":99},{"source":536,"target":99},{"source":536,"target":540},{"source":536,"target":110},{"source":540,"target":99},{"source":537,"target":112},{"source":537,"target":541},{"source":537,"target":110},{"source":541,"target":112},{"source":538,"target":104},{"source":111,"target":0},{"source":111,"target":542},{"source":542,"target":111},{"source":112,"target":0},{"source":112,"target":543},{"source":112,"target":544},{"source":543,"target":112},{"source":544,"target":112},{"source":113,"target":0},{"source":113,"target":545},{"source":113,"target":546},{"source":545,"target":100},{"source":545,"target":547},{"source":545,"target":113},{"source":547,"target":100},{"source":546,"target":97},{"source":546,"target":548},{"source":546,"target":113},{"source":548,"target":97},{"source":114,"target":0},{"source":114,"target":549},{"source":549,"target":113},{"source":549,"target":550},{"source":549,"target":114},{"source":550,"target":113},{"source":115,"target":0},{"source":115,"target":551},{"source":551,"target":83},{"source":551,"target":552},{"source":551,"target":115},{"source":552,"target":83},{"source":116,"target":0},{"source":116,"target":553},{"source":553,"target":83},{"source":553,"target":554},{"source":553,"target":116},{"source":554,"target":83}],"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="targlets" nsURI="http://www.eclipse.org/oomph/targlets/1.0"
nsPrefix="targlets">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="schemaLocation" value="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Targlets.ecore"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/oomph/base/LabelProvider">
<details key="imageBaseURI" value="http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/plugins/org.eclipse.oomph.targlets.edit/icons/full/obj16"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="TargletContainer" eSuperTypes="http://www.eclipse.org/oomph/base/1.0#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="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="id"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/oomph/setup/NoExpand"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targlets" upperBound="-1"
eType="#//Targlet" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="targlet"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Targlet" eSuperTypes="http://www.eclipse.org/oomph/base/1.0#//ModelElement">
<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="requirements" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/oomph/p2/1.0#//Requirement" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="requirement"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceLocators" upperBound="-1"
eType="ecore:EClass http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Resources.ecore#//SourceLocator"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="sourceLocator"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="installableUnitGenerators"
upperBound="-1" eType="#//IUGenerator" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="installableUnitGenerator"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="repositoryLists" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/oomph/p2/1.0#//RepositoryList"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="repositoryList"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="activeRepositoryListName"
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="activeRepositoryList"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="activeRepositoryList" eType="ecore:EClass http://www.eclipse.org/oomph/p2/1.0#//RepositoryList"
changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="activeRepository"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="activeRepositories" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/oomph/p2/1.0#//Repository" changeable="false"
volatile="true" transient="true" derived="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="activeRepository"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeSources" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeAllPlatforms" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="includeAllRequirements"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentExtension" eSuperTypes="http://www.eclipse.org/oomph/base/1.0#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/oomph/p2/1.0#//Requirement" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="requirement"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentDefinition" eSuperTypes="#//ComponentExtension">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iD" lowerBound="1" 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="id"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/oomph/p2/1.0#//Version"
defaultValueLiteral="1.0.0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IUGenerator" abstract="true" interface="true"
eSuperTypes="http://www.eclipse.org/oomph/base/1.0#//ModelElement">
<eOperations name="generateIUs" eExceptions="ecore:EDataType http://www.eclipse.org/oomph/base/1.0#//Exception">
<eParameters name="project" eType="ecore:EDataType http://git.eclipse.org/c/oomph/org.eclipse.oomph.git/plain/setups/models/Predicates.ecore#//Project"/>
<eParameters name="qualifierReplacement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eParameters name="iuVersions" eType="#//StringToVersionMap"/>
<eParameters name="result" upperBound="-1" eType="#//InstallableUnit"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureGenerator" eSuperTypes="#//IUGenerator"/>
<eClassifiers xsi:type="ecore:EClass" name="PluginGenerator" eSuperTypes="#//IUGenerator"/>
<eClassifiers xsi:type="ecore:EClass" name="ComponentDefGenerator" eSuperTypes="#//IUGenerator"/>
<eClassifiers xsi:type="ecore:EClass" name="ComponentExtGenerator" eSuperTypes="#//IUGenerator"/>
<eClassifiers xsi:type="ecore:EClass" name="CSpecGenerator" eSuperTypes="#//IUGenerator"/>
<eClassifiers xsi:type="ecore:EClass" name="CSpexGenerator" eSuperTypes="#//IUGenerator"/>
<eClassifiers xsi:type="ecore:EClass" name="SiteGenerator" eSuperTypes="#//IUGenerator"/>
<eClassifiers xsi:type="ecore:EClass" name="CategoryGenerator" eSuperTypes="#//SiteGenerator"/>
<eClassifiers xsi:type="ecore:EClass" name="ProductGenerator" eSuperTypes="#//IUGenerator"/>
<eClassifiers xsi:type="ecore:EClass" name="ProjectNameGenerator" eSuperTypes="#//IUGenerator"/>
<eClassifiers xsi:type="ecore:EDataType" name="InstallableUnit" instanceClassName="org.eclipse.equinox.p2.metadata.IInstallableUnit"
serializable="false"/>
<eClassifiers xsi:type="ecore:EDataType" name="StringToVersionMap" instanceTypeName="java.util.Map<java.lang.String, org.eclipse.equinox.p2.metadata.Version>"
serializable="false"/>
</ecore:EPackage>
| github:ecore:/data/DuaneNielsen/APMFieldDev/setups/models/Targlets.ecore | ecore | targlets
TargletContainer
iD
targlets
Targlet
name
requirements
sourceLocators
installableUnitGenerators
repositoryLists
activeRepositoryListName
activeRepositoryList
activeRepositories
includeSources
true
includeAllPlatforms
includeAllRequirements
true
ComponentExtension
requirements
ComponentDefinition
iD
version
1.0.0
IUGenerator
generateIUs
project
qualifierReplacement
iuVersions
result
FeatureGenerator
PluginGenerator
ComponentDefGenerator
ComponentExtGenerator
CSpecGenerator
CSpexGenerator
SiteGenerator
CategoryGenerator
ProductGenerator
ProjectNameGenerator
InstallableUnit
org.eclipse.equinox.p2.metadata.IInstallableUnit
org.eclipse.equinox.p2.metadata.IInstallableUnit
StringToVersionMap
java.util.Map
java.util.Map<java.lang.String, org.eclipse.equinox.p2.metadata.Version> | null | {"directed":true,"nodes":[{"nsPrefix":"targlets","nsURI":"http://www.eclipse.org/oomph/targlets/1.0","name":"targlets","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargletContainer","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Targlet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentExtension","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentDefinition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IUGenerator","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureGenerator","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PluginGenerator","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentDefGenerator","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComponentExtGenerator","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSpecGenerator","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CSpexGenerator","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiteGenerator","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CategoryGenerator","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductGenerator","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectNameGenerator","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.eclipse.equinox.p2.metadata.IInstallableUnit","defaultValue":null,"instanceClassName":"org.eclipse.equinox.p2.metadata.IInstallableUnit","name":"InstallableUnit","instanceClass":null,"id":16,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":"java.util.Map<java.lang.String, org.eclipse.equinox.p2.metadata.Version>","defaultValue":null,"instanceClassName":"java.util.Map","name":"StringToVersionMap","instanceClass":"java.util.Map","id":17,"serializable":false,"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":"iD","changeable":true,"lowerBound":0,"iD":true,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targlets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":1,"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":"requirements","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":"sourceLocators","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":"installableUnitGenerators","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":"repositoryLists","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"activeRepositoryListName","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"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":"activeRepositoryList","changeable":false,"resolveProxies":false,"lowerBound":0,"id":29,"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":"activeRepositories","changeable":false,"resolveProxies":false,"lowerBound":0,"id":30,"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":"includeSources","changeable":true,"lowerBound":0,"iD":false,"id":31,"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":"includeAllPlatforms","changeable":true,"lowerBound":0,"iD":false,"id":32,"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":"includeAllRequirements","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"},{"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"},{"container":false,"ordered":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":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"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":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1.0.0","unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"generateIUs","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EOperation"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"project","lowerBound":0,"id":56,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"qualifierReplacement","lowerBound":0,"id":57,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"iuVersions","lowerBound":0,"id":58,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"result","lowerBound":0,"id":59,"many":true,"required":false,"eClass":"EParameter"},{"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"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"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":18,"target":21},{"source":18,"target":1},{"source":19,"target":2},{"source":19,"target":22},{"source":19,"target":1},{"source":22,"target":2},{"source":2,"target":0},{"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":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":23,"target":35},{"source":23,"target":2},{"source":24,"target":36},{"source":24,"target":2},{"source":25,"target":37},{"source":25,"target":2},{"source":26,"target":5},{"source":26,"target":38},{"source":26,"target":2},{"source":38,"target":5},{"source":27,"target":39},{"source":27,"target":2},{"source":28,"target":40},{"source":28,"target":2},{"source":29,"target":41},{"source":29,"target":2},{"source":30,"target":42},{"source":30,"target":2},{"source":31,"target":43},{"source":31,"target":2},{"source":32,"target":44},{"source":32,"target":2},{"source":33,"target":45},{"source":33,"target":2},{"source":3,"target":0},{"source":3,"target":46},{"source":3,"target":47},{"source":46,"target":48},{"source":46,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":49},{"source":4,"target":50},{"source":4,"target":51},{"source":49,"target":52},{"source":49,"target":4},{"source":50,"target":53},{"source":50,"target":4},{"source":51,"target":3},{"source":5,"target":0},{"source":5,"target":54},{"source":5,"target":55},{"source":54,"target":5},{"source":54,"target":56},{"source":54,"target":57},{"source":54,"target":58},{"source":54,"target":59},{"source":54,"target":60},{"source":56,"target":61},{"source":56,"target":54},{"source":57,"target":62},{"source":57,"target":54},{"source":58,"target":17},{"source":58,"target":63},{"source":58,"target":54},{"source":63,"target":17},{"source":59,"target":16},{"source":59,"target":64},{"source":59,"target":54},{"source":64,"target":16},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":65},{"source":65,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":66},{"source":66,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":67},{"source":67,"target":5},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":68},{"source":68,"target":5},{"source":10,"target":0},{"source":10,"target":5},{"source":10,"target":69},{"source":69,"target":5},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":70},{"source":70,"target":5},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":71},{"source":71,"target":5},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":72},{"source":72,"target":12},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":73},{"source":73,"target":5},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":74},{"source":74,"target":5},{"source":16,"target":0},{"source":17,"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="research20"
nsURI="http://research20" nsPrefix="_research20">
<eAnnotations source="diastyle.node.dashedred">
<details key="background=red"/>
<details key="line=dash"/>
<details key="font=courier"/>
<details key="fontstyle=italic"/>
<details key="fontcolor=green"/>
<details key="fontsize=20"/>
<details key="align=center"/>
<details key="layout=free"/>
<details key="size=100,100"/>
</eAnnotations>
<eAnnotations source="diastyle.node.green">
<details key="parent=dashedred"/>
<details key="background=green"/>
<details key="shape = rounded"/>
<details key="figure=diamond"/>
<details key="size=150,150"/>
<details key="layout=free"/>
</eAnnotations>
<eAnnotations source="diastyle.edge.blue">
<details key="background=darkblue"/>
<details key="arrowsize=2"/>
<details key="direction=right"/>
</eAnnotations>
<eAnnotations source="diastyle.edge.foobar">
<details key="parent=blue"/>
<details key="arrowsize=2"/>
</eAnnotations>
<eAnnotations source="diastyle.node.dashedblue">
<details key="background=blue"/>
<details key="parent=dashedred"/>
</eAnnotations>
<eAnnotations source="diastyle.edge.yellow">
<details key="parent=e1"/>
<details key="background=yellow"/>
</eAnnotations>
<eAnnotations source="diastyle.edge.blue23">
<details key="parent=blue"/>
<details key="background=lightblue"/>
</eAnnotations>
<eAnnotations source="diastyle.node.bluenode">
<details key="parent=green"/>
<details key="background=lightblue"/>
<details key="figure=bluediamond"/>
</eAnnotations>
<eAnnotations source="diastyle.edge.yellow3">
<details key="parent=green3"/>
<details key="background=yellow"/>
<details key="arrowsize=2"/>
</eAnnotations>
<eAnnotations source="diastyle.edge.e1">
<details key="background=black"/>
<details key="arrowsize=2"/>
</eAnnotations>
<eAnnotations source="diastyle.node.blue22">
<details key="parent=green"/>
<details key="background=lightblue"/>
</eAnnotations>
<eAnnotations source="diastyle.node.yellownode">
<details key="parent=dashedred"/>
<details key="background=yellow"/>
</eAnnotations>
<eAnnotations source="diastyle.edge.lightgray">
<details key="background=lightgray"/>
</eAnnotations>
<eAnnotations source="diastyle.partition.bluecompartment">
<details key="background=blue"/>
</eAnnotations>
<eAnnotations source="diastyle.partition.lightgray">
<details key="background=lightgray"/>
</eAnnotations>
<eAnnotations source="diastyle.partition.yellow2">
<details key="background=yellow"/>
</eAnnotations>
<eAnnotations source="diastyle.partition.blue2">
<details key="background=lightblue"/>
</eAnnotations>
<eAnnotations source="diastyle.edge.black">
<details key="background=black"/>
</eAnnotations>
<eAnnotations source="diastyle.node.green2">
<details key="parent=green"/>
</eAnnotations>
<eAnnotations source="diastyle.edge.green33">
<details key="parent=green3"/>
</eAnnotations>
<eAnnotations source="diastyle.edge.e10">
<details key="background=lightgreen"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="PublicationProcess" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="cref=phases"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minTime" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxTime" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="phases" upperBound="-1"
eType="#//Phase" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Researcher">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="label=name" value=""/>
<details key="lnk=writes" value=""/>
<details key="lnk=reviews" value=""/>
<details key="lnk=collaborations"/>
<details key="ref=res_position"/>
<details key="cref=skills"/>
<details key="style=green"/>
<details key="style.lnk.reviews=foobar"/>
<details key="style.cref.skills=yellow2"/>
<details key="style.ref.res_position=e1"/>
<details key="style.lnk.writes=black"/>
</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="forName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="writes" upperBound="-1"
eType="#//Write" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1"
eType="#//Review" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="res_papers" upperBound="-1"
eType="#//Paper" eOpposite="#//Paper/authors"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="skills" upperBound="-1"
eType="#//Skill" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="res_position" eType="#//Position"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collaborations" upperBound="-1"
eType="#//Collaboration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Paper" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="kref=paragraphs" value=""/>
<details key="style=bluenode"/>
<details key="style.kref.paragraphs=lightgray"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="view=vwpublicationstructure"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="paragraphs" upperBound="-1"
eType="#//Paragraph" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="progress" upperBound="-1"
eType="#//Progress" containment="true" eOpposite="#//Progress/paper"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="authors" upperBound="-1"
eType="#//Researcher" eOpposite="#//Researcher/res_papers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keywords" upperBound="-1"
eType="#//PaperKeyword" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="citedBy" eType="#//Paper"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="state" eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Paragraph" eSuperTypes="#//Counted #//Named">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="style=blue22"/>
<details key="cont=Paper.paragraphs" value=""/>
<details key="label=name"/>
<details key="kref=reviews" value=""/>
<details key="style.kref.reviews=bluecompartment"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="reviews" upperBound="-1"
eType="#//ReviewNote" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReviewNote" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Progress" eSuperTypes="#//Labelled">
<eAnnotations source="diagraph">
<details key="link" value=""/>
<details key="label=percent"/>
<details key="cont=Paper.progress" value=""/>
<details key="ltrg=process" value=""/>
<details key="style=e10"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//PublicationProcess"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="paper" eType="#//Paper"
eOpposite="#//Paper/progress"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="percent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Write" eSuperTypes="#//Labelled">
<eAnnotations source="diagraph">
<details key="link"/>
<details key="label=timeSpent"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="paragraph" eType="#//Paragraph"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeSpent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Review" eSuperTypes="#//Labelled">
<eAnnotations source="diagraph">
<details key="link"/>
<details key="label=date"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="reviewNote" eType="#//ReviewNote"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PublicationStructure" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node" value=""/>
<details key="kref=researchers" value=""/>
<details key="kref=papers" value=""/>
<details key="style.kref.papers=blue2"/>
<details key="style.kref.researchers=yellow2"/>
<details key="style=dashedred"/>
<details key="kref=behaviorView"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov"/>
<details key="view=vwpublicationstructure"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="researchers" upperBound="-1"
eType="#//Researcher" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="papers" upperBound="-1"
eType="#//Paper" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="knowledgeMan" eType="#//KnowledgeManager"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="behaviorView" eType="#//PublicationStatus"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PublicationSystem" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="processView" eType="#//PublicationProcess"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="structuralView" eType="#//PublicationStructure"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="positions" upperBound="-1"
eType="#//Position" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Named" abstract="true">
<eAnnotations source="diagraph">
<details key="label=name" value=""/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="view=vwpublicationstructure"/>
</eAnnotations>
<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="Counted" abstract="true">
<eAnnotations source="diagraph">
<details key="label=id" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Labelled" abstract="true">
<eAnnotations source="diagraph">
<details key="label=lname" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Skill">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=description"/>
<details key="style=green2"/>
</eAnnotations>
<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="Position" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=description"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Position"/>
<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="Phase">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="style=green2"/>
<details key="label=name"/>
</eAnnotations>
<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="Keyword" eSuperTypes="#//Named">
<eAnnotations source="diagraph"/>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="view=vwpublicationstructure"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="word" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kpapers" upperBound="-1"
eType="#//Paper"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KnowledgeManager" eSuperTypes="#//Named">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="view=vwpublicationstructure"/>
<details key="kref=allkeywords"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="allkeywords" upperBound="-1"
eType="#//Keyword" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PaperKeyword">
<eAnnotations source="diagraph">
<details key="link"/>
<details key="view=vwpublicationstructure"/>
<details key="ltrg=keyword"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyword" eType="#//Keyword"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration">
<eAnnotations source="diagraph">
<details key="label=ratio" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ratio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="col_paper" eType="#//Paper"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PublicationStatus">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=label"/>
<details key="nav:vwpublicationstatus"/>
</eAnnotations>
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov"/>
<details key="cref=machineVariables"/>
<details key="view=vwpublicationstatus"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="machineVariables" upperBound="-1"
eType="#//StateMachineVariable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pubStates" upperBound="-1"
eType="#//State" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateMachineVariable">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="view=vwpublicationstatus"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateMachineObject" abstract="true">
<eAnnotations source="diagraph">
<details key="label=label"/>
<details key="view=vwpublicationstatus"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//StateMachineObject">
<eAnnotations source="diagraph">
<details key="link"/>
<details key="view=vwpublicationstatus"/>
<details key="cont=State.transitions"/>
<details key="lsrc=source"/>
<details key="ltrg=target"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guardLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="guardExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="t_actions" upperBound="-1"
eType="#//Action" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//State"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//State"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//StateMachineObject">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="view=vwpublicationstatus"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//Transition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="s_actions" upperBound="-1"
eType="#//Action" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//StateType"/>
<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="Action">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="view=vwpublicationstatus"/>
<details key="cont=State.s_actions"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actionLabel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="actionStatement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//Action"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StateType">
<eLiterals name="initial" literal="Initial"/>
<eLiterals name="ongoing" value="1" literal="Normal"/>
<eLiterals name="final" value="2" literal="Final"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/research20.ecore | ecore | research20
PublicationProcess
minTime
maxTime
phases
Researcher
name
forName
writes
reviews
res_papers
skills
res_position
collaborations
Paper
paragraphs
progress
authors
keywords
citedBy
state
Paragraph
reviews
content
ReviewNote
content
Progress
process
paper
percent
Write
paragraph
timeSpent
Review
reviewNote
date
PublicationStructure
researchers
papers
knowledgeMan
behaviorView
PublicationSystem
processView
structuralView
positions
Named
name
Counted
id
Labelled
lname
Skill
description
Position
parent
description
Phase
name
Keyword
word
kpapers
KnowledgeManager
allkeywords
PaperKeyword
weight
keyword
Collaboration
ratio
col_paper
PublicationStatus
machineVariables
pubStates
label
StateMachineVariable
StateMachineObject
label
Transition
guardLabel
guardExpression
t_actions
source
target
State
id
transitions
s_actions
kind
name
Action
actionLabel
actionStatement
next
StateType
initial
Initial
ongoing
Normal
final
Final | null | {"directed":true,"nodes":[{"nsPrefix":"_research20","nsURI":"http://research20","name":"research20","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationProcess","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Researcher","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paper","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Paragraph","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReviewNote","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Progress","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":"Review","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStructure","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationSystem","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Counted","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Labelled","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skill","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Position","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Keyword","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KnowledgeManager","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PaperKeyword","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PublicationStatus","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineVariable","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachineObject","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StateType","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minTime","changeable":true,"lowerBound":1,"iD":false,"id":28,"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":"maxTime","changeable":true,"lowerBound":1,"iD":false,"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":"phases","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"},{"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":"forName","changeable":true,"lowerBound":0,"iD":false,"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":"writes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"reviews","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":false,"unsettable":false,"transient":false,"unique":true,"name":"res_papers","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":true,"unsettable":false,"transient":false,"unique":true,"name":"skills","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":"res_position","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":"collaborations","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"},{"id":47,"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":"authors","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":"paragraphs","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":true,"unsettable":false,"transient":false,"unique":true,"name":"progress","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":"keywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"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":"citedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"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":"state","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"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":"paper","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reviews","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"content","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"percent","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"},{"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":"paragraph","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"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":"timeSpent","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"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":"reviewNote","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"date","changeable":true,"lowerBound":0,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"researchers","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"papers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"knowledgeMan","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":"behaviorView","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":"processView","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":"structuralView","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":"positions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"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":106,"derived":false},{"id":107,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"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":"lname","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"id":113,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":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":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"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":119,"derived":false},{"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":"word","changeable":true,"lowerBound":0,"iD":false,"id":121,"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":"kpapers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allkeywords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"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":"weight","changeable":true,"lowerBound":0,"iD":false,"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":"keyword","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"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":"ratio","changeable":true,"lowerBound":0,"iD":false,"id":133,"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":"col_paper","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"machineVariables","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":"pubStates","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"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":143,"derived":false},{"id":144,"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":"guardLabel","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guardExpression","changeable":true,"lowerBound":0,"iD":false,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"t_actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"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":"source","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":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"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":"id","changeable":true,"lowerBound":0,"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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"s_actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"actionLabel","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":"actionStatement","changeable":true,"lowerBound":0,"iD":false,"id":168,"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":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"name":"initial","id":173,"value":0,"literal":"Initial","eClass":"EEnumLiteral"},{"name":"ongoing","id":174,"value":1,"literal":"Normal","eClass":"EEnumLiteral"},{"name":"final","id":175,"value":2,"literal":"Final","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":1,"target":0},{"source":1,"target":11},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":28,"target":32},{"source":28,"target":1},{"source":29,"target":33},{"source":29,"target":1},{"source":30,"target":16},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":16},{"source":31,"target":11},{"source":2,"target":0},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":35,"target":43},{"source":35,"target":2},{"source":36,"target":44},{"source":36,"target":2},{"source":37,"target":7},{"source":37,"target":45},{"source":37,"target":2},{"source":45,"target":7},{"source":38,"target":8},{"source":38,"target":46},{"source":38,"target":2},{"source":46,"target":8},{"source":39,"target":3},{"source":39,"target":47},{"source":39,"target":2},{"source":39,"target":48},{"source":47,"target":3},{"source":40,"target":14},{"source":40,"target":49},{"source":40,"target":2},{"source":49,"target":14},{"source":41,"target":15},{"source":41,"target":50},{"source":41,"target":2},{"source":50,"target":15},{"source":42,"target":20},{"source":42,"target":51},{"source":42,"target":2},{"source":51,"target":20},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":48},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":52,"target":4},{"source":52,"target":58},{"source":52,"target":3},{"source":58,"target":4},{"source":53,"target":6},{"source":53,"target":59},{"source":53,"target":3},{"source":53,"target":60},{"source":59,"target":6},{"source":48,"target":2},{"source":48,"target":61},{"source":48,"target":3},{"source":48,"target":39},{"source":61,"target":2},{"source":54,"target":19},{"source":54,"target":62},{"source":54,"target":3},{"source":62,"target":19},{"source":55,"target":3},{"source":55,"target":63},{"source":55,"target":3},{"source":63,"target":3},{"source":56,"target":25},{"source":56,"target":64},{"source":56,"target":3},{"source":64,"target":25},{"source":57,"target":11},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":11},{"source":4,"target":65},{"source":4,"target":66},{"source":4,"target":67},{"source":4,"target":68},{"source":65,"target":5},{"source":65,"target":69},{"source":65,"target":4},{"source":69,"target":5},{"source":66,"target":70},{"source":66,"target":4},{"source":67,"target":12},{"source":68,"target":11},{"source":5,"target":0},{"source":5,"target":11},{"source":5,"target":71},{"source":5,"target":72},{"source":71,"target":73},{"source":71,"target":5},{"source":72,"target":11},{"source":6,"target":0},{"source":6,"target":13},{"source":6,"target":74},{"source":6,"target":60},{"source":6,"target":75},{"source":6,"target":76},{"source":74,"target":1},{"source":74,"target":77},{"source":74,"target":6},{"source":77,"target":1},{"source":60,"target":3},{"source":60,"target":78},{"source":60,"target":6},{"source":60,"target":53},{"source":78,"target":3},{"source":75,"target":79},{"source":75,"target":6},{"source":76,"target":13},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":80,"target":4},{"source":80,"target":83},{"source":80,"target":7},{"source":83,"target":4},{"source":81,"target":84},{"source":81,"target":7},{"source":82,"target":13},{"source":8,"target":0},{"source":8,"target":13},{"source":8,"target":85},{"source":8,"target":86},{"source":8,"target":87},{"source":85,"target":5},{"source":85,"target":88},{"source":85,"target":8},{"source":88,"target":5},{"source":86,"target":89},{"source":86,"target":8},{"source":87,"target":13},{"source":9,"target":0},{"source":9,"target":11},{"source":9,"target":90},{"source":9,"target":91},{"source":9,"target":92},{"source":9,"target":93},{"source":9,"target":94},{"source":90,"target":2},{"source":90,"target":95},{"source":90,"target":9},{"source":95,"target":2},{"source":91,"target":3},{"source":91,"target":96},{"source":91,"target":9},{"source":96,"target":3},{"source":92,"target":18},{"source":92,"target":97},{"source":92,"target":9},{"source":97,"target":18},{"source":93,"target":21},{"source":93,"target":98},{"source":93,"target":9},{"source":98,"target":21},{"source":94,"target":11},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":99},{"source":10,"target":100},{"source":10,"target":101},{"source":10,"target":102},{"source":99,"target":1},{"source":99,"target":103},{"source":99,"target":10},{"source":103,"target":1},{"source":100,"target":9},{"source":100,"target":104},{"source":100,"target":10},{"source":104,"target":9},{"source":101,"target":15},{"source":101,"target":105},{"source":101,"target":10},{"source":105,"target":15},{"source":102,"target":11},{"source":11,"target":0},{"source":11,"target":106},{"source":106,"target":107},{"source":106,"target":11},{"source":12,"target":0},{"source":12,"target":108},{"source":108,"target":109},{"source":108,"target":12},{"source":13,"target":0},{"source":13,"target":110},{"source":110,"target":111},{"source":110,"target":13},{"source":14,"target":0},{"source":14,"target":112},{"source":112,"target":113},{"source":112,"target":14},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":114},{"source":15,"target":115},{"source":15,"target":116},{"source":114,"target":15},{"source":114,"target":117},{"source":114,"target":15},{"source":117,"target":15},{"source":115,"target":118},{"source":115,"target":15},{"source":116,"target":11},{"source":16,"target":0},{"source":16,"target":119},{"source":119,"target":120},{"source":119,"target":16},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":121},{"source":17,"target":122},{"source":17,"target":123},{"source":121,"target":124},{"source":121,"target":17},{"source":122,"target":3},{"source":122,"target":125},{"source":122,"target":17},{"source":125,"target":3},{"source":123,"target":11},{"source":18,"target":0},{"source":18,"target":11},{"source":18,"target":126},{"source":18,"target":127},{"source":126,"target":17},{"source":126,"target":128},{"source":126,"target":18},{"source":128,"target":17},{"source":127,"target":11},{"source":19,"target":0},{"source":19,"target":129},{"source":19,"target":130},{"source":129,"target":131},{"source":129,"target":19},{"source":130,"target":17},{"source":130,"target":132},{"source":130,"target":19},{"source":132,"target":17},{"source":20,"target":0},{"source":20,"target":133},{"source":20,"target":134},{"source":133,"target":135},{"source":133,"target":20},{"source":134,"target":3},{"source":134,"target":136},{"source":134,"target":20},{"source":136,"target":3},{"source":21,"target":0},{"source":21,"target":137},{"source":21,"target":138},{"source":21,"target":139},{"source":137,"target":22},{"source":137,"target":140},{"source":137,"target":21},{"source":140,"target":22},{"source":138,"target":25},{"source":138,"target":141},{"source":138,"target":21},{"source":141,"target":25},{"source":139,"target":142},{"source":139,"target":21},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":143},{"source":143,"target":144},{"source":143,"target":23},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":145},{"source":24,"target":146},{"source":24,"target":147},{"source":24,"target":148},{"source":24,"target":149},{"source":24,"target":150},{"source":145,"target":151},{"source":145,"target":24},{"source":146,"target":152},{"source":146,"target":24},{"source":147,"target":26},{"source":147,"target":153},{"source":147,"target":24},{"source":153,"target":26},{"source":148,"target":25},{"source":148,"target":154},{"source":148,"target":24},{"source":154,"target":25},{"source":149,"target":25},{"source":149,"target":155},{"source":149,"target":24},{"source":155,"target":25},{"source":150,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":156},{"source":25,"target":157},{"source":25,"target":158},{"source":25,"target":159},{"source":25,"target":160},{"source":25,"target":161},{"source":156,"target":162},{"source":156,"target":25},{"source":157,"target":24},{"source":157,"target":163},{"source":157,"target":25},{"source":163,"target":24},{"source":158,"target":26},{"source":158,"target":164},{"source":158,"target":25},{"source":164,"target":26},{"source":159,"target":27},{"source":159,"target":165},{"source":159,"target":25},{"source":165,"target":27},{"source":160,"target":166},{"source":160,"target":25},{"source":161,"target":23},{"source":26,"target":0},{"source":26,"target":167},{"source":26,"target":168},{"source":26,"target":169},{"source":167,"target":170},{"source":167,"target":26},{"source":168,"target":171},{"source":168,"target":26},{"source":169,"target":26},{"source":169,"target":172},{"source":169,"target":26},{"source":172,"target":26},{"source":27,"target":0},{"source":27,"target":173},{"source":27,"target":174},{"source":27,"target":175},{"source":173,"target":27},{"source":174,"target":27},{"source":175,"target":27}],"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="file" nsURI="http://ai1.uni-bayreuth.de/supermod/file/0.1.0"
nsPrefix="de.ubt.ai1.supermod.mm.file">
<eClassifiers xsi:type="ecore:EClass" name="VersionedFileSystem" eSuperTypes="../../de.ubt.ai1.supermod.mm.core/model/SuperModCore.ecore#//ProductDimension">
<eOperations name="getResource" eType="#//VersionedResource">
<eParameters name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="createFile" eType="#//VersionedFile">
<eParameters name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="createFolder" eType="#//VersionedFolder">
<eParameters name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="roots" upperBound="-1"
eType="#//VersionedResource" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allResources" upperBound="-1"
eType="#//VersionedResource" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VersionedResource" abstract="true" eSuperTypes="../../de.ubt.ai1.supermod.mm.core/model/SuperModCore.ecore#//ProductSpaceElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" 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="container" eType="#//VersionedFolder"
eOpposite="#//VersionedFolder/contents"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VersionedFolder" eSuperTypes="#//VersionedResource">
<eOperations name="getContent" eType="#//VersionedResource">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//VersionedResource" containment="true" eOpposite="#//VersionedResource/container"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allContents" upperBound="-1"
eType="#//VersionedResource" changeable="false" volatile="true" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VersionedFile" eSuperTypes="#//VersionedResource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contentType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//VersionedFileContent"
eOpposite="#//VersionedFileContent/file"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VersionedFileContent" abstract="true"
eSuperTypes="../../de.ubt.ai1.supermod.mm.core/model/SuperModCore.ecore#//ProductSpaceElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="#//VersionedFile"
eOpposite="#//VersionedFile/content"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="superExtension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
changeable="false" volatile="true" transient="true" derived="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/se-ubt/supermod/de.ubt.ai1.supermod.mm.file/model/SuperModFile.ecore | ecore | file
VersionedFileSystem
getResource
path
createFile
path
createFolder
path
roots
allResources
VersionedResource
name
path
container
VersionedFolder
getContent
name
contents
allContents
VersionedFile
contentType
content
VersionedFileContent
file
superExtension | null | {"directed":true,"nodes":[{"nsPrefix":"de.ubt.ai1.supermod.mm.file","nsURI":"http://ai1.uni-bayreuth.de/supermod/file/0.1.0","name":"file","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionedFileSystem","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionedResource","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionedFolder","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionedFile","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VersionedFileContent","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getResource","lowerBound":0,"id":6,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFile","lowerBound":0,"id":7,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"createFolder","lowerBound":0,"id":8,"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":"roots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"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":"allResources","changeable":false,"resolveProxies":true,"lowerBound":0,"id":10,"derived":true},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"path","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EParameter"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"path","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EParameter"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"path","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EParameter"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"path","changeable":false,"lowerBound":0,"iD":false,"id":24,"derived":true},{"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":"container","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":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getContent","lowerBound":0,"id":31,"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":"allContents","changeable":false,"resolveProxies":true,"lowerBound":0,"id":32,"derived":true},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EParameter"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"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":"contentType","changeable":true,"lowerBound":0,"iD":false,"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":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"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":"file","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"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":"superExtension","changeable":false,"lowerBound":0,"iD":false,"id":45,"derived":true},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"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":6,"target":2},{"source":6,"target":12},{"source":6,"target":1},{"source":6,"target":13},{"source":12,"target":2},{"source":13,"target":14},{"source":13,"target":6},{"source":7,"target":4},{"source":7,"target":15},{"source":7,"target":1},{"source":7,"target":16},{"source":15,"target":4},{"source":16,"target":17},{"source":16,"target":7},{"source":8,"target":3},{"source":8,"target":18},{"source":8,"target":1},{"source":8,"target":19},{"source":18,"target":3},{"source":19,"target":20},{"source":19,"target":8},{"source":9,"target":2},{"source":9,"target":21},{"source":9,"target":1},{"source":21,"target":2},{"source":10,"target":2},{"source":10,"target":22},{"source":10,"target":1},{"source":22,"target":2},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":23,"target":27},{"source":23,"target":2},{"source":24,"target":28},{"source":24,"target":2},{"source":25,"target":3},{"source":25,"target":29},{"source":25,"target":2},{"source":25,"target":30},{"source":29,"target":3},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":31},{"source":3,"target":30},{"source":3,"target":32},{"source":3,"target":33},{"source":31,"target":2},{"source":31,"target":34},{"source":31,"target":3},{"source":31,"target":35},{"source":34,"target":2},{"source":35,"target":36},{"source":35,"target":31},{"source":30,"target":2},{"source":30,"target":37},{"source":30,"target":3},{"source":30,"target":25},{"source":37,"target":2},{"source":32,"target":2},{"source":32,"target":38},{"source":32,"target":3},{"source":38,"target":2},{"source":33,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":39,"target":42},{"source":39,"target":4},{"source":40,"target":5},{"source":40,"target":43},{"source":40,"target":4},{"source":40,"target":44},{"source":43,"target":5},{"source":41,"target":2},{"source":5,"target":0},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":44,"target":4},{"source":44,"target":47},{"source":44,"target":5},{"source":44,"target":40},{"source":47,"target":4},{"source":45,"target":48},{"source":45,"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="bsm" nsURI="http://org/msee/slmtoolbox/modeling/model/ssm/bsm.ecore"
nsPrefix="org.msee.slmtoolbox.modeling.model.ssm.bsm">
<eClassifiers xsi:type="ecore:EClass" name="IBsmNamedElement" abstract="true" interface="true">
<eOperations name="getId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="setId">
<eParameters name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="setName">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="if (eIsProxy()) return super.toString();
String nameElement = TODO_NAME;
StringBuffer result = new StringBuffer();
if (null == this.getName()) {
result.append("<");
result.append(nameElement);
result.append(">");
} else {
result.append(nameElement);
result.append(" ");
result.append(this.getName());
}
return result.toString();"/>
</eAnnotations>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmModel" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1"
eType="#//BsmService" containment="true" eOpposite="#//BsmService/bsmModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organizations" upperBound="-1"
eType="#//BsmOrganization" containment="true" eOpposite="#//BsmOrganization/bsmModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="partners" upperBound="-1"
eType="#//BsmPartner" containment="true" eOpposite="#//BsmPartner/bsmModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stakeholders" upperBound="-1"
eType="#//BsmStakeholder" containment="true" eOpposite="#//BsmStakeholder/bsmModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//BsmValue" containment="true" eOpposite="#//BsmValue/bsmModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="products" upperBound="-1"
eType="#//BsmProduct" containment="true" eOpposite="#//BsmProduct/bsmModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionalities" upperBound="-1"
eType="#//BsmFunctionality" containment="true" eOpposite="#//BsmFunctionality/bsmModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customers" upperBound="-1"
eType="#//BsmCustomer" containment="true" eOpposite="#//BsmCustomer/bsmModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1"
eType="#//BsmProcess" containment="true" eOpposite="#//BsmProcess/bsmModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decisions" upperBound="-1"
eType="#//BsmDecision" eOpposite="#//BsmDecision/bsmModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decisionStructures" upperBound="-1"
eType="#//BsmDecisionStructure" containment="true" eOpposite="#//BsmDecisionStructure/bsmModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//BsmResource" eOpposite="#//BsmResource/bsmModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmService" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="objective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="products" upperBound="-1"
eType="#//BsmProduct" eOpposite="#//BsmProduct/service"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionalities" upperBound="-1"
eType="#//BsmFunctionality" eOpposite="#//BsmFunctionality/service"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//BsmResource" eOpposite="#//BsmResource/service"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1"
eType="#//BsmProcess" eOpposite="#//BsmProcess/service"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customers" upperBound="-1"
eType="#//BsmCustomer" eOpposite="#//BsmCustomer/service"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//BsmValue" eOpposite="#//BsmValue/service"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stakeholders" upperBound="-1"
eType="#//BsmStakeholder" eOpposite="#//BsmStakeholder/service"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="partners" upperBound="-1"
eType="#//BsmPartner" eOpposite="#//BsmPartner/service"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1"
eType="#//BsmModel" eOpposite="#//BsmModel/service"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmCustomer" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="categories" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="levelOfEducation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gender" eType="#//BsmGender"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="age" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="annualRevenueRange" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="requirement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="targetedUsageFreq" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1"
eType="#//BsmService" eOpposite="#//BsmService/customers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1"
eType="#//BsmModel" eOpposite="#//BsmModel/customers"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmStakeholder" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="concern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1"
eType="#//BsmService" eOpposite="#//BsmService/stakeholders"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1"
eType="#//BsmModel" eOpposite="#//BsmModel/stakeholders"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmPartner" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="category" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="competence" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="concern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contribution" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1"
eType="#//BsmService" eOpposite="#//BsmService/partners"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1"
eType="#//BsmModel" eOpposite="#//BsmModel/partners"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmProduct" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="techCharacteristics" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1"
eType="#//BsmService" eOpposite="#//BsmService/products"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="functionalities" upperBound="-1"
eType="#//BsmFunctionality" eOpposite="#//BsmFunctionality/product"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="#//BsmComponent" containment="true" eOpposite="#//BsmComponent/product"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1"
eType="#//BsmModel" eOpposite="#//BsmModel/products"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmComponent" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cost" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="product" lowerBound="1"
eType="#//BsmProduct" eOpposite="#//BsmProduct/components"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmFunctionality" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" 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="service" lowerBound="1"
eType="#//BsmService" eOpposite="#//BsmService/functionalities"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="product" eType="#//BsmProduct"
eOpposite="#//BsmProduct/functionalities"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subFunctions" upperBound="-1"
eType="#//BsmFunctionality" eOpposite="#//BsmFunctionality/mainFunction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainFunction" eType="#//BsmFunctionality"
eOpposite="#//BsmFunctionality/subFunctions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1"
eType="#//BsmModel" eOpposite="#//BsmModel/functionalities"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmResource" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//BsmResourceType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="capability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1"
eType="#//BsmService" eOpposite="#//BsmService/resources"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1"
eType="#//BsmProcess" eOpposite="#//BsmProcess/resources"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" lowerBound="1"
eType="#//BsmEnterprise" eOpposite="#//BsmEnterprise/resources"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1"
eType="#//BsmModel" eOpposite="#//BsmModel/resources"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eaResources" upperBound="-1"
eType="ecore:EClass eaStar.ecore#//coreElements/EaResource"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assetClass" eType="#//BsmMseAssetClass"
containment="true" eOpposite="#//BsmMseAssetClass/resource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmProcess" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="objective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="result" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subProcess" upperBound="-1"
eType="#//BsmProcess" eOpposite="#//BsmProcess/mainProcess"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainProcess" eType="#//BsmProcess"
eOpposite="#//BsmProcess/subProcess"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1"
eType="#//BsmService" eOpposite="#//BsmService/processes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//BsmResource" eOpposite="#//BsmResource/processes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organizations" lowerBound="1"
upperBound="-1" eType="#//BsmOrganization" eOpposite="#//BsmOrganization/processes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1"
eType="#//BsmModel" eOpposite="#//BsmModel/processes"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eaProcess" eType="ecore:EClass eaStar.ecore#//generalElements/EaProcess"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mseService" eType="#//BsmMseService"
containment="true" eOpposite="#//BsmMseService/process"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmDecision" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//BsmDecisionType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="horizon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="period" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="objective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="event" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decisionStructure" lowerBound="1"
eType="#//BsmDecisionStructure" eOpposite="#//BsmDecisionStructure/decisions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" lowerBound="1"
eType="#//BsmOrganization" eOpposite="#//BsmOrganization/decisions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1"
eType="#//BsmModel" eOpposite="#//BsmModel/decisions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ggDecisionCenters" upperBound="-1"
eType="ecore:EClass graiGrid.ecore#//coreElements/GgDecisionCenter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//BsmDecisionVariable" containment="true" eOpposite="#//BsmDecisionVariable/decision"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryIndicators" upperBound="-1"
eType="#//BsmPrimaryIndicator" containment="true" eOpposite="#//BsmPrimaryIndicator/decision"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="objectives" upperBound="-1"
eType="#//BsmDecisionObjective" containment="true" eOpposite="#//BsmDecisionObjective/decision"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmDecisionStructure" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decisions" upperBound="-1"
eType="#//BsmDecision" containment="true" eOpposite="#//BsmDecision/decisionStructure"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organizations" lowerBound="1"
upperBound="-1" eType="#//BsmOrganization" eOpposite="#//BsmOrganization/decisionStructures"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1"
eType="#//BsmModel" eOpposite="#//BsmModel/decisionStructures"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ggGraiGrids" upperBound="-1"
eType="ecore:EClass graiGrid.ecore#//generalElements/GgGraiGrid"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmOrganization" abstract="true" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="processes" upperBound="-1"
eType="#//BsmProcess" eOpposite="#//BsmProcess/organizations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decisions" upperBound="-1"
eType="#//BsmDecision" eOpposite="#//BsmDecision/organization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1"
eType="#//BsmModel" eOpposite="#//BsmModel/organizations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decisionStructures" upperBound="-1"
eType="#//BsmDecisionStructure" eOpposite="#//BsmDecisionStructure/organizations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ggOrganizations" upperBound="-1"
eType="ecore:EClass graiGrid.ecore#//generalElements/GgOrganization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eaOrganizations" upperBound="-1"
eType="ecore:EClass eaStar.ecore#//coreElements/EaOrganization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mseService" upperBound="-1"
eType="#//BsmMseService" eOpposite="#//BsmMseService/organization"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmEnterprise" eSuperTypes="#//BsmOrganization">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//BsmResource" containment="true" eOpposite="#//BsmResource/organization"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="veParticipations" upperBound="-1"
eType="#//BsmVEParticipation" eOpposite="#//BsmVEParticipation/enterprise"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmVirtualEnterprise" eSuperTypes="#//BsmOrganization">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="veParticipations" upperBound="-1"
eType="#//BsmVEParticipation" containment="true" eOpposite="#//BsmVEParticipation/virtualEnterprise"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmVEParticipation" eSuperTypes="#//IBsmNamedElement">
<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:EReference" name="enterprise" lowerBound="1"
eType="#//BsmEnterprise" eOpposite="#//BsmEnterprise/veParticipations"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="virtualEnterprise" lowerBound="1"
eType="#//BsmVirtualEnterprise" eOpposite="#//BsmVirtualEnterprise/veParticipations"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmValue" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="service" lowerBound="1"
eType="#//BsmService" eOpposite="#//BsmService/values"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bsmModel" lowerBound="1"
eType="#//BsmModel" eOpposite="#//BsmModel/values"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BsmGender">
<eLiterals name="female"/>
<eLiterals name="male" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BsmResourceType">
<eLiterals name="physicalMean"/>
<eLiterals name="IT" value="1"/>
<eLiterals name="human" value="2"/>
<eLiterals name="undefined" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BsmPIType">
<eLiterals name="customerOriented"/>
<eLiterals name="providerOriented" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BsmDecisionType">
<eLiterals name="periodic"/>
<eLiterals name="eventBased" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmDecisionVariable" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decision" lowerBound="1"
eType="#//BsmDecision" eOpposite="#//BsmDecision/variables"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryIndicators" upperBound="-1"
eType="#//BsmPrimaryIndicator" eOpposite="#//BsmPrimaryIndicator/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmPrimaryIndicator" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="formula" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredInfo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredProcessing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decision" lowerBound="1"
eType="#//BsmDecision" eOpposite="#//BsmDecision/primaryIndicators"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//BsmDecisionVariable" eOpposite="#//BsmDecisionVariable/primaryIndicators"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="objectives" upperBound="-1"
eType="#//BsmDecisionObjective" eOpposite="#//BsmDecisionObjective/primaryIndicators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmDecisionObjective" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decision" lowerBound="1"
eType="#//BsmDecision" eOpposite="#//BsmDecision/objectives"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="primaryIndicators" upperBound="-1"
eType="#//BsmPrimaryIndicator" eOpposite="#//BsmPrimaryIndicator/objectives"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmMseAssetClass" eSuperTypes="#//IBsmNamedElement">
<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="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resource" lowerBound="1"
eType="#//BsmResource" eOpposite="#//BsmResource/assetClass"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BsmMseService" eSuperTypes="#//IBsmNamedElement">
<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"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" 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="createDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="publicationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfAssets" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="process" lowerBound="1"
eType="#//BsmProcess" eOpposite="#//BsmProcess/mseService"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="organization" lowerBound="1"
eType="#//BsmOrganization" eOpposite="#//BsmOrganization/mseService"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/OsmoseEU/OSMOSE_OpenPlatform/OSM_BPM/workspace/org.msee.slmtoolbox.modeling.model/model/bsm_old.ecore | ecore | bsm
IBsmNamedElement
getId
getName
setId
id
setName
name
toString
BsmModel
id
name
service
organizations
partners
stakeholders
values
products
functionalities
customers
processes
decisions
decisionStructures
resources
BsmService
id
name
description
constraint
objective
domain
nature
products
functionalities
resources
processes
customers
values
stakeholders
partners
bsmModel
BsmCustomer
id
name
categories
levelOfEducation
gender
age
annualRevenueRange
requirement
constraint
targetedUsageFreq
service
bsmModel
BsmStakeholder
id
name
type
concern
constraint
role
service
bsmModel
BsmPartner
id
name
category
competence
concern
constraint
contribution
service
bsmModel
BsmProduct
id
name
type
function
techCharacteristics
service
functionalities
components
bsmModel
BsmComponent
id
name
cost
product
BsmFunctionality
id
name
type
description
service
product
subFunctions
mainFunction
bsmModel
BsmResource
id
name
type
role
capability
constraint
service
processes
organization
bsmModel
eaResources
assetClass
BsmProcess
id
name
objective
trigger
result
constraint
subProcess
mainProcess
service
resources
organizations
bsmModel
eaProcess
mseService
BsmDecision
id
name
type
horizon
period
constraint
objective
variable
event
decisionStructure
organization
bsmModel
ggDecisionCenters
variables
primaryIndicators
objectives
BsmDecisionStructure
id
name
decisions
organizations
bsmModel
ggGraiGrids
BsmOrganization
id
name
description
processes
decisions
bsmModel
decisionStructures
ggOrganizations
eaOrganizations
mseService
BsmEnterprise
type
resources
veParticipations
BsmVirtualEnterprise
type
veParticipations
BsmVEParticipation
id
name
enterprise
virtualEnterprise
BsmValue
id
name
service
description
bsmModel
BsmGender
female
female
male
male
BsmResourceType
physicalMean
physicalMean
IT
IT
human
human
undefined
undefined
BsmPIType
customerOriented
customerOriented
providerOriented
providerOriented
BsmDecisionType
periodic
periodic
eventBased
eventBased
BsmDecisionVariable
id
name
description
decision
primaryIndicators
BsmPrimaryIndicator
id
name
description
unit
formula
requiredInfo
requiredProcessing
decision
variables
objectives
BsmDecisionObjective
id
name
description
decision
primaryIndicators
BsmMseAssetClass
id
name
prefix
uri
resource
BsmMseService
id
name
type
description
createDate
publicationDate
numberOfAssets
process
organization | null | {"directed":true,"nodes":[{"nsPrefix":"org.msee.slmtoolbox.modeling.model.ssm.bsm","nsURI":"http://org/msee/slmtoolbox/modeling/model/ssm/bsm.ecore","name":"bsm","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IBsmNamedElement","instanceClass":null,"abstract":true,"id":1,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmService","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmCustomer","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmStakeholder","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmPartner","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmProduct","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmComponent","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmFunctionality","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmResource","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmProcess","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmDecision","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmDecisionStructure","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmOrganization","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmEnterprise","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmVirtualEnterprise","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmVEParticipation","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmValue","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BsmGender","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BsmResourceType","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BsmPIType","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BsmDecisionType","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmDecisionVariable","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmPrimaryIndicator","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmDecisionObjective","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmMseAssetClass","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BsmMseService","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getId","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setId","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setName","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"id","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EParameter"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"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":true,"id":40,"derived":false},{"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":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":"service","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":"organizations","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":"partners","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":"stakeholders","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":"values","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":"products","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":"functionalities","changeable":true,"resolveProxies":true,"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":"customers","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"processes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"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":"decisions","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":true,"unsettable":false,"transient":false,"unique":true,"name":"decisionStructures","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":"resources","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"},{"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":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"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":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"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":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"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":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"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":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"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":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"id":69,"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":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"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":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"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":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":74,"derived":false},{"id":75,"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":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"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":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"id":79,"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":"bsmModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"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":true,"id":81,"derived":false},{"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":82,"derived":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":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":"constraint","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":"objective","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":"domain","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nature","changeable":true,"lowerBound":0,"iD":false,"id":87,"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":"products","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"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":"functionalities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"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":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"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":"processes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"customers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"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":"stakeholders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"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":"partners","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"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":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"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":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"id":108,"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":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"id":110,"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":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"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":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"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":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"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":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"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":"service","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"derived":false},{"id":120,"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":true,"id":121,"derived":false},{"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":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":"categories","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":"levelOfEducation","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gender","changeable":true,"lowerBound":0,"iD":false,"id":125,"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":"age","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":"annualRevenueRange","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":"requirement","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":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":129,"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":"targetedUsageFreq","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"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"},{"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":144,"derived":false},{"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":145,"derived":false},{"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":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":"concern","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":"constraint","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":"role","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"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"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":true,"id":159,"derived":false},{"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":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":"category","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"competence","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"concern","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contribution","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"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"},{"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":176,"derived":false},{"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":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":"type","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":"function","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"techCharacteristics","changeable":true,"lowerBound":0,"iD":false,"id":180,"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":"functionalities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"components","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"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"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":"product","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"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":"product","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"id":194,"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":true,"id":195,"derived":false},{"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":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":"cost","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":203,"derived":false},{"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":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":"type","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":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":206,"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":"subFunctions","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":"mainFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"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"},{"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":219,"derived":false},{"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":220,"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":221,"derived":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":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"capability","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":224,"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":"processes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"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":"organization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"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":"eaResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assetClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"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"},{"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":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":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"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":"resource","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"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":true,"id":245,"derived":false},{"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":246,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objective","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"lowerBound":0,"iD":false,"id":248,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"result","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":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":250,"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":"subProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"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":"mainProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"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":"organizations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":253,"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":"eaProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mseService","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"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":"processes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"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":"process","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"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":true,"id":273,"derived":false},{"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":274,"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":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"horizon","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":"period","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":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objective","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variable","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":"event","changeable":true,"lowerBound":0,"iD":false,"id":281,"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":"decisionStructure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"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":"organization","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"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":"ggDecisionCenters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"container":false,"ordered":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":285,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"primaryIndicators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"container":false,"ordered":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":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"decisions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":299,"derived":false},{"id":300,"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":"decisions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"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":"decision","changeable":true,"resolveProxies":true,"lowerBound":1,"id":305,"derived":false},{"id":306,"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":"decision","changeable":true,"resolveProxies":true,"lowerBound":1,"id":307,"derived":false},{"id":308,"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":"decision","changeable":true,"resolveProxies":true,"lowerBound":1,"id":309,"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":true,"id":310,"derived":false},{"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":311,"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":"organizations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":312,"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":"ggGraiGrids","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"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":"decisionStructures","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"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":true,"id":322,"derived":false},{"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":324,"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":"ggOrganizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"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":"eaOrganizations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"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":"mseService","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"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"},{"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":"organization","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":340,"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":"veParticipations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enterprise","changeable":true,"resolveProxies":true,"lowerBound":1,"id":346,"derived":false},{"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":347,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"veParticipations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"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":"virtualEnterprise","changeable":true,"resolveProxies":true,"lowerBound":1,"id":352,"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":true,"id":353,"derived":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":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"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":true,"id":360,"derived":false},{"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":361,"derived":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":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"name":"female","id":369,"value":0,"literal":"female","eClass":"EEnumLiteral"},{"name":"male","id":370,"value":1,"literal":"male","eClass":"EEnumLiteral"},{"name":"physicalMean","id":371,"value":0,"literal":"physicalMean","eClass":"EEnumLiteral"},{"name":"IT","id":372,"value":1,"literal":"IT","eClass":"EEnumLiteral"},{"name":"human","id":373,"value":2,"literal":"human","eClass":"EEnumLiteral"},{"name":"undefined","id":374,"value":3,"literal":"undefined","eClass":"EEnumLiteral"},{"name":"customerOriented","id":375,"value":0,"literal":"customerOriented","eClass":"EEnumLiteral"},{"name":"providerOriented","id":376,"value":1,"literal":"providerOriented","eClass":"EEnumLiteral"},{"name":"periodic","id":377,"value":0,"literal":"periodic","eClass":"EEnumLiteral"},{"name":"eventBased","id":378,"value":1,"literal":"eventBased","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":"id","changeable":true,"lowerBound":1,"iD":true,"id":379,"derived":false},{"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":380,"derived":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":381,"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":"primaryIndicators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":389,"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":true,"id":390,"derived":false},{"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":391,"derived":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":392,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":393,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"lowerBound":0,"iD":false,"id":394,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"requiredInfo","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":"requiredProcessing","changeable":true,"lowerBound":0,"iD":false,"id":396,"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":"objectives","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"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":"primaryIndicators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"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":true,"id":410,"derived":false},{"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":411,"derived":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":412,"derived":false},{"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":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":419,"derived":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":420,"derived":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":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":"uri","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"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":true,"id":429,"derived":false},{"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":430,"derived":false},{"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":431,"derived":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":432,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"createDate","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicationDate","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfAssets","changeable":true,"lowerBound":0,"iD":false,"id":435,"derived":false},{"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"}],"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":1,"target":0},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":28,"target":33},{"source":28,"target":1},{"source":29,"target":34},{"source":29,"target":1},{"source":30,"target":1},{"source":30,"target":35},{"source":35,"target":36},{"source":35,"target":30},{"source":31,"target":1},{"source":31,"target":37},{"source":37,"target":38},{"source":37,"target":31},{"source":32,"target":39},{"source":32,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":40,"target":55},{"source":40,"target":2},{"source":41,"target":56},{"source":41,"target":2},{"source":42,"target":3},{"source":42,"target":57},{"source":42,"target":2},{"source":42,"target":58},{"source":57,"target":3},{"source":43,"target":14},{"source":43,"target":59},{"source":43,"target":2},{"source":43,"target":60},{"source":59,"target":14},{"source":44,"target":6},{"source":44,"target":61},{"source":44,"target":2},{"source":44,"target":62},{"source":61,"target":6},{"source":45,"target":5},{"source":45,"target":63},{"source":45,"target":2},{"source":45,"target":64},{"source":63,"target":5},{"source":46,"target":18},{"source":46,"target":65},{"source":46,"target":2},{"source":46,"target":66},{"source":65,"target":18},{"source":47,"target":7},{"source":47,"target":67},{"source":47,"target":2},{"source":47,"target":68},{"source":67,"target":7},{"source":48,"target":9},{"source":48,"target":69},{"source":48,"target":2},{"source":48,"target":70},{"source":69,"target":9},{"source":49,"target":4},{"source":49,"target":71},{"source":49,"target":2},{"source":49,"target":72},{"source":71,"target":4},{"source":50,"target":11},{"source":50,"target":73},{"source":50,"target":2},{"source":50,"target":74},{"source":73,"target":11},{"source":51,"target":12},{"source":51,"target":75},{"source":51,"target":2},{"source":51,"target":76},{"source":75,"target":12},{"source":52,"target":13},{"source":52,"target":77},{"source":52,"target":2},{"source":52,"target":78},{"source":77,"target":13},{"source":53,"target":10},{"source":53,"target":79},{"source":53,"target":2},{"source":53,"target":80},{"source":79,"target":10},{"source":54,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":88},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":3,"target":92},{"source":3,"target":93},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":58},{"source":3,"target":96},{"source":81,"target":97},{"source":81,"target":3},{"source":82,"target":98},{"source":82,"target":3},{"source":83,"target":99},{"source":83,"target":3},{"source":84,"target":100},{"source":84,"target":3},{"source":85,"target":101},{"source":85,"target":3},{"source":86,"target":102},{"source":86,"target":3},{"source":87,"target":103},{"source":87,"target":3},{"source":88,"target":7},{"source":88,"target":104},{"source":88,"target":3},{"source":88,"target":105},{"source":104,"target":7},{"source":89,"target":9},{"source":89,"target":106},{"source":89,"target":3},{"source":89,"target":107},{"source":106,"target":9},{"source":90,"target":10},{"source":90,"target":108},{"source":90,"target":3},{"source":90,"target":109},{"source":108,"target":10},{"source":91,"target":11},{"source":91,"target":110},{"source":91,"target":3},{"source":91,"target":111},{"source":110,"target":11},{"source":92,"target":4},{"source":92,"target":112},{"source":92,"target":3},{"source":92,"target":113},{"source":112,"target":4},{"source":93,"target":18},{"source":93,"target":114},{"source":93,"target":3},{"source":93,"target":115},{"source":114,"target":18},{"source":94,"target":5},{"source":94,"target":116},{"source":94,"target":3},{"source":94,"target":117},{"source":116,"target":5},{"source":95,"target":6},{"source":95,"target":118},{"source":95,"target":3},{"source":95,"target":119},{"source":118,"target":6},{"source":58,"target":2},{"source":58,"target":120},{"source":58,"target":3},{"source":58,"target":42},{"source":120,"target":2},{"source":96,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":121},{"source":4,"target":122},{"source":4,"target":123},{"source":4,"target":124},{"source":4,"target":125},{"source":4,"target":126},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":4,"target":130},{"source":4,"target":113},{"source":4,"target":72},{"source":4,"target":131},{"source":121,"target":132},{"source":121,"target":4},{"source":122,"target":133},{"source":122,"target":4},{"source":123,"target":134},{"source":123,"target":4},{"source":124,"target":135},{"source":124,"target":4},{"source":125,"target":19},{"source":125,"target":136},{"source":125,"target":4},{"source":136,"target":19},{"source":126,"target":137},{"source":126,"target":4},{"source":127,"target":138},{"source":127,"target":4},{"source":128,"target":139},{"source":128,"target":4},{"source":129,"target":140},{"source":129,"target":4},{"source":130,"target":141},{"source":130,"target":4},{"source":113,"target":3},{"source":113,"target":142},{"source":113,"target":4},{"source":113,"target":92},{"source":142,"target":3},{"source":72,"target":2},{"source":72,"target":143},{"source":72,"target":4},{"source":72,"target":49},{"source":143,"target":2},{"source":131,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":144},{"source":5,"target":145},{"source":5,"target":146},{"source":5,"target":147},{"source":5,"target":148},{"source":5,"target":149},{"source":5,"target":117},{"source":5,"target":64},{"source":5,"target":150},{"source":144,"target":151},{"source":144,"target":5},{"source":145,"target":152},{"source":145,"target":5},{"source":146,"target":153},{"source":146,"target":5},{"source":147,"target":154},{"source":147,"target":5},{"source":148,"target":155},{"source":148,"target":5},{"source":149,"target":156},{"source":149,"target":5},{"source":117,"target":3},{"source":117,"target":157},{"source":117,"target":5},{"source":117,"target":94},{"source":157,"target":3},{"source":64,"target":2},{"source":64,"target":158},{"source":64,"target":5},{"source":64,"target":45},{"source":158,"target":2},{"source":150,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":159},{"source":6,"target":160},{"source":6,"target":161},{"source":6,"target":162},{"source":6,"target":163},{"source":6,"target":164},{"source":6,"target":165},{"source":6,"target":119},{"source":6,"target":62},{"source":6,"target":166},{"source":159,"target":167},{"source":159,"target":6},{"source":160,"target":168},{"source":160,"target":6},{"source":161,"target":169},{"source":161,"target":6},{"source":162,"target":170},{"source":162,"target":6},{"source":163,"target":171},{"source":163,"target":6},{"source":164,"target":172},{"source":164,"target":6},{"source":165,"target":173},{"source":165,"target":6},{"source":119,"target":3},{"source":119,"target":174},{"source":119,"target":6},{"source":119,"target":95},{"source":174,"target":3},{"source":62,"target":2},{"source":62,"target":175},{"source":62,"target":6},{"source":62,"target":44},{"source":175,"target":2},{"source":166,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":176},{"source":7,"target":177},{"source":7,"target":178},{"source":7,"target":179},{"source":7,"target":180},{"source":7,"target":105},{"source":7,"target":181},{"source":7,"target":182},{"source":7,"target":68},{"source":7,"target":183},{"source":176,"target":184},{"source":176,"target":7},{"source":177,"target":185},{"source":177,"target":7},{"source":178,"target":186},{"source":178,"target":7},{"source":179,"target":187},{"source":179,"target":7},{"source":180,"target":188},{"source":180,"target":7},{"source":105,"target":3},{"source":105,"target":189},{"source":105,"target":7},{"source":105,"target":88},{"source":189,"target":3},{"source":181,"target":9},{"source":181,"target":190},{"source":181,"target":7},{"source":181,"target":191},{"source":190,"target":9},{"source":182,"target":8},{"source":182,"target":192},{"source":182,"target":7},{"source":182,"target":193},{"source":192,"target":8},{"source":68,"target":2},{"source":68,"target":194},{"source":68,"target":7},{"source":68,"target":47},{"source":194,"target":2},{"source":183,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":195},{"source":8,"target":196},{"source":8,"target":197},{"source":8,"target":193},{"source":8,"target":198},{"source":195,"target":199},{"source":195,"target":8},{"source":196,"target":200},{"source":196,"target":8},{"source":197,"target":201},{"source":197,"target":8},{"source":193,"target":7},{"source":193,"target":202},{"source":193,"target":8},{"source":193,"target":182},{"source":202,"target":7},{"source":198,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":203},{"source":9,"target":204},{"source":9,"target":205},{"source":9,"target":206},{"source":9,"target":107},{"source":9,"target":191},{"source":9,"target":207},{"source":9,"target":208},{"source":9,"target":70},{"source":9,"target":209},{"source":203,"target":210},{"source":203,"target":9},{"source":204,"target":211},{"source":204,"target":9},{"source":205,"target":212},{"source":205,"target":9},{"source":206,"target":213},{"source":206,"target":9},{"source":107,"target":3},{"source":107,"target":214},{"source":107,"target":9},{"source":107,"target":89},{"source":214,"target":3},{"source":191,"target":7},{"source":191,"target":215},{"source":191,"target":9},{"source":191,"target":181},{"source":215,"target":7},{"source":207,"target":9},{"source":207,"target":216},{"source":207,"target":9},{"source":207,"target":208},{"source":216,"target":9},{"source":208,"target":9},{"source":208,"target":217},{"source":208,"target":9},{"source":208,"target":207},{"source":217,"target":9},{"source":70,"target":2},{"source":70,"target":218},{"source":70,"target":9},{"source":70,"target":48},{"source":218,"target":2},{"source":209,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":219},{"source":10,"target":220},{"source":10,"target":221},{"source":10,"target":222},{"source":10,"target":223},{"source":10,"target":224},{"source":10,"target":109},{"source":10,"target":225},{"source":10,"target":226},{"source":10,"target":80},{"source":10,"target":227},{"source":10,"target":228},{"source":10,"target":229},{"source":219,"target":230},{"source":219,"target":10},{"source":220,"target":231},{"source":220,"target":10},{"source":221,"target":20},{"source":221,"target":232},{"source":221,"target":10},{"source":232,"target":20},{"source":222,"target":233},{"source":222,"target":10},{"source":223,"target":234},{"source":223,"target":10},{"source":224,"target":235},{"source":224,"target":10},{"source":109,"target":3},{"source":109,"target":236},{"source":109,"target":10},{"source":109,"target":90},{"source":236,"target":3},{"source":225,"target":11},{"source":225,"target":237},{"source":225,"target":10},{"source":225,"target":238},{"source":237,"target":11},{"source":226,"target":15},{"source":226,"target":239},{"source":226,"target":10},{"source":226,"target":240},{"source":239,"target":15},{"source":80,"target":2},{"source":80,"target":241},{"source":80,"target":10},{"source":80,"target":53},{"source":241,"target":2},{"source":227,"target":242},{"source":227,"target":10},{"source":228,"target":26},{"source":228,"target":243},{"source":228,"target":10},{"source":228,"target":244},{"source":243,"target":26},{"source":229,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":245},{"source":11,"target":246},{"source":11,"target":247},{"source":11,"target":248},{"source":11,"target":249},{"source":11,"target":250},{"source":11,"target":251},{"source":11,"target":252},{"source":11,"target":111},{"source":11,"target":238},{"source":11,"target":253},{"source":11,"target":74},{"source":11,"target":254},{"source":11,"target":255},{"source":11,"target":256},{"source":245,"target":257},{"source":245,"target":11},{"source":246,"target":258},{"source":246,"target":11},{"source":247,"target":259},{"source":247,"target":11},{"source":248,"target":260},{"source":248,"target":11},{"source":249,"target":261},{"source":249,"target":11},{"source":250,"target":262},{"source":250,"target":11},{"source":251,"target":11},{"source":251,"target":263},{"source":251,"target":11},{"source":251,"target":252},{"source":263,"target":11},{"source":252,"target":11},{"source":252,"target":264},{"source":252,"target":11},{"source":252,"target":251},{"source":264,"target":11},{"source":111,"target":3},{"source":111,"target":265},{"source":111,"target":11},{"source":111,"target":91},{"source":265,"target":3},{"source":238,"target":10},{"source":238,"target":266},{"source":238,"target":11},{"source":238,"target":225},{"source":266,"target":10},{"source":253,"target":14},{"source":253,"target":267},{"source":253,"target":11},{"source":253,"target":268},{"source":267,"target":14},{"source":74,"target":2},{"source":74,"target":269},{"source":74,"target":11},{"source":74,"target":50},{"source":269,"target":2},{"source":254,"target":270},{"source":254,"target":11},{"source":255,"target":27},{"source":255,"target":271},{"source":255,"target":11},{"source":255,"target":272},{"source":271,"target":27},{"source":256,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":273},{"source":12,"target":274},{"source":12,"target":275},{"source":12,"target":276},{"source":12,"target":277},{"source":12,"target":278},{"source":12,"target":279},{"source":12,"target":280},{"source":12,"target":281},{"source":12,"target":282},{"source":12,"target":283},{"source":12,"target":76},{"source":12,"target":284},{"source":12,"target":285},{"source":12,"target":286},{"source":12,"target":287},{"source":12,"target":288},{"source":273,"target":289},{"source":273,"target":12},{"source":274,"target":290},{"source":274,"target":12},{"source":275,"target":22},{"source":275,"target":291},{"source":275,"target":12},{"source":291,"target":22},{"source":276,"target":292},{"source":276,"target":12},{"source":277,"target":293},{"source":277,"target":12},{"source":278,"target":294},{"source":278,"target":12},{"source":279,"target":295},{"source":279,"target":12},{"source":280,"target":296},{"source":280,"target":12},{"source":281,"target":297},{"source":281,"target":12},{"source":282,"target":13},{"source":282,"target":298},{"source":282,"target":12},{"source":282,"target":299},{"source":298,"target":13},{"source":283,"target":14},{"source":283,"target":300},{"source":283,"target":12},{"source":283,"target":301},{"source":300,"target":14},{"source":76,"target":2},{"source":76,"target":302},{"source":76,"target":12},{"source":76,"target":51},{"source":302,"target":2},{"source":284,"target":303},{"source":284,"target":12},{"source":285,"target":23},{"source":285,"target":304},{"source":285,"target":12},{"source":285,"target":305},{"source":304,"target":23},{"source":286,"target":24},{"source":286,"target":306},{"source":286,"target":12},{"source":286,"target":307},{"source":306,"target":24},{"source":287,"target":25},{"source":287,"target":308},{"source":287,"target":12},{"source":287,"target":309},{"source":308,"target":25},{"source":288,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":310},{"source":13,"target":311},{"source":13,"target":299},{"source":13,"target":312},{"source":13,"target":78},{"source":13,"target":313},{"source":13,"target":314},{"source":310,"target":315},{"source":310,"target":13},{"source":311,"target":316},{"source":311,"target":13},{"source":299,"target":12},{"source":299,"target":317},{"source":299,"target":13},{"source":299,"target":282},{"source":317,"target":12},{"source":312,"target":14},{"source":312,"target":318},{"source":312,"target":13},{"source":312,"target":319},{"source":318,"target":14},{"source":78,"target":2},{"source":78,"target":320},{"source":78,"target":13},{"source":78,"target":52},{"source":320,"target":2},{"source":313,"target":321},{"source":313,"target":13},{"source":314,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":322},{"source":14,"target":323},{"source":14,"target":324},{"source":14,"target":268},{"source":14,"target":301},{"source":14,"target":60},{"source":14,"target":319},{"source":14,"target":325},{"source":14,"target":326},{"source":14,"target":327},{"source":14,"target":328},{"source":322,"target":329},{"source":322,"target":14},{"source":323,"target":330},{"source":323,"target":14},{"source":324,"target":331},{"source":324,"target":14},{"source":268,"target":11},{"source":268,"target":332},{"source":268,"target":14},{"source":268,"target":253},{"source":332,"target":11},{"source":301,"target":12},{"source":301,"target":333},{"source":301,"target":14},{"source":301,"target":283},{"source":333,"target":12},{"source":60,"target":2},{"source":60,"target":334},{"source":60,"target":14},{"source":60,"target":43},{"source":334,"target":2},{"source":319,"target":13},{"source":319,"target":335},{"source":319,"target":14},{"source":319,"target":312},{"source":335,"target":13},{"source":325,"target":336},{"source":325,"target":14},{"source":326,"target":337},{"source":326,"target":14},{"source":327,"target":27},{"source":327,"target":338},{"source":327,"target":14},{"source":327,"target":339},{"source":338,"target":27},{"source":328,"target":1},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":340},{"source":15,"target":240},{"source":15,"target":341},{"source":15,"target":342},{"source":340,"target":343},{"source":340,"target":15},{"source":240,"target":10},{"source":240,"target":344},{"source":240,"target":15},{"source":240,"target":226},{"source":344,"target":10},{"source":341,"target":17},{"source":341,"target":345},{"source":341,"target":15},{"source":341,"target":346},{"source":345,"target":17},{"source":342,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":347},{"source":16,"target":348},{"source":16,"target":349},{"source":347,"target":350},{"source":347,"target":16},{"source":348,"target":17},{"source":348,"target":351},{"source":348,"target":16},{"source":348,"target":352},{"source":351,"target":17},{"source":349,"target":14},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":353},{"source":17,"target":354},{"source":17,"target":346},{"source":17,"target":352},{"source":17,"target":355},{"source":353,"target":356},{"source":353,"target":17},{"source":354,"target":357},{"source":354,"target":17},{"source":346,"target":15},{"source":346,"target":358},{"source":346,"target":17},{"source":346,"target":341},{"source":358,"target":15},{"source":352,"target":16},{"source":352,"target":359},{"source":352,"target":17},{"source":352,"target":348},{"source":359,"target":16},{"source":355,"target":1},{"source":18,"target":0},{"source":18,"target":1},{"source":18,"target":360},{"source":18,"target":361},{"source":18,"target":115},{"source":18,"target":362},{"source":18,"target":66},{"source":18,"target":363},{"source":360,"target":364},{"source":360,"target":18},{"source":361,"target":365},{"source":361,"target":18},{"source":115,"target":3},{"source":115,"target":366},{"source":115,"target":18},{"source":115,"target":93},{"source":366,"target":3},{"source":362,"target":367},{"source":362,"target":18},{"source":66,"target":2},{"source":66,"target":368},{"source":66,"target":18},{"source":66,"target":46},{"source":368,"target":2},{"source":363,"target":1},{"source":19,"target":0},{"source":19,"target":369},{"source":19,"target":370},{"source":369,"target":19},{"source":370,"target":19},{"source":20,"target":0},{"source":20,"target":371},{"source":20,"target":372},{"source":20,"target":373},{"source":20,"target":374},{"source":371,"target":20},{"source":372,"target":20},{"source":373,"target":20},{"source":374,"target":20},{"source":21,"target":0},{"source":21,"target":375},{"source":21,"target":376},{"source":375,"target":21},{"source":376,"target":21},{"source":22,"target":0},{"source":22,"target":377},{"source":22,"target":378},{"source":377,"target":22},{"source":378,"target":22},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":379},{"source":23,"target":380},{"source":23,"target":381},{"source":23,"target":305},{"source":23,"target":382},{"source":23,"target":383},{"source":379,"target":384},{"source":379,"target":23},{"source":380,"target":385},{"source":380,"target":23},{"source":381,"target":386},{"source":381,"target":23},{"source":305,"target":12},{"source":305,"target":387},{"source":305,"target":23},{"source":305,"target":285},{"source":387,"target":12},{"source":382,"target":24},{"source":382,"target":388},{"source":382,"target":23},{"source":382,"target":389},{"source":388,"target":24},{"source":383,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":390},{"source":24,"target":391},{"source":24,"target":392},{"source":24,"target":393},{"source":24,"target":394},{"source":24,"target":395},{"source":24,"target":396},{"source":24,"target":307},{"source":24,"target":389},{"source":24,"target":397},{"source":24,"target":398},{"source":390,"target":399},{"source":390,"target":24},{"source":391,"target":400},{"source":391,"target":24},{"source":392,"target":401},{"source":392,"target":24},{"source":393,"target":402},{"source":393,"target":24},{"source":394,"target":403},{"source":394,"target":24},{"source":395,"target":404},{"source":395,"target":24},{"source":396,"target":405},{"source":396,"target":24},{"source":307,"target":12},{"source":307,"target":406},{"source":307,"target":24},{"source":307,"target":286},{"source":406,"target":12},{"source":389,"target":23},{"source":389,"target":407},{"source":389,"target":24},{"source":389,"target":382},{"source":407,"target":23},{"source":397,"target":25},{"source":397,"target":408},{"source":397,"target":24},{"source":397,"target":409},{"source":408,"target":25},{"source":398,"target":1},{"source":25,"target":0},{"source":25,"target":1},{"source":25,"target":410},{"source":25,"target":411},{"source":25,"target":412},{"source":25,"target":309},{"source":25,"target":409},{"source":25,"target":413},{"source":410,"target":414},{"source":410,"target":25},{"source":411,"target":415},{"source":411,"target":25},{"source":412,"target":416},{"source":412,"target":25},{"source":309,"target":12},{"source":309,"target":417},{"source":309,"target":25},{"source":309,"target":287},{"source":417,"target":12},{"source":409,"target":24},{"source":409,"target":418},{"source":409,"target":25},{"source":409,"target":397},{"source":418,"target":24},{"source":413,"target":1},{"source":26,"target":0},{"source":26,"target":1},{"source":26,"target":419},{"source":26,"target":420},{"source":26,"target":421},{"source":26,"target":422},{"source":26,"target":244},{"source":26,"target":423},{"source":419,"target":424},{"source":419,"target":26},{"source":420,"target":425},{"source":420,"target":26},{"source":421,"target":426},{"source":421,"target":26},{"source":422,"target":427},{"source":422,"target":26},{"source":244,"target":10},{"source":244,"target":428},{"source":244,"target":26},{"source":244,"target":228},{"source":428,"target":10},{"source":423,"target":1},{"source":27,"target":0},{"source":27,"target":1},{"source":27,"target":429},{"source":27,"target":430},{"source":27,"target":431},{"source":27,"target":432},{"source":27,"target":433},{"source":27,"target":434},{"source":27,"target":435},{"source":27,"target":272},{"source":27,"target":339},{"source":27,"target":436},{"source":429,"target":437},{"source":429,"target":27},{"source":430,"target":438},{"source":430,"target":27},{"source":431,"target":439},{"source":431,"target":27},{"source":432,"target":440},{"source":432,"target":27},{"source":433,"target":441},{"source":433,"target":27},{"source":434,"target":442},{"source":434,"target":27},{"source":435,"target":443},{"source":435,"target":27},{"source":272,"target":11},{"source":272,"target":444},{"source":272,"target":27},{"source":272,"target":255},{"source":444,"target":11},{"source":339,"target":14},{"source":339,"target":445},{"source":339,"target":27},{"source":339,"target":327},{"source":445,"target":14},{"source":436,"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget">
<eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" upperBound="-1"
eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<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="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsUML2subsetRequiresDifferentName.ecore | ecore | UML2
TimeInterval
InstanceValue
StructuredClassifier
Extend
ConnectableElement
DeployedArtifact
ApplyFunctionAction
Namespace
Continuation
Interval
Parameter
ForkNode
ReplyAction
LiteralInteger
Collaboration
InteractionOperand
State
Connector
TimeObservationAction
Enumeration
Manifestation
Constraint
InformationFlow
FlowFinalNode
ExpansionNode
ProtocolStateMachine
LiteralSpecification
Association
ObjectFlow
SendSignalAction
Device
TimeExpression
TimeTrigger
DurationObservationAction
ExecutionEnvironment
RedefinableElement
DestroyObjectAction
CreateObjectAction
Interface
UseCase
MergeNode
Action
ControlNode
ReadLinkObjectEndQualifierAction
Substitution
ClearVariableAction
DestroyLinkAction
Property
subsettedProperty
PartDecomposition
ExecutableNode
VariableAction
ParameterSet
Dependency
Message
Variable
ValuePin
Behavior
ControlFlow
Node
Artifact
CommunicationPath
FinalNode
ValueSpecification
LiteralUnlimitedNatural
SignalTrigger
TemplateableClassifier
Component
BehavioredClassifier
EventOccurrence
ReadLinkAction
Vertex
ProtocolTransition
ReadVariableAction
Implementation
Permission
InformationItem
RemoveStructuralFeatureValueAction
Region
ReclassifyObjectAction
CallOperationAction
WriteStructuralFeatureAction
Activity
ReadStructuralFeatureAction
Type
StartOwnedBehaviorAction
Lifeline
ActivityNode
DeploymentSpecification
DeploymentTarget
InstanceSpecification
CallTrigger
ConnectionPointReference
Model
GeneralOrdering
ReadIsClassifiedObjectAction
RedefinableTemplateSignature
Feature
Classifier
Usage
Pin
MessageTrigger
Package
Pseudostate
Expression
DurationInterval
LinkAction
InitialNode
CallAction
JoinNode
BroadcastSignalAction
Extension
AddStructuralFeatureValueAction
ActivityEdge
LoopNode
DecisionNode
Include
ConditionalNode
StateMachine
Duration
ActivityPartition
AssociationClass
GeneralizationSet
CreateLinkAction
ExpansionRegion
ReadLinkObjectEndAction
StructuredActivityNode
OutputPin
ReadExtentAction
EnumerationLiteral
AddVariableValueAction
InputPin
ActivityFinalNode
CollaborationOccurrence
IntervalConstraint
DurationConstraint
Realization
Reception
StateInvariant
ObjectNode
WriteVariableAction
PackageableElement
Gate
TimeConstraint
RaiseExceptionAction
AcceptEventAction
Stereotype
PrimitiveFunction
InvocationAction
Actor
MessageEnd
DataType
ClearStructuralFeatureAction
Trigger
OpaqueExpression
BehavioralFeature
SendObjectAction
Deployment
ReadSelfAction
Interaction
ExtensionEnd
StructuralFeature
ExtensionPoint
PrimitiveType
NamedElement
name
LiteralBoolean
LiteralString
CentralBufferNode
ParameterableClassifier
CreateLinkObjectAction
InteractionConstraint
Profile
DataStoreNode
AnyTrigger
AcceptCallAction
ClearAssociationAction
RemoveVariableValueAction
Transition
Stop
ChangeTrigger
WriteLinkAction
CombinedFragment
TestIdentityAction
Port
ExecutionOccurrence
TypedElement
InteractionFragment
Signal
Class
ActivityParameterNode
Abstraction
EncapsulatedClassifier
InteractionOccurrence
LiteralNull
CallBehaviorAction
StructuralFeatureAction
FinalState
Operation | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"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"},{"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"},{"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"},{"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":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"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"},{"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"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"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"},{"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"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"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"},{"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"},{"id":345,"eClass":"EGenericType"},{"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"},{"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"},{"id":384,"eClass":"EGenericType"},{"id":385,"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":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"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"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"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"},{"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"}],"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":1,"target":0},{"source":1,"target":10},{"source":1,"target":198},{"source":198,"target":10},{"source":2,"target":0},{"source":2,"target":63},{"source":2,"target":199},{"source":199,"target":63},{"source":3,"target":0},{"source":3,"target":98},{"source":3,"target":200},{"source":200,"target":98},{"source":4,"target":0},{"source":4,"target":164},{"source":4,"target":201},{"source":201,"target":164},{"source":5,"target":0},{"source":5,"target":164},{"source":5,"target":202},{"source":202,"target":164},{"source":6,"target":0},{"source":6,"target":164},{"source":6,"target":203},{"source":203,"target":164},{"source":7,"target":0},{"source":7,"target":42},{"source":7,"target":204},{"source":204,"target":42},{"source":8,"target":0},{"source":8,"target":164},{"source":8,"target":205},{"source":205,"target":164},{"source":9,"target":0},{"source":9,"target":186},{"source":9,"target":206},{"source":206,"target":186},{"source":10,"target":0},{"source":10,"target":63},{"source":10,"target":207},{"source":207,"target":63},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":185},{"source":11,"target":208},{"source":11,"target":209},{"source":208,"target":5},{"source":209,"target":185},{"source":12,"target":0},{"source":12,"target":43},{"source":12,"target":210},{"source":210,"target":43},{"source":13,"target":0},{"source":13,"target":42},{"source":13,"target":211},{"source":211,"target":42},{"source":14,"target":0},{"source":14,"target":27},{"source":14,"target":212},{"source":212,"target":27},{"source":15,"target":0},{"source":15,"target":68},{"source":15,"target":3},{"source":15,"target":213},{"source":15,"target":214},{"source":213,"target":68},{"source":214,"target":3},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":186},{"source":16,"target":215},{"source":16,"target":216},{"source":215,"target":8},{"source":216,"target":186},{"source":17,"target":0},{"source":17,"target":8},{"source":17,"target":36},{"source":17,"target":71},{"source":17,"target":217},{"source":17,"target":218},{"source":17,"target":219},{"source":217,"target":8},{"source":218,"target":36},{"source":219,"target":71},{"source":18,"target":0},{"source":18,"target":97},{"source":18,"target":220},{"source":220,"target":97},{"source":19,"target":0},{"source":19,"target":81},{"source":19,"target":221},{"source":221,"target":81},{"source":20,"target":0},{"source":20,"target":151},{"source":20,"target":222},{"source":222,"target":151},{"source":21,"target":0},{"source":21,"target":190},{"source":21,"target":223},{"source":223,"target":190},{"source":22,"target":0},{"source":22,"target":141},{"source":22,"target":224},{"source":224,"target":141},{"source":23,"target":0},{"source":23,"target":141},{"source":23,"target":225},{"source":225,"target":141},{"source":24,"target":0},{"source":24,"target":62},{"source":24,"target":226},{"source":226,"target":62},{"source":25,"target":0},{"source":25,"target":139},{"source":25,"target":227},{"source":227,"target":139},{"source":26,"target":0},{"source":26,"target":118},{"source":26,"target":228},{"source":228,"target":118},{"source":27,"target":0},{"source":27,"target":63},{"source":27,"target":229},{"source":229,"target":63},{"source":28,"target":0},{"source":28,"target":98},{"source":28,"target":230},{"source":230,"target":98},{"source":29,"target":0},{"source":29,"target":113},{"source":29,"target":231},{"source":231,"target":113},{"source":30,"target":0},{"source":30,"target":148},{"source":30,"target":232},{"source":232,"target":148},{"source":31,"target":0},{"source":31,"target":59},{"source":31,"target":233},{"source":233,"target":59},{"source":32,"target":0},{"source":32,"target":63},{"source":32,"target":234},{"source":234,"target":63},{"source":33,"target":0},{"source":33,"target":153},{"source":33,"target":235},{"source":235,"target":153},{"source":34,"target":0},{"source":34,"target":81},{"source":34,"target":236},{"source":236,"target":81},{"source":35,"target":0},{"source":35,"target":59},{"source":35,"target":237},{"source":237,"target":59},{"source":36,"target":0},{"source":36,"target":164},{"source":36,"target":238},{"source":238,"target":164},{"source":37,"target":0},{"source":37,"target":42},{"source":37,"target":239},{"source":239,"target":42},{"source":38,"target":0},{"source":38,"target":42},{"source":38,"target":240},{"source":240,"target":42},{"source":39,"target":0},{"source":39,"target":98},{"source":39,"target":241},{"source":241,"target":98},{"source":40,"target":0},{"source":40,"target":68},{"source":40,"target":242},{"source":242,"target":68},{"source":41,"target":0},{"source":41,"target":43},{"source":41,"target":243},{"source":243,"target":43},{"source":42,"target":0},{"source":42,"target":50},{"source":42,"target":244},{"source":244,"target":50},{"source":43,"target":0},{"source":43,"target":87},{"source":43,"target":245},{"source":245,"target":87},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":246},{"source":246,"target":42},{"source":45,"target":0},{"source":45,"target":136},{"source":45,"target":247},{"source":247,"target":136},{"source":46,"target":0},{"source":46,"target":51},{"source":46,"target":248},{"source":248,"target":51},{"source":47,"target":0},{"source":47,"target":180},{"source":47,"target":249},{"source":249,"target":180},{"source":48,"target":0},{"source":48,"target":161},{"source":48,"target":5},{"source":48,"target":89},{"source":48,"target":250},{"source":48,"target":251},{"source":48,"target":252},{"source":48,"target":253},{"source":250,"target":48},{"source":250,"target":254},{"source":250,"target":48},{"source":254,"target":48},{"source":251,"target":161},{"source":252,"target":5},{"source":253,"target":89},{"source":49,"target":0},{"source":49,"target":192},{"source":49,"target":255},{"source":255,"target":192},{"source":50,"target":0},{"source":50,"target":87},{"source":50,"target":256},{"source":256,"target":87},{"source":51,"target":0},{"source":51,"target":42},{"source":51,"target":257},{"source":257,"target":42},{"source":52,"target":0},{"source":52,"target":164},{"source":52,"target":258},{"source":258,"target":164},{"source":53,"target":0},{"source":53,"target":141},{"source":53,"target":259},{"source":259,"target":141},{"source":54,"target":0},{"source":54,"target":164},{"source":54,"target":260},{"source":260,"target":164},{"source":55,"target":0},{"source":55,"target":5},{"source":55,"target":185},{"source":55,"target":261},{"source":55,"target":262},{"source":261,"target":5},{"source":262,"target":185},{"source":56,"target":0},{"source":56,"target":131},{"source":56,"target":263},{"source":263,"target":131},{"source":57,"target":0},{"source":57,"target":188},{"source":57,"target":264},{"source":264,"target":188},{"source":58,"target":0},{"source":58,"target":113},{"source":58,"target":265},{"source":265,"target":113},{"source":59,"target":0},{"source":59,"target":188},{"source":59,"target":89},{"source":59,"target":266},{"source":59,"target":267},{"source":266,"target":188},{"source":267,"target":89},{"source":60,"target":0},{"source":60,"target":98},{"source":60,"target":6},{"source":60,"target":268},{"source":60,"target":269},{"source":268,"target":98},{"source":269,"target":6},{"source":61,"target":0},{"source":61,"target":28},{"source":61,"target":270},{"source":270,"target":28},{"source":62,"target":0},{"source":62,"target":43},{"source":62,"target":271},{"source":271,"target":43},{"source":63,"target":0},{"source":63,"target":185},{"source":63,"target":272},{"source":272,"target":185},{"source":64,"target":0},{"source":64,"target":27},{"source":64,"target":273},{"source":273,"target":27},{"source":65,"target":0},{"source":65,"target":101},{"source":65,"target":274},{"source":274,"target":101},{"source":66,"target":0},{"source":66,"target":98},{"source":66,"target":275},{"source":275,"target":98},{"source":67,"target":0},{"source":67,"target":188},{"source":67,"target":276},{"source":276,"target":188},{"source":68,"target":0},{"source":68,"target":98},{"source":68,"target":277},{"source":277,"target":98},{"source":69,"target":0},{"source":69,"target":186},{"source":69,"target":150},{"source":69,"target":278},{"source":69,"target":279},{"source":278,"target":186},{"source":279,"target":150},{"source":70,"target":0},{"source":70,"target":106},{"source":70,"target":280},{"source":280,"target":106},{"source":71,"target":0},{"source":71,"target":164},{"source":71,"target":281},{"source":281,"target":164},{"source":72,"target":0},{"source":72,"target":177},{"source":72,"target":282},{"source":282,"target":177},{"source":73,"target":0},{"source":73,"target":51},{"source":73,"target":283},{"source":283,"target":51},{"source":74,"target":0},{"source":74,"target":136},{"source":74,"target":284},{"source":284,"target":136},{"source":75,"target":0},{"source":75,"target":53},{"source":75,"target":285},{"source":285,"target":53},{"source":76,"target":0},{"source":76,"target":98},{"source":76,"target":286},{"source":286,"target":98},{"source":77,"target":0},{"source":77,"target":81},{"source":77,"target":287},{"source":287,"target":81},{"source":78,"target":0},{"source":78,"target":8},{"source":78,"target":36},{"source":78,"target":288},{"source":78,"target":289},{"source":288,"target":8},{"source":289,"target":36},{"source":79,"target":0},{"source":79,"target":42},{"source":79,"target":290},{"source":290,"target":42},{"source":80,"target":0},{"source":80,"target":108},{"source":80,"target":291},{"source":291,"target":108},{"source":81,"target":0},{"source":81,"target":195},{"source":81,"target":292},{"source":292,"target":195},{"source":82,"target":0},{"source":82,"target":57},{"source":82,"target":293},{"source":293,"target":57},{"source":83,"target":0},{"source":83,"target":195},{"source":83,"target":294},{"source":294,"target":195},{"source":84,"target":0},{"source":84,"target":141},{"source":84,"target":295},{"source":295,"target":141},{"source":85,"target":0},{"source":85,"target":42},{"source":85,"target":296},{"source":296,"target":42},{"source":86,"target":0},{"source":86,"target":164},{"source":86,"target":297},{"source":297,"target":164},{"source":87,"target":0},{"source":87,"target":36},{"source":87,"target":298},{"source":298,"target":36},{"source":88,"target":0},{"source":88,"target":60},{"source":88,"target":299},{"source":299,"target":60},{"source":89,"target":0},{"source":89,"target":164},{"source":89,"target":300},{"source":300,"target":164},{"source":90,"target":0},{"source":90,"target":141},{"source":90,"target":89},{"source":90,"target":6},{"source":90,"target":301},{"source":90,"target":302},{"source":90,"target":303},{"source":301,"target":141},{"source":302,"target":89},{"source":303,"target":6},{"source":91,"target":0},{"source":91,"target":101},{"source":91,"target":304},{"source":304,"target":101},{"source":92,"target":0},{"source":92,"target":71},{"source":92,"target":305},{"source":305,"target":71},{"source":93,"target":0},{"source":93,"target":102},{"source":93,"target":306},{"source":306,"target":102},{"source":94,"target":0},{"source":94,"target":164},{"source":94,"target":307},{"source":307,"target":164},{"source":95,"target":0},{"source":95,"target":42},{"source":95,"target":308},{"source":308,"target":42},{"source":96,"target":0},{"source":96,"target":36},{"source":96,"target":309},{"source":309,"target":36},{"source":97,"target":0},{"source":97,"target":36},{"source":97,"target":310},{"source":310,"target":36},{"source":98,"target":0},{"source":98,"target":8},{"source":98,"target":84},{"source":98,"target":36},{"source":98,"target":311},{"source":98,"target":312},{"source":98,"target":313},{"source":311,"target":8},{"source":312,"target":84},{"source":313,"target":36},{"source":99,"target":0},{"source":99,"target":53},{"source":99,"target":314},{"source":314,"target":53},{"source":100,"target":0},{"source":100,"target":139},{"source":100,"target":315},{"source":315,"target":139},{"source":101,"target":0},{"source":101,"target":153},{"source":101,"target":316},{"source":316,"target":153},{"source":102,"target":0},{"source":102,"target":8},{"source":102,"target":141},{"source":102,"target":317},{"source":102,"target":318},{"source":317,"target":8},{"source":318,"target":141},{"source":103,"target":0},{"source":103,"target":71},{"source":103,"target":319},{"source":319,"target":71},{"source":104,"target":0},{"source":104,"target":154},{"source":104,"target":320},{"source":320,"target":154},{"source":105,"target":0},{"source":105,"target":10},{"source":105,"target":321},{"source":321,"target":10},{"source":106,"target":0},{"source":106,"target":42},{"source":106,"target":322},{"source":322,"target":42},{"source":107,"target":0},{"source":107,"target":43},{"source":107,"target":323},{"source":323,"target":43},{"source":108,"target":0},{"source":108,"target":148},{"source":108,"target":324},{"source":324,"target":148},{"source":109,"target":0},{"source":109,"target":43},{"source":109,"target":325},{"source":325,"target":43},{"source":110,"target":0},{"source":110,"target":148},{"source":110,"target":326},{"source":326,"target":148},{"source":111,"target":0},{"source":111,"target":28},{"source":111,"target":327},{"source":327,"target":28},{"source":112,"target":0},{"source":112,"target":81},{"source":112,"target":328},{"source":328,"target":81},{"source":113,"target":0},{"source":113,"target":36},{"source":113,"target":329},{"source":329,"target":36},{"source":114,"target":0},{"source":114,"target":126},{"source":114,"target":330},{"source":330,"target":126},{"source":115,"target":0},{"source":115,"target":43},{"source":115,"target":331},{"source":331,"target":43},{"source":116,"target":0},{"source":116,"target":164},{"source":116,"target":332},{"source":332,"target":164},{"source":117,"target":0},{"source":117,"target":126},{"source":117,"target":333},{"source":333,"target":126},{"source":118,"target":0},{"source":118,"target":57},{"source":118,"target":334},{"source":334,"target":57},{"source":119,"target":0},{"source":119,"target":63},{"source":119,"target":335},{"source":335,"target":63},{"source":120,"target":0},{"source":120,"target":164},{"source":120,"target":336},{"source":336,"target":164},{"source":121,"target":0},{"source":121,"target":188},{"source":121,"target":28},{"source":121,"target":337},{"source":121,"target":338},{"source":337,"target":188},{"source":338,"target":28},{"source":122,"target":0},{"source":122,"target":141},{"source":122,"target":339},{"source":339,"target":141},{"source":123,"target":0},{"source":123,"target":180},{"source":123,"target":340},{"source":340,"target":180},{"source":124,"target":0},{"source":124,"target":126},{"source":124,"target":341},{"source":341,"target":126},{"source":125,"target":0},{"source":125,"target":42},{"source":125,"target":342},{"source":342,"target":42},{"source":126,"target":0},{"source":126,"target":42},{"source":126,"target":8},{"source":126,"target":343},{"source":126,"target":344},{"source":343,"target":42},{"source":344,"target":8},{"source":127,"target":0},{"source":127,"target":100},{"source":127,"target":345},{"source":345,"target":100},{"source":128,"target":0},{"source":128,"target":42},{"source":128,"target":346},{"source":346,"target":42},{"source":129,"target":0},{"source":129,"target":90},{"source":129,"target":347},{"source":347,"target":90},{"source":130,"target":0},{"source":130,"target":140},{"source":130,"target":348},{"source":348,"target":140},{"source":131,"target":0},{"source":131,"target":100},{"source":131,"target":349},{"source":349,"target":100},{"source":132,"target":0},{"source":132,"target":62},{"source":132,"target":350},{"source":350,"target":62},{"source":133,"target":0},{"source":133,"target":164},{"source":133,"target":351},{"source":351,"target":164},{"source":134,"target":0},{"source":134,"target":22},{"source":134,"target":352},{"source":352,"target":22},{"source":135,"target":0},{"source":135,"target":134},{"source":135,"target":353},{"source":353,"target":134},{"source":136,"target":0},{"source":136,"target":190},{"source":136,"target":354},{"source":354,"target":190},{"source":137,"target":0},{"source":137,"target":155},{"source":137,"target":355},{"source":355,"target":155},{"source":138,"target":0},{"source":138,"target":186},{"source":138,"target":356},{"source":356,"target":186},{"source":139,"target":0},{"source":139,"target":87},{"source":139,"target":185},{"source":139,"target":357},{"source":139,"target":358},{"source":357,"target":87},{"source":358,"target":185},{"source":140,"target":0},{"source":140,"target":51},{"source":140,"target":359},{"source":359,"target":51},{"source":141,"target":0},{"source":141,"target":164},{"source":141,"target":360},{"source":360,"target":164},{"source":142,"target":0},{"source":142,"target":150},{"source":142,"target":361},{"source":361,"target":150},{"source":143,"target":0},{"source":143,"target":134},{"source":143,"target":362},{"source":362,"target":134},{"source":144,"target":0},{"source":144,"target":42},{"source":144,"target":363},{"source":363,"target":42},{"source":145,"target":0},{"source":145,"target":42},{"source":145,"target":364},{"source":364,"target":42},{"source":146,"target":0},{"source":146,"target":188},{"source":146,"target":365},{"source":365,"target":188},{"source":147,"target":0},{"source":147,"target":141},{"source":147,"target":366},{"source":366,"target":141},{"source":148,"target":0},{"source":148,"target":42},{"source":148,"target":367},{"source":367,"target":42},{"source":149,"target":0},{"source":149,"target":98},{"source":149,"target":368},{"source":368,"target":98},{"source":150,"target":0},{"source":150,"target":164},{"source":150,"target":369},{"source":369,"target":164},{"source":151,"target":0},{"source":151,"target":98},{"source":151,"target":370},{"source":370,"target":98},{"source":152,"target":0},{"source":152,"target":195},{"source":152,"target":371},{"source":371,"target":195},{"source":153,"target":0},{"source":153,"target":164},{"source":153,"target":372},{"source":372,"target":164},{"source":154,"target":0},{"source":154,"target":63},{"source":154,"target":373},{"source":373,"target":63},{"source":155,"target":0},{"source":155,"target":8},{"source":155,"target":97},{"source":155,"target":374},{"source":155,"target":375},{"source":374,"target":8},{"source":375,"target":97},{"source":156,"target":0},{"source":156,"target":148},{"source":156,"target":376},{"source":376,"target":148},{"source":157,"target":0},{"source":157,"target":53},{"source":157,"target":377},{"source":377,"target":53},{"source":158,"target":0},{"source":158,"target":42},{"source":158,"target":378},{"source":378,"target":42},{"source":159,"target":0},{"source":159,"target":57},{"source":159,"target":186},{"source":159,"target":379},{"source":159,"target":380},{"source":379,"target":57},{"source":380,"target":186},{"source":160,"target":0},{"source":160,"target":48},{"source":160,"target":381},{"source":381,"target":48},{"source":161,"target":0},{"source":161,"target":97},{"source":161,"target":185},{"source":161,"target":382},{"source":161,"target":383},{"source":382,"target":97},{"source":383,"target":185},{"source":162,"target":0},{"source":162,"target":36},{"source":162,"target":384},{"source":384,"target":36},{"source":163,"target":0},{"source":163,"target":151},{"source":163,"target":385},{"source":385,"target":151},{"source":164,"target":0},{"source":164,"target":386},{"source":386,"target":387},{"source":386,"target":164},{"source":165,"target":0},{"source":165,"target":27},{"source":165,"target":388},{"source":388,"target":27},{"source":166,"target":0},{"source":166,"target":27},{"source":166,"target":389},{"source":389,"target":27},{"source":167,"target":0},{"source":167,"target":139},{"source":167,"target":390},{"source":390,"target":139},{"source":168,"target":0},{"source":168,"target":98},{"source":168,"target":391},{"source":391,"target":98},{"source":169,"target":0},{"source":169,"target":123},{"source":169,"target":392},{"source":392,"target":123},{"source":170,"target":0},{"source":170,"target":22},{"source":170,"target":393},{"source":393,"target":22},{"source":171,"target":0},{"source":171,"target":102},{"source":171,"target":394},{"source":394,"target":102},{"source":172,"target":0},{"source":172,"target":167},{"source":172,"target":395},{"source":395,"target":167},{"source":173,"target":0},{"source":173,"target":101},{"source":173,"target":396},{"source":396,"target":101},{"source":174,"target":0},{"source":174,"target":145},{"source":174,"target":397},{"source":397,"target":145},{"source":175,"target":0},{"source":175,"target":42},{"source":175,"target":398},{"source":398,"target":42},{"source":176,"target":0},{"source":176,"target":140},{"source":176,"target":399},{"source":399,"target":140},{"source":177,"target":0},{"source":177,"target":36},{"source":177,"target":400},{"source":400,"target":36},{"source":178,"target":0},{"source":178,"target":69},{"source":178,"target":401},{"source":401,"target":69},{"source":179,"target":0},{"source":179,"target":153},{"source":179,"target":402},{"source":402,"target":153},{"source":180,"target":0},{"source":180,"target":106},{"source":180,"target":403},{"source":403,"target":106},{"source":181,"target":0},{"source":181,"target":186},{"source":181,"target":404},{"source":404,"target":186},{"source":182,"target":0},{"source":182,"target":42},{"source":182,"target":405},{"source":405,"target":42},{"source":183,"target":0},{"source":183,"target":48},{"source":183,"target":406},{"source":406,"target":48},{"source":184,"target":0},{"source":184,"target":186},{"source":184,"target":407},{"source":407,"target":186},{"source":185,"target":0},{"source":185,"target":164},{"source":185,"target":408},{"source":408,"target":164},{"source":186,"target":0},{"source":186,"target":164},{"source":186,"target":409},{"source":409,"target":164},{"source":187,"target":0},{"source":187,"target":98},{"source":187,"target":410},{"source":410,"target":98},{"source":188,"target":0},{"source":188,"target":68},{"source":188,"target":191},{"source":188,"target":411},{"source":188,"target":412},{"source":411,"target":68},{"source":412,"target":191},{"source":189,"target":0},{"source":189,"target":139},{"source":189,"target":413},{"source":413,"target":139},{"source":190,"target":0},{"source":190,"target":53},{"source":190,"target":414},{"source":414,"target":53},{"source":191,"target":0},{"source":191,"target":3},{"source":191,"target":415},{"source":415,"target":3},{"source":192,"target":0},{"source":192,"target":186},{"source":192,"target":416},{"source":416,"target":186},{"source":193,"target":0},{"source":193,"target":27},{"source":193,"target":417},{"source":417,"target":27},{"source":194,"target":0},{"source":194,"target":108},{"source":194,"target":418},{"source":418,"target":108},{"source":195,"target":0},{"source":195,"target":42},{"source":195,"target":419},{"source":419,"target":42},{"source":196,"target":0},{"source":196,"target":17},{"source":196,"target":420},{"source":420,"target":17},{"source":197,"target":0},{"source":197,"target":155},{"source":197,"target":185},{"source":197,"target":421},{"source":197,"target":422},{"source":421,"target":155},{"source":422,"target":185}],"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="annotate" nsURI="http://co.edu.uniandes.csw.mvc.annotate/1.0"
nsPrefix="annotate">
<eClassifiers xsi:type="ecore:EClass" name="Annotable" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1"
eType="#//Annotation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Annotation">
<eStructuralFeatures xsi:type="ecore:EReference" name="annotationType" lowerBound="1"
eType="#//AnnotationType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//AnnotationTypeAttribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Annotable">
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotationTypes" upperBound="-1"
eType="#//AnnotationType" containment="true" eOpposite="#//AnnotationType/package"/>
<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="AnnotationTypeAttribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/>
<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="Type" eSuperTypes="#//Annotable">
<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="#//AnnotationTypeAttribute" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationType">
<eStructuralFeatures xsi:type="ecore:EReference" name="package" lowerBound="1"
eType="#//Package" eOpposite="#//Package/annotationTypes"/>
<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="attributes" upperBound="-1"
eType="#//AnnotationTypeAttribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="context" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationAttribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1"
eType="#//AnnotationTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="annotation" lowerBound="1"
eType="#//Annotation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//AnnotationAttributeValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnnotationAttributeValue" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="SimpleValue" eSuperTypes="#//AnnotationAttributeValue">
<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="ComplexValue" abstract="true" eSuperTypes="#//AnnotationAttributeValue"/>
</ecore:EPackage>
| github:ecore:/data/daperador/tesis2/workspace/co.edu.uniandes.csw.ecoredoc/models/Annotateit.ecore | ecore | annotate
Annotable
annotations
Annotation
annotationType
attributes
Package
types
annotationTypes
name
AnnotationTypeAttribute
type
name
Type
name
attributes
AnnotationType
package
name
attributes
context
AnnotationAttribute
attribute
annotation
value
AnnotationAttributeValue
SimpleValue
value
ComplexValue | null | {"directed":true,"nodes":[{"nsPrefix":"annotate","nsURI":"http://co.edu.uniandes.csw.mvc.annotate/1.0","name":"annotate","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotable","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeAttribute","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationAttribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationAttributeValue","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleValue","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexValue","instanceClass":null,"abstract":true,"id":10,"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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"id":12,"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":"annotationType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":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":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":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":17,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotationTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"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":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"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":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":"name","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":"name","changeable":true,"lowerBound":0,"iD":false,"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"},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"context","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":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","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":false,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"container":false,"ordered":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":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"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":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"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":11,"target":2},{"source":11,"target":12},{"source":11,"target":1},{"source":12,"target":2},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":6},{"source":13,"target":15},{"source":13,"target":2},{"source":15,"target":6},{"source":14,"target":4},{"source":14,"target":16},{"source":14,"target":2},{"source":16,"target":4},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":17,"target":5},{"source":17,"target":21},{"source":17,"target":3},{"source":21,"target":5},{"source":18,"target":6},{"source":18,"target":22},{"source":18,"target":3},{"source":18,"target":23},{"source":22,"target":6},{"source":19,"target":24},{"source":19,"target":3},{"source":20,"target":1},{"source":4,"target":0},{"source":4,"target":25},{"source":4,"target":26},{"source":25,"target":5},{"source":25,"target":27},{"source":25,"target":4},{"source":27,"target":5},{"source":26,"target":28},{"source":26,"target":4},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":29,"target":32},{"source":29,"target":5},{"source":30,"target":4},{"source":30,"target":33},{"source":30,"target":5},{"source":33,"target":4},{"source":31,"target":1},{"source":6,"target":0},{"source":6,"target":23},{"source":6,"target":34},{"source":6,"target":35},{"source":6,"target":36},{"source":23,"target":3},{"source":23,"target":37},{"source":23,"target":6},{"source":23,"target":18},{"source":37,"target":3},{"source":34,"target":38},{"source":34,"target":6},{"source":35,"target":4},{"source":35,"target":39},{"source":35,"target":6},{"source":39,"target":4},{"source":36,"target":40},{"source":36,"target":6},{"source":7,"target":0},{"source":7,"target":41},{"source":7,"target":42},{"source":7,"target":43},{"source":41,"target":4},{"source":41,"target":44},{"source":41,"target":7},{"source":44,"target":4},{"source":42,"target":2},{"source":42,"target":45},{"source":42,"target":7},{"source":45,"target":2},{"source":43,"target":8},{"source":43,"target":46},{"source":43,"target":7},{"source":46,"target":8},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":47},{"source":9,"target":48},{"source":47,"target":49},{"source":47,"target":9},{"source":48,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":50},{"source":50,"target":8}],"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="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
unique="false" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false"
upperBound="-1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false"
upperBound="-1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false"
upperBound="-1" eType="#/0/LibraryRef" containment="true" eOpposite="#/0/LibraryRef/unit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/library"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1"
upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/0/ModuleElement" containment="true" eOpposite="#/0/ModuleElement/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false"
lowerBound="1" eType="#/0/Module" eOpposite="#/0/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false"
eType="#/0/Query" eOpposite="#/0/Query/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false"
eType="#/0/Library" eOpposite="#/0/Library/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
eType="#/0/OutPattern" containment="true" eOpposite="#/0/OutPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false"
eType="#/0/ActionBlock" containment="true" eOpposite="#/0/ActionBlock/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#/0/RuleVariableDeclaration" containment="true" eOpposite="#/0/RuleVariableDeclaration/rule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
eType="#/0/InPattern" containment="true" eOpposite="#/0/InPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/superRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false"
eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/0/MatchedRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#/1/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/InPatternElement" containment="true"
eOpposite="#/0/InPatternElement/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#/0/OutPatternElement" containment="true" eOpposite="#/0/OutPatternElement/outPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/1/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/sourceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
lowerBound="1" eType="#/0/InPattern" eOpposite="#/0/InPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false"
upperBound="-1" eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/0/InPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false"
eType="#/0/InPatternElement" eOpposite="#/0/InPatternElement/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#/0/Binding" containment="true" eOpposite="#/0/Binding/outPatternElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/0/OutPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/bindings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false"
lowerBound="1" eType="#/0/Unit" eOpposite="#/0/Unit/libraries"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/actionBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl">
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false"
eType="#/1/PropertyCallExp" eOpposite="#/1/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
eType="#/1/CollectionExp" eOpposite="#/1/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false"
eType="#/1/OperationCallExp" eOpposite="#/1/OperationCallExp/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/initExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/variableExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/1/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1"
eType="#/1/TuplePart" containment="true" eOpposite="#/1/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false"
lowerBound="1" eType="#/1/TupleExp" eOpposite="#/1/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/MapElement" containment="true" eOpposite="#/1/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false"
lowerBound="1" eType="#/1/MapExp" eOpposite="#/1/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/Iterator" containment="true" eOpposite="#/1/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false"
eType="#/1/IterateExp" eOpposite="#/1/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false"
upperBound="-1" eType="#/1/VariableExp" eOpposite="#/1/VariableExp/referredVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
lowerBound="1" eType="#/1/Operation" eOpposite="#/1/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" abstract="true" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false"
eType="#/1/OclContextDefinition" eOpposite="#/1/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false"
eType="#/1/OclExpression" eOpposite="#/1/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false"
eType="#/1/CollectionType" eOpposite="#/1/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false"
eType="#/1/TupleTypeAttribute" eOpposite="#/1/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#/1/TupleTypeAttribute" containment="true" eOpposite="#/1/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false"
lowerBound="1" eType="#/1/TupleType" eOpposite="#/1/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
lowerBound="1" eType="#/1/OclFeature" containment="true" eOpposite="#/1/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
eType="#/1/OclContextDefinition" containment="true" eOpposite="#/1/OclContextDefinition/definition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/Parameter" containment="true" eOpposite="#/1/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#/1/OclModelElement" eOpposite="#/1/OclModelElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
upperBound="-1" eType="#/1/OclModel" eOpposite="#/1/OclModel/metamodel"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/PrimitiveTypes"
nsPrefix="ptypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/danielcn/metagem/org.eclipse.m2m.atl.engine/src/org/eclipse/m2m/atl/engine/resources/ATL-0.2.ecore | ecore | ATL
LocatedElement
location
commentsBefore
commentsAfter
Unit
libraries
name
Library
helpers
Query
body
helpers
Module
isRefining
inModels
outModels
elements
ModuleElement
module
Helper
query
library
definition
Rule
outPattern
actionBlock
variables
name
MatchedRule
inPattern
children
superRule
isAbstract
isRefining
isNoDefault
LazyMatchedRule
isUnique
CalledRule
parameters
isEntrypoint
isEndpoint
InPattern
elements
rule
filter
OutPattern
rule
elements
PatternElement
InPatternElement
mapsTo
inPattern
models
SimpleInPatternElement
OutPatternElement
outPattern
sourceElement
bindings
model
SimpleOutPatternElement
ForEachOutPatternElement
collection
iterator
Binding
value
outPatternElement
propertyName
RuleVariableDeclaration
rule
LibraryRef
unit
name
ActionBlock
rule
statements
Statement
ExpressionStat
expression
BindingStat
source
propertyName
value
IfStat
condition
thenStatements
elseStatements
ForStat
iterator
collection
statements
OCL
OclExpression
type
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
owningAttribute
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
NavigationOrAttributeCallExp
name
OperationCallExp
arguments
operationName
OperatorCallExp
CollectionOperationCallExp
LoopExp
body
iterators
IterateExp
result
IteratorExp
name
LetExp
variable
in_
IfExp
thenExpression
condition
elseExpression
VariableDeclaration
id
varName
type
initExpression
letExp
baseExp
variableExp
Iterator
loopExpr
Parameter
operation
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
PrimitiveTypes
Boolean
Double
Integer
String | null | {"directed":true,"nodes":[{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"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":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":28,"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":29,"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":30,"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":31,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":32,"serializable":true,"eClass":"EDataType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"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":36,"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":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"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":40,"derived":false},{"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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"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":45,"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":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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":52,"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":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":53,"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":54,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":58,"serializable":true,"eClass":"EDataType"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"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":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"id":72,"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":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"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":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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":79,"derived":false},{"id":80,"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":81,"derived":false},{"id":82,"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":83,"derived":false},{"id":84,"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":85,"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":86,"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":87,"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":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":"isRefining","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":"isNoDefault","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"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":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"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":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"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":102,"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":"isEntrypoint","changeable":true,"lowerBound":1,"iD":false,"id":103,"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":"isEndpoint","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":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":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"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":121,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"id":123,"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":124,"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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"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":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":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":132,"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":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"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":141,"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":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"id":146,"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":147,"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":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"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":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":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":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"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":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"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":167,"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":168,"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":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"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":174,"derived":false},{"container":false,"ordered":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":175,"derived":false},{"container":false,"ordered":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":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"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":181,"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":182,"derived":false},{"container":false,"ordered":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":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":188,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":true,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":238,"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":239,"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":240,"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":241,"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":242,"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":243,"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":244,"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":245,"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":246,"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":247,"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":248,"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":249,"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":250,"derived":false},{"id":251,"eClass":"EGenericType"},{"id":252,"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":253,"derived":false},{"id":254,"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":255,"derived":false},{"id":256,"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":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":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":259,"derived":false},{"id":260,"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":261,"derived":false},{"id":262,"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":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":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":265,"derived":false},{"id":266,"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":267,"derived":false},{"id":268,"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":269,"derived":false},{"id":270,"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":271,"derived":false},{"id":272,"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":273,"derived":false},{"id":274,"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":275,"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":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"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":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"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":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"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":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"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":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":291,"serializable":true,"eClass":"EDataType"},{"id":292,"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":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":295,"serializable":true,"eClass":"EDataType"},{"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":"tuplePart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"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":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"container":false,"ordered":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":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"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":312,"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":313,"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":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"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":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"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":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"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":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"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":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"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":338,"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":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"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":342,"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":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"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":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"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":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"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":355,"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":356,"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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"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":362,"derived":false},{"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":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":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"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":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"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":376,"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":377,"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":378,"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":379,"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":380,"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":381,"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":382,"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":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"derived":false},{"id":391,"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":392,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":394,"derived":false},{"id":395,"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":396,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":399,"derived":false},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"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"},{"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"id":413,"eClass":"EGenericType"},{"id":414,"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":415,"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":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"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":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"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":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":428,"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":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"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":432,"derived":false},{"id":433,"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":434,"derived":false},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"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":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"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":"name","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"},{"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":451,"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":452,"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":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/PrimitiveTypes","name":"PrimitiveTypes","id":459,"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":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":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":29,"target":32},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":32},{"source":30,"target":32},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":32},{"source":31,"target":32},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":32},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":22},{"source":36,"target":39},{"source":36,"target":2},{"source":36,"target":40},{"source":39,"target":22},{"source":37,"target":32},{"source":37,"target":41},{"source":37,"target":2},{"source":41,"target":32},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":42},{"source":3,"target":43},{"source":42,"target":7},{"source":42,"target":44},{"source":42,"target":3},{"source":42,"target":45},{"source":44,"target":7},{"source":43,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":46,"target":49},{"source":46,"target":50},{"source":46,"target":4},{"source":50,"target":49},{"source":47,"target":7},{"source":47,"target":51},{"source":47,"target":4},{"source":47,"target":52},{"source":51,"target":7},{"source":48,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":53,"target":58},{"source":53,"target":59},{"source":53,"target":5},{"source":59,"target":58},{"source":54,"target":60},{"source":54,"target":61},{"source":54,"target":5},{"source":61,"target":60},{"source":55,"target":60},{"source":55,"target":62},{"source":55,"target":5},{"source":62,"target":60},{"source":56,"target":6},{"source":56,"target":63},{"source":56,"target":5},{"source":56,"target":64},{"source":63,"target":6},{"source":57,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":64},{"source":6,"target":65},{"source":64,"target":5},{"source":64,"target":66},{"source":64,"target":6},{"source":64,"target":56},{"source":66,"target":5},{"source":65,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":52},{"source":7,"target":45},{"source":7,"target":67},{"source":7,"target":68},{"source":52,"target":4},{"source":52,"target":69},{"source":52,"target":7},{"source":52,"target":47},{"source":69,"target":4},{"source":45,"target":3},{"source":45,"target":70},{"source":45,"target":7},{"source":45,"target":42},{"source":70,"target":3},{"source":67,"target":71},{"source":67,"target":72},{"source":67,"target":7},{"source":72,"target":71},{"source":68,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":73,"target":13},{"source":73,"target":78},{"source":73,"target":8},{"source":73,"target":79},{"source":78,"target":13},{"source":74,"target":23},{"source":74,"target":80},{"source":74,"target":8},{"source":74,"target":81},{"source":80,"target":23},{"source":75,"target":21},{"source":75,"target":82},{"source":75,"target":8},{"source":75,"target":83},{"source":82,"target":21},{"source":76,"target":32},{"source":76,"target":84},{"source":76,"target":8},{"source":84,"target":32},{"source":77,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":85,"target":12},{"source":85,"target":92},{"source":85,"target":9},{"source":85,"target":93},{"source":92,"target":12},{"source":86,"target":9},{"source":86,"target":94},{"source":86,"target":9},{"source":86,"target":87},{"source":94,"target":9},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":9},{"source":87,"target":86},{"source":95,"target":9},{"source":88,"target":58},{"source":88,"target":96},{"source":88,"target":9},{"source":96,"target":58},{"source":89,"target":58},{"source":89,"target":97},{"source":89,"target":9},{"source":97,"target":58},{"source":90,"target":58},{"source":90,"target":98},{"source":90,"target":9},{"source":98,"target":58},{"source":91,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":99},{"source":10,"target":100},{"source":99,"target":58},{"source":99,"target":101},{"source":99,"target":10},{"source":101,"target":58},{"source":100,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":106},{"source":102,"target":107},{"source":102,"target":11},{"source":107,"target":106},{"source":103,"target":58},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":58},{"source":104,"target":58},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":58},{"source":105,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":110},{"source":12,"target":93},{"source":12,"target":111},{"source":12,"target":112},{"source":110,"target":15},{"source":110,"target":113},{"source":110,"target":12},{"source":110,"target":114},{"source":113,"target":15},{"source":93,"target":9},{"source":93,"target":115},{"source":93,"target":12},{"source":93,"target":85},{"source":115,"target":9},{"source":111,"target":49},{"source":111,"target":116},{"source":111,"target":12},{"source":116,"target":49},{"source":112,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":79},{"source":13,"target":117},{"source":13,"target":118},{"source":79,"target":8},{"source":79,"target":119},{"source":79,"target":13},{"source":79,"target":73},{"source":119,"target":8},{"source":117,"target":17},{"source":117,"target":120},{"source":117,"target":13},{"source":117,"target":121},{"source":120,"target":17},{"source":118,"target":1},{"source":14,"target":0},{"source":14,"target":122},{"source":14,"target":123},{"source":123,"target":122},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":124},{"source":15,"target":114},{"source":15,"target":125},{"source":15,"target":126},{"source":124,"target":17},{"source":124,"target":127},{"source":124,"target":15},{"source":124,"target":128},{"source":127,"target":17},{"source":114,"target":12},{"source":114,"target":129},{"source":114,"target":15},{"source":114,"target":110},{"source":129,"target":12},{"source":125,"target":60},{"source":125,"target":130},{"source":125,"target":15},{"source":130,"target":60},{"source":126,"target":14},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":131},{"source":131,"target":15},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":121},{"source":17,"target":128},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":134},{"source":121,"target":13},{"source":121,"target":135},{"source":121,"target":17},{"source":121,"target":117},{"source":135,"target":13},{"source":128,"target":15},{"source":128,"target":136},{"source":128,"target":17},{"source":128,"target":124},{"source":136,"target":15},{"source":132,"target":20},{"source":132,"target":137},{"source":132,"target":17},{"source":132,"target":138},{"source":137,"target":20},{"source":133,"target":60},{"source":133,"target":139},{"source":133,"target":17},{"source":139,"target":60},{"source":134,"target":14},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":140},{"source":140,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":141},{"source":19,"target":142},{"source":19,"target":143},{"source":141,"target":49},{"source":141,"target":144},{"source":141,"target":19},{"source":144,"target":49},{"source":142,"target":145},{"source":142,"target":146},{"source":142,"target":19},{"source":146,"target":145},{"source":143,"target":17},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":147},{"source":20,"target":138},{"source":20,"target":148},{"source":20,"target":149},{"source":147,"target":49},{"source":147,"target":150},{"source":147,"target":20},{"source":150,"target":49},{"source":138,"target":17},{"source":138,"target":151},{"source":138,"target":20},{"source":138,"target":132},{"source":151,"target":17},{"source":148,"target":32},{"source":148,"target":152},{"source":148,"target":20},{"source":152,"target":32},{"source":149,"target":1},{"source":21,"target":0},{"source":21,"target":122},{"source":21,"target":83},{"source":21,"target":153},{"source":83,"target":8},{"source":83,"target":154},{"source":83,"target":21},{"source":83,"target":75},{"source":154,"target":8},{"source":153,"target":122},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":40},{"source":22,"target":155},{"source":22,"target":156},{"source":40,"target":2},{"source":40,"target":157},{"source":40,"target":22},{"source":40,"target":36},{"source":157,"target":2},{"source":155,"target":32},{"source":155,"target":158},{"source":155,"target":22},{"source":158,"target":32},{"source":156,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":81},{"source":23,"target":159},{"source":23,"target":160},{"source":81,"target":8},{"source":81,"target":161},{"source":81,"target":23},{"source":81,"target":74},{"source":161,"target":8},{"source":159,"target":24},{"source":159,"target":162},{"source":159,"target":23},{"source":162,"target":24},{"source":160,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":163},{"source":163,"target":1},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":164},{"source":25,"target":165},{"source":164,"target":49},{"source":164,"target":166},{"source":164,"target":25},{"source":166,"target":49},{"source":165,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":167},{"source":26,"target":168},{"source":26,"target":169},{"source":26,"target":170},{"source":167,"target":49},{"source":167,"target":171},{"source":167,"target":26},{"source":171,"target":49},{"source":168,"target":32},{"source":168,"target":172},{"source":168,"target":26},{"source":172,"target":32},{"source":169,"target":49},{"source":169,"target":173},{"source":169,"target":26},{"source":173,"target":49},{"source":170,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":174},{"source":27,"target":175},{"source":27,"target":176},{"source":27,"target":177},{"source":174,"target":49},{"source":174,"target":178},{"source":174,"target":27},{"source":178,"target":49},{"source":175,"target":24},{"source":175,"target":179},{"source":175,"target":27},{"source":179,"target":24},{"source":176,"target":24},{"source":176,"target":180},{"source":176,"target":27},{"source":180,"target":24},{"source":177,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":181},{"source":28,"target":182},{"source":28,"target":183},{"source":28,"target":184},{"source":181,"target":145},{"source":181,"target":185},{"source":181,"target":28},{"source":185,"target":145},{"source":182,"target":49},{"source":182,"target":186},{"source":182,"target":28},{"source":186,"target":49},{"source":183,"target":24},{"source":183,"target":187},{"source":183,"target":28},{"source":187,"target":24},{"source":184,"target":24},{"source":188,"target":49},{"source":188,"target":189},{"source":188,"target":190},{"source":188,"target":191},{"source":188,"target":192},{"source":188,"target":193},{"source":188,"target":194},{"source":188,"target":195},{"source":188,"target":196},{"source":188,"target":197},{"source":188,"target":198},{"source":188,"target":199},{"source":188,"target":200},{"source":188,"target":201},{"source":188,"target":202},{"source":188,"target":203},{"source":188,"target":204},{"source":188,"target":205},{"source":188,"target":206},{"source":188,"target":207},{"source":188,"target":208},{"source":188,"target":209},{"source":188,"target":210},{"source":188,"target":211},{"source":188,"target":212},{"source":188,"target":213},{"source":188,"target":214},{"source":188,"target":215},{"source":188,"target":216},{"source":188,"target":217},{"source":188,"target":122},{"source":188,"target":145},{"source":188,"target":106},{"source":188,"target":218},{"source":188,"target":219},{"source":188,"target":220},{"source":188,"target":221},{"source":188,"target":222},{"source":188,"target":223},{"source":188,"target":224},{"source":188,"target":225},{"source":188,"target":226},{"source":188,"target":227},{"source":188,"target":228},{"source":188,"target":229},{"source":188,"target":230},{"source":188,"target":231},{"source":188,"target":232},{"source":188,"target":233},{"source":188,"target":234},{"source":188,"target":71},{"source":188,"target":235},{"source":188,"target":236},{"source":188,"target":237},{"source":188,"target":238},{"source":188,"target":60},{"source":49,"target":188},{"source":49,"target":1},{"source":49,"target":239},{"source":49,"target":240},{"source":49,"target":241},{"source":49,"target":242},{"source":49,"target":243},{"source":49,"target":244},{"source":49,"target":245},{"source":49,"target":246},{"source":49,"target":247},{"source":49,"target":248},{"source":49,"target":249},{"source":49,"target":250},{"source":49,"target":251},{"source":239,"target":219},{"source":239,"target":252},{"source":239,"target":49},{"source":239,"target":253},{"source":252,"target":219},{"source":240,"target":217},{"source":240,"target":254},{"source":240,"target":49},{"source":240,"target":255},{"source":254,"target":217},{"source":241,"target":208},{"source":241,"target":256},{"source":241,"target":49},{"source":241,"target":257},{"source":256,"target":208},{"source":242,"target":197},{"source":242,"target":258},{"source":242,"target":49},{"source":242,"target":259},{"source":258,"target":197},{"source":243,"target":216},{"source":243,"target":260},{"source":243,"target":49},{"source":243,"target":261},{"source":260,"target":216},{"source":244,"target":213},{"source":244,"target":262},{"source":244,"target":49},{"source":244,"target":263},{"source":262,"target":213},{"source":245,"target":210},{"source":245,"target":264},{"source":245,"target":49},{"source":245,"target":265},{"source":264,"target":210},{"source":246,"target":122},{"source":246,"target":266},{"source":246,"target":49},{"source":246,"target":267},{"source":266,"target":122},{"source":247,"target":217},{"source":247,"target":268},{"source":247,"target":49},{"source":247,"target":269},{"source":268,"target":217},{"source":248,"target":238},{"source":248,"target":270},{"source":248,"target":49},{"source":248,"target":271},{"source":270,"target":238},{"source":249,"target":217},{"source":249,"target":272},{"source":249,"target":49},{"source":249,"target":273},{"source":272,"target":217},{"source":250,"target":237},{"source":250,"target":274},{"source":250,"target":49},{"source":250,"target":275},{"source":274,"target":237},{"source":251,"target":1},{"source":189,"target":188},{"source":189,"target":49},{"source":189,"target":276},{"source":189,"target":277},{"source":276,"target":122},{"source":276,"target":278},{"source":276,"target":189},{"source":276,"target":279},{"source":278,"target":122},{"source":277,"target":49},{"source":190,"target":188},{"source":190,"target":49},{"source":190,"target":280},{"source":280,"target":49},{"source":191,"target":188},{"source":191,"target":49},{"source":191,"target":281},{"source":281,"target":49},{"source":192,"target":188},{"source":192,"target":191},{"source":192,"target":282},{"source":192,"target":283},{"source":282,"target":32},{"source":282,"target":284},{"source":282,"target":192},{"source":284,"target":32},{"source":283,"target":191},{"source":193,"target":188},{"source":193,"target":191},{"source":193,"target":285},{"source":193,"target":286},{"source":285,"target":58},{"source":285,"target":287},{"source":285,"target":193},{"source":287,"target":58},{"source":286,"target":191},{"source":194,"target":188},{"source":194,"target":191},{"source":194,"target":288},{"source":288,"target":191},{"source":195,"target":188},{"source":195,"target":194},{"source":195,"target":289},{"source":195,"target":290},{"source":289,"target":291},{"source":289,"target":292},{"source":289,"target":195},{"source":292,"target":291},{"source":290,"target":194},{"source":196,"target":188},{"source":196,"target":194},{"source":196,"target":293},{"source":196,"target":294},{"source":293,"target":295},{"source":293,"target":296},{"source":293,"target":196},{"source":296,"target":295},{"source":294,"target":194},{"source":197,"target":188},{"source":197,"target":49},{"source":197,"target":259},{"source":197,"target":297},{"source":259,"target":49},{"source":259,"target":298},{"source":259,"target":197},{"source":259,"target":242},{"source":298,"target":49},{"source":297,"target":49},{"source":198,"target":188},{"source":198,"target":197},{"source":198,"target":299},{"source":299,"target":197},{"source":199,"target":188},{"source":199,"target":197},{"source":199,"target":300},{"source":300,"target":197},{"source":200,"target":188},{"source":200,"target":197},{"source":200,"target":301},{"source":301,"target":197},{"source":201,"target":188},{"source":201,"target":197},{"source":201,"target":302},{"source":302,"target":197},{"source":202,"target":188},{"source":202,"target":49},{"source":202,"target":303},{"source":202,"target":304},{"source":303,"target":203},{"source":303,"target":305},{"source":303,"target":202},{"source":303,"target":306},{"source":305,"target":203},{"source":304,"target":49},{"source":203,"target":188},{"source":203,"target":122},{"source":203,"target":306},{"source":203,"target":307},{"source":306,"target":202},{"source":306,"target":308},{"source":306,"target":203},{"source":306,"target":303},{"source":308,"target":202},{"source":307,"target":122},{"source":204,"target":188},{"source":204,"target":49},{"source":204,"target":309},{"source":204,"target":310},{"source":309,"target":205},{"source":309,"target":311},{"source":309,"target":204},{"source":309,"target":312},{"source":311,"target":205},{"source":310,"target":49},{"source":205,"target":188},{"source":205,"target":1},{"source":205,"target":312},{"source":205,"target":313},{"source":205,"target":314},{"source":205,"target":315},{"source":312,"target":204},{"source":312,"target":316},{"source":312,"target":205},{"source":312,"target":309},{"source":316,"target":204},{"source":313,"target":49},{"source":313,"target":317},{"source":313,"target":205},{"source":317,"target":49},{"source":314,"target":49},{"source":314,"target":318},{"source":314,"target":205},{"source":318,"target":49},{"source":315,"target":1},{"source":206,"target":188},{"source":206,"target":49},{"source":206,"target":319},{"source":206,"target":320},{"source":319,"target":32},{"source":319,"target":321},{"source":319,"target":206},{"source":321,"target":32},{"source":320,"target":49},{"source":207,"target":188},{"source":207,"target":49},{"source":207,"target":322},{"source":322,"target":49},{"source":208,"target":188},{"source":208,"target":49},{"source":208,"target":257},{"source":208,"target":323},{"source":257,"target":49},{"source":257,"target":324},{"source":257,"target":208},{"source":257,"target":241},{"source":324,"target":49},{"source":323,"target":49},{"source":209,"target":188},{"source":209,"target":208},{"source":209,"target":325},{"source":209,"target":326},{"source":325,"target":32},{"source":325,"target":327},{"source":325,"target":209},{"source":327,"target":32},{"source":326,"target":208},{"source":210,"target":188},{"source":210,"target":208},{"source":210,"target":265},{"source":210,"target":328},{"source":210,"target":329},{"source":265,"target":49},{"source":265,"target":330},{"source":265,"target":210},{"source":265,"target":245},{"source":330,"target":49},{"source":328,"target":32},{"source":328,"target":331},{"source":328,"target":210},{"source":331,"target":32},{"source":329,"target":208},{"source":211,"target":188},{"source":211,"target":210},{"source":211,"target":332},{"source":332,"target":210},{"source":212,"target":188},{"source":212,"target":210},{"source":212,"target":333},{"source":333,"target":210},{"source":213,"target":188},{"source":213,"target":208},{"source":213,"target":263},{"source":213,"target":334},{"source":213,"target":335},{"source":263,"target":49},{"source":263,"target":336},{"source":263,"target":213},{"source":263,"target":244},{"source":336,"target":49},{"source":334,"target":145},{"source":334,"target":337},{"source":334,"target":213},{"source":334,"target":338},{"source":337,"target":145},{"source":335,"target":208},{"source":214,"target":188},{"source":214,"target":213},{"source":214,"target":339},{"source":214,"target":340},{"source":339,"target":122},{"source":339,"target":341},{"source":339,"target":214},{"source":339,"target":342},{"source":341,"target":122},{"source":340,"target":213},{"source":215,"target":188},{"source":215,"target":213},{"source":215,"target":343},{"source":215,"target":344},{"source":343,"target":32},{"source":343,"target":345},{"source":343,"target":215},{"source":345,"target":32},{"source":344,"target":213},{"source":216,"target":188},{"source":216,"target":49},{"source":216,"target":346},{"source":216,"target":261},{"source":216,"target":347},{"source":346,"target":122},{"source":346,"target":348},{"source":346,"target":216},{"source":346,"target":349},{"source":348,"target":122},{"source":261,"target":49},{"source":261,"target":350},{"source":261,"target":216},{"source":261,"target":243},{"source":350,"target":49},{"source":347,"target":49},{"source":217,"target":188},{"source":217,"target":49},{"source":217,"target":269},{"source":217,"target":273},{"source":217,"target":255},{"source":217,"target":351},{"source":269,"target":49},{"source":269,"target":352},{"source":269,"target":217},{"source":269,"target":247},{"source":352,"target":49},{"source":273,"target":49},{"source":273,"target":353},{"source":273,"target":217},{"source":273,"target":249},{"source":353,"target":49},{"source":255,"target":49},{"source":255,"target":354},{"source":255,"target":217},{"source":255,"target":240},{"source":354,"target":49},{"source":351,"target":49},{"source":122,"target":188},{"source":122,"target":1},{"source":122,"target":355},{"source":122,"target":356},{"source":122,"target":357},{"source":122,"target":267},{"source":122,"target":349},{"source":122,"target":342},{"source":122,"target":279},{"source":122,"target":358},{"source":355,"target":32},{"source":355,"target":359},{"source":355,"target":122},{"source":359,"target":32},{"source":356,"target":32},{"source":356,"target":360},{"source":356,"target":122},{"source":360,"target":32},{"source":357,"target":219},{"source":357,"target":361},{"source":357,"target":122},{"source":357,"target":362},{"source":361,"target":219},{"source":267,"target":49},{"source":267,"target":363},{"source":267,"target":122},{"source":267,"target":246},{"source":363,"target":49},{"source":349,"target":216},{"source":349,"target":364},{"source":349,"target":122},{"source":349,"target":346},{"source":364,"target":216},{"source":342,"target":214},{"source":342,"target":365},{"source":342,"target":122},{"source":342,"target":339},{"source":365,"target":214},{"source":279,"target":189},{"source":279,"target":366},{"source":279,"target":122},{"source":279,"target":276},{"source":366,"target":189},{"source":358,"target":1},{"source":145,"target":188},{"source":145,"target":122},{"source":145,"target":338},{"source":145,"target":367},{"source":338,"target":213},{"source":338,"target":368},{"source":338,"target":145},{"source":338,"target":334},{"source":368,"target":213},{"source":367,"target":122},{"source":106,"target":188},{"source":106,"target":122},{"source":106,"target":369},{"source":106,"target":370},{"source":369,"target":238},{"source":369,"target":371},{"source":369,"target":106},{"source":369,"target":372},{"source":371,"target":238},{"source":370,"target":122},{"source":218,"target":188},{"source":218,"target":219},{"source":218,"target":373},{"source":218,"target":374},{"source":373,"target":219},{"source":373,"target":375},{"source":373,"target":218},{"source":373,"target":376},{"source":375,"target":219},{"source":374,"target":219},{"source":219,"target":188},{"source":219,"target":49},{"source":219,"target":377},{"source":219,"target":378},{"source":219,"target":253},{"source":219,"target":379},{"source":219,"target":380},{"source":219,"target":381},{"source":219,"target":382},{"source":219,"target":376},{"source":219,"target":383},{"source":219,"target":362},{"source":219,"target":384},{"source":377,"target":32},{"source":377,"target":385},{"source":377,"target":219},{"source":385,"target":32},{"source":378,"target":235},{"source":378,"target":386},{"source":378,"target":219},{"source":378,"target":387},{"source":386,"target":235},{"source":253,"target":49},{"source":253,"target":388},{"source":253,"target":219},{"source":253,"target":239},{"source":388,"target":49},{"source":379,"target":238},{"source":379,"target":389},{"source":379,"target":219},{"source":379,"target":390},{"source":389,"target":238},{"source":380,"target":234},{"source":380,"target":391},{"source":380,"target":219},{"source":380,"target":392},{"source":391,"target":234},{"source":381,"target":237},{"source":381,"target":393},{"source":381,"target":219},{"source":381,"target":394},{"source":393,"target":237},{"source":382,"target":234},{"source":382,"target":395},{"source":382,"target":219},{"source":382,"target":396},{"source":395,"target":234},{"source":376,"target":218},{"source":376,"target":397},{"source":376,"target":219},{"source":376,"target":373},{"source":397,"target":218},{"source":383,"target":232},{"source":383,"target":398},{"source":383,"target":219},{"source":383,"target":399},{"source":398,"target":232},{"source":362,"target":122},{"source":362,"target":400},{"source":362,"target":219},{"source":362,"target":357},{"source":400,"target":122},{"source":384,"target":49},{"source":220,"target":188},{"source":220,"target":219},{"source":220,"target":401},{"source":401,"target":219},{"source":221,"target":188},{"source":221,"target":220},{"source":221,"target":402},{"source":402,"target":220},{"source":222,"target":188},{"source":222,"target":220},{"source":222,"target":403},{"source":403,"target":220},{"source":223,"target":188},{"source":223,"target":220},{"source":223,"target":404},{"source":404,"target":220},{"source":224,"target":188},{"source":224,"target":223},{"source":224,"target":405},{"source":405,"target":223},{"source":225,"target":188},{"source":225,"target":223},{"source":225,"target":406},{"source":406,"target":223},{"source":226,"target":188},{"source":226,"target":218},{"source":226,"target":407},{"source":407,"target":218},{"source":227,"target":188},{"source":227,"target":218},{"source":227,"target":408},{"source":408,"target":218},{"source":228,"target":188},{"source":228,"target":218},{"source":228,"target":409},{"source":409,"target":218},{"source":229,"target":188},{"source":229,"target":218},{"source":229,"target":410},{"source":410,"target":218},{"source":230,"target":188},{"source":230,"target":219},{"source":230,"target":411},{"source":411,"target":219},{"source":231,"target":188},{"source":231,"target":219},{"source":231,"target":412},{"source":231,"target":413},{"source":412,"target":232},{"source":412,"target":414},{"source":412,"target":231},{"source":412,"target":415},{"source":414,"target":232},{"source":413,"target":219},{"source":232,"target":188},{"source":232,"target":1},{"source":232,"target":399},{"source":232,"target":415},{"source":232,"target":416},{"source":232,"target":417},{"source":399,"target":219},{"source":399,"target":418},{"source":399,"target":232},{"source":399,"target":383},{"source":418,"target":219},{"source":415,"target":231},{"source":415,"target":419},{"source":415,"target":232},{"source":415,"target":412},{"source":419,"target":231},{"source":416,"target":32},{"source":416,"target":420},{"source":416,"target":232},{"source":420,"target":32},{"source":417,"target":1},{"source":233,"target":188},{"source":233,"target":219},{"source":233,"target":421},{"source":233,"target":422},{"source":421,"target":60},{"source":421,"target":423},{"source":421,"target":233},{"source":421,"target":424},{"source":423,"target":60},{"source":422,"target":219},{"source":234,"target":188},{"source":234,"target":219},{"source":234,"target":392},{"source":234,"target":396},{"source":234,"target":425},{"source":392,"target":219},{"source":392,"target":426},{"source":392,"target":234},{"source":392,"target":380},{"source":426,"target":219},{"source":396,"target":219},{"source":396,"target":427},{"source":396,"target":234},{"source":396,"target":382},{"source":427,"target":219},{"source":425,"target":219},{"source":71,"target":188},{"source":71,"target":1},{"source":71,"target":428},{"source":71,"target":429},{"source":71,"target":430},{"source":428,"target":236},{"source":428,"target":431},{"source":428,"target":71},{"source":428,"target":432},{"source":431,"target":236},{"source":429,"target":235},{"source":429,"target":433},{"source":429,"target":71},{"source":429,"target":434},{"source":433,"target":235},{"source":430,"target":1},{"source":235,"target":188},{"source":235,"target":1},{"source":235,"target":434},{"source":235,"target":387},{"source":235,"target":435},{"source":434,"target":71},{"source":434,"target":436},{"source":434,"target":235},{"source":434,"target":429},{"source":436,"target":71},{"source":387,"target":219},{"source":387,"target":437},{"source":387,"target":235},{"source":387,"target":378},{"source":437,"target":219},{"source":435,"target":1},{"source":236,"target":188},{"source":236,"target":1},{"source":236,"target":432},{"source":236,"target":438},{"source":432,"target":71},{"source":432,"target":439},{"source":432,"target":236},{"source":432,"target":428},{"source":439,"target":71},{"source":438,"target":1},{"source":237,"target":188},{"source":237,"target":236},{"source":237,"target":440},{"source":237,"target":275},{"source":237,"target":394},{"source":237,"target":441},{"source":440,"target":32},{"source":440,"target":442},{"source":440,"target":237},{"source":442,"target":32},{"source":275,"target":49},{"source":275,"target":443},{"source":275,"target":237},{"source":275,"target":250},{"source":443,"target":49},{"source":394,"target":219},{"source":394,"target":444},{"source":394,"target":237},{"source":394,"target":381},{"source":444,"target":219},{"source":441,"target":236},{"source":238,"target":188},{"source":238,"target":236},{"source":238,"target":445},{"source":238,"target":372},{"source":238,"target":390},{"source":238,"target":271},{"source":238,"target":446},{"source":445,"target":32},{"source":445,"target":447},{"source":445,"target":238},{"source":447,"target":32},{"source":372,"target":106},{"source":372,"target":448},{"source":372,"target":238},{"source":372,"target":369},{"source":448,"target":106},{"source":390,"target":219},{"source":390,"target":449},{"source":390,"target":238},{"source":390,"target":379},{"source":449,"target":219},{"source":271,"target":49},{"source":271,"target":450},{"source":271,"target":238},{"source":271,"target":248},{"source":450,"target":49},{"source":446,"target":236},{"source":60,"target":188},{"source":60,"target":1},{"source":60,"target":451},{"source":60,"target":452},{"source":60,"target":424},{"source":60,"target":453},{"source":60,"target":454},{"source":451,"target":32},{"source":451,"target":455},{"source":451,"target":60},{"source":455,"target":32},{"source":452,"target":60},{"source":452,"target":456},{"source":452,"target":60},{"source":452,"target":453},{"source":456,"target":60},{"source":424,"target":233},{"source":424,"target":457},{"source":424,"target":60},{"source":424,"target":421},{"source":457,"target":233},{"source":453,"target":60},{"source":453,"target":458},{"source":453,"target":60},{"source":453,"target":452},{"source":458,"target":60},{"source":454,"target":1},{"source":459,"target":58},{"source":459,"target":291},{"source":459,"target":295},{"source":459,"target":32},{"source":58,"target":459},{"source":291,"target":459},{"source":295,"target":459},{"source":32,"target":459}],"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="gemoc_execution_trace" nsURI="http://www.inira.fr/gemoc_execution_trace"
nsPrefix="gemoc_execution_trace">
<eClassifiers xsi:type="ecore:EClass" name="Choice">
<eStructuralFeatures xsi:type="ecore:EReference" name="nextChoices" upperBound="-1"
eType="#//Choice" eOpposite="#//Choice/previousChoice"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="possibleLogicalSteps" upperBound="-1"
eType="ecore:EClass ../../fr.inria.diverse.trace.commons.model/model/GenericTrace.ecore#//Step"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chosenLogicalStep" eType="ecore:EClass ../../fr.inria.diverse.trace.commons.model/model/GenericTrace.ecore#//Step"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextState" eType="#//ContextState"
containment="true" eOpposite="#//ContextState/choice"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previousChoice" eType="#//Choice"
eOpposite="#//Choice/nextChoices"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectedNextChoice" eType="#//Choice"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="branch" lowerBound="1"
eType="#//Branch" eOpposite="#//Branch/choices"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionTraceModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="choices" upperBound="-1"
eType="#//Choice" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1"
eType="#//Branch" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reachedStates" upperBound="-1"
eType="#//ModelState" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolverState">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serializableModel" eType="#//ISerializable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelState">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextState" upperBound="-1"
eType="#//ContextState" eOpposite="#//ContextState/modelState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContextState">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelState" lowerBound="1"
eType="#//ModelState" eOpposite="#//ModelState/contextState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="solverState" lowerBound="1"
eType="#//SolverState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="choice" eType="#//Choice"
eOpposite="#//Choice/contextState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ISerializable" instanceClassName="byte[]"/>
<eClassifiers xsi:type="ecore:EClass" name="Branch">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startIndex" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stopIndex" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="choices" upperBound="-1"
eType="#//Choice" eOpposite="#//Choice/branch"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/grammarware/sle16/bousse/framework-sources/ModelDebugging/framework/framework_commons/plugins/org.gemoc.executionframework.reflectivetrace.model/model/GemocExecutionEngineTrace.ecore | ecore | gemoc_execution_trace
Choice
nextChoices
possibleLogicalSteps
chosenLogicalStep
contextState
previousChoice
selectedNextChoice
branch
ExecutionTraceModel
choices
branches
reachedStates
SolverState
model
serializableModel
ModelState
model
contextState
ContextState
modelState
solverState
choice
ISerializable
byte[]
byte[]
Branch
startIndex
stopIndex
choices | null | {"directed":true,"nodes":[{"nsPrefix":"gemoc_execution_trace","nsURI":"http://www.inira.fr/gemoc_execution_trace","name":"gemoc_execution_trace","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionTraceModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolverState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"ISerializable","instanceClass":"[B","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":7,"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":"nextChoices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"possibleLogicalSteps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"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":"chosenLogicalStep","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":"contextState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"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":"previousChoice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"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":"selectedNextChoice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"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":"branch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"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":"choice","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"choices","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":true,"unsettable":false,"transient":false,"unique":true,"name":"choices","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":"branches","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":"reachedStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"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":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":"serializableModel","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"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":34,"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":"contextState","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"modelState","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":true,"unsettable":false,"transient":false,"unique":true,"name":"solverState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"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":"startIndex","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":"stopIndex","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"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":1},{"source":8,"target":15},{"source":8,"target":1},{"source":8,"target":12},{"source":15,"target":1},{"source":9,"target":16},{"source":9,"target":1},{"source":10,"target":17},{"source":10,"target":1},{"source":11,"target":5},{"source":11,"target":18},{"source":11,"target":1},{"source":11,"target":19},{"source":18,"target":5},{"source":12,"target":1},{"source":12,"target":20},{"source":12,"target":1},{"source":12,"target":8},{"source":20,"target":1},{"source":13,"target":1},{"source":13,"target":21},{"source":13,"target":1},{"source":21,"target":1},{"source":14,"target":7},{"source":14,"target":22},{"source":14,"target":1},{"source":14,"target":23},{"source":22,"target":7},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":24,"target":1},{"source":24,"target":27},{"source":24,"target":2},{"source":27,"target":1},{"source":25,"target":7},{"source":25,"target":28},{"source":25,"target":2},{"source":28,"target":7},{"source":26,"target":4},{"source":26,"target":29},{"source":26,"target":2},{"source":29,"target":4},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":30,"target":32},{"source":30,"target":3},{"source":31,"target":6},{"source":31,"target":33},{"source":31,"target":3},{"source":33,"target":6},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":34,"target":36},{"source":34,"target":4},{"source":35,"target":5},{"source":35,"target":37},{"source":35,"target":4},{"source":35,"target":38},{"source":37,"target":5},{"source":5,"target":0},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":19},{"source":38,"target":4},{"source":38,"target":40},{"source":38,"target":5},{"source":38,"target":35},{"source":40,"target":4},{"source":39,"target":3},{"source":39,"target":41},{"source":39,"target":5},{"source":41,"target":3},{"source":19,"target":1},{"source":19,"target":42},{"source":19,"target":5},{"source":19,"target":11},{"source":42,"target":1},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":23},{"source":43,"target":45},{"source":43,"target":7},{"source":44,"target":46},{"source":44,"target":7},{"source":23,"target":1},{"source":23,"target":47},{"source":23,"target":7},{"source":23,"target":14},{"source":47,"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget">
<eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" upperBound="-1"
eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<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="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsHTMLsubsetRequiresDifferentName.ecore | ecore | UML2
ReadLinkObjectEndAction
ApplyFunctionAction
PrimitiveType
FinalNode
ActivityFinalNode
BehavioralFeature
SignalTrigger
Realization
RedefinableTemplateSignature
CreateObjectAction
PrimitiveFunction
ReadExtentAction
Transition
Operation
CollaborationOccurrence
OutputPin
ObjectFlow
RedefinableElement
Interaction
AcceptEventAction
FinalState
ReadIsClassifiedObjectAction
Profile
WriteVariableAction
MessageEnd
UseCase
Association
ActivityEdge
LinkAction
CallOperationAction
StructuredClassifier
DurationConstraint
TypedElement
Deployment
ExtensionEnd
Stop
ClearAssociationAction
Include
ReclassifyObjectAction
Usage
ActivityNode
Pseudostate
Message
InteractionOccurrence
ParameterSet
Duration
DataType
InformationItem
ExecutionOccurrence
Device
ObjectNode
GeneralizationSet
Dependency
PackageableElement
TestIdentityAction
ReadLinkAction
Parameter
ReadSelfAction
ValueSpecification
LiteralBoolean
Classifier
Signal
Component
DurationObservationAction
InteractionOperand
CreateLinkAction
Expression
Stereotype
ChangeTrigger
RaiseExceptionAction
Interface
Constraint
RemoveStructuralFeatureValueAction
AcceptCallAction
Extension
FlowFinalNode
Port
Enumeration
LiteralNull
ExpansionNode
TimeTrigger
Vertex
AnyTrigger
InteractionConstraint
ExpansionRegion
ProtocolTransition
Collaboration
CombinedFragment
ReadLinkObjectEndQualifierAction
InstanceValue
MessageTrigger
CallBehaviorAction
Region
TemplateableClassifier
ProtocolStateMachine
Connector
TimeInterval
AddStructuralFeatureValueAction
DecisionNode
ConnectionPointReference
PartDecomposition
Permission
TimeExpression
DeploymentTarget
Pin
Behavior
Reception
Implementation
ReplyAction
EncapsulatedClassifier
Gate
InitialNode
LiteralSpecification
Class
SendObjectAction
CallTrigger
BehavioredClassifier
Type
DataStoreNode
Action
BroadcastSignalAction
VariableAction
LiteralString
InputPin
ClearStructuralFeatureAction
Extend
InstanceSpecification
TimeObservationAction
AddVariableValueAction
ExecutableNode
Lifeline
MergeNode
Variable
StateMachine
InformationFlow
Package
ControlNode
ForkNode
StructuralFeature
ReadStructuralFeatureAction
ActivityPartition
Property
subsettedProperty
InvocationAction
DurationInterval
Activity
Model
WriteStructuralFeatureAction
InteractionFragment
StructuralFeatureAction
LiteralUnlimitedNatural
Continuation
CommunicationPath
ActivityParameterNode
DestroyLinkAction
DeploymentSpecification
ReadVariableAction
StateInvariant
ClearVariableAction
DestroyObjectAction
ExtensionPoint
Trigger
WriteLinkAction
Artifact
CreateLinkObjectAction
DeployedArtifact
LiteralInteger
StartOwnedBehaviorAction
EventOccurrence
CallAction
CentralBufferNode
Manifestation
Feature
ParameterableClassifier
NamedElement
name
Node
AssociationClass
TimeConstraint
ControlFlow
EnumerationLiteral
Namespace
GeneralOrdering
ValuePin
Substitution
JoinNode
ExecutionEnvironment
SendSignalAction
State
OpaqueExpression
Interval
ConditionalNode
LoopNode
Abstraction
StructuredActivityNode
ConnectableElement
RemoveVariableValueAction
Actor
IntervalConstraint | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"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"},{"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"},{"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"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"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"},{"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"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"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"},{"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"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"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"},{"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"},{"id":345,"eClass":"EGenericType"},{"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"},{"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":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"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"},{"id":391,"eClass":"EGenericType"},{"id":392,"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":393,"derived":false},{"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"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"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"},{"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"}],"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":1,"target":0},{"source":1,"target":120},{"source":1,"target":198},{"source":198,"target":120},{"source":2,"target":0},{"source":2,"target":120},{"source":2,"target":199},{"source":199,"target":120},{"source":3,"target":0},{"source":3,"target":47},{"source":3,"target":200},{"source":200,"target":47},{"source":4,"target":0},{"source":4,"target":137},{"source":4,"target":201},{"source":201,"target":137},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":202},{"source":202,"target":4},{"source":6,"target":0},{"source":6,"target":180},{"source":6,"target":172},{"source":6,"target":203},{"source":6,"target":204},{"source":203,"target":180},{"source":204,"target":172},{"source":7,"target":0},{"source":7,"target":91},{"source":7,"target":205},{"source":205,"target":91},{"source":8,"target":0},{"source":8,"target":192},{"source":8,"target":206},{"source":206,"target":192},{"source":9,"target":0},{"source":9,"target":18},{"source":9,"target":207},{"source":207,"target":18},{"source":10,"target":0},{"source":10,"target":120},{"source":10,"target":208},{"source":208,"target":120},{"source":11,"target":0},{"source":11,"target":54},{"source":11,"target":209},{"source":209,"target":54},{"source":12,"target":0},{"source":12,"target":120},{"source":12,"target":210},{"source":210,"target":120},{"source":13,"target":0},{"source":13,"target":18},{"source":13,"target":211},{"source":211,"target":18},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":33},{"source":14,"target":212},{"source":14,"target":213},{"source":212,"target":6},{"source":213,"target":33},{"source":15,"target":0},{"source":15,"target":174},{"source":15,"target":214},{"source":214,"target":174},{"source":16,"target":0},{"source":16,"target":105},{"source":16,"target":215},{"source":215,"target":105},{"source":17,"target":0},{"source":17,"target":28},{"source":17,"target":216},{"source":216,"target":28},{"source":18,"target":0},{"source":18,"target":174},{"source":18,"target":217},{"source":217,"target":174},{"source":19,"target":0},{"source":19,"target":106},{"source":19,"target":148},{"source":19,"target":218},{"source":19,"target":219},{"source":218,"target":106},{"source":219,"target":148},{"source":20,"target":0},{"source":20,"target":120},{"source":20,"target":220},{"source":220,"target":120},{"source":21,"target":0},{"source":21,"target":187},{"source":21,"target":221},{"source":221,"target":187},{"source":22,"target":0},{"source":22,"target":120},{"source":22,"target":222},{"source":222,"target":120},{"source":23,"target":0},{"source":23,"target":136},{"source":23,"target":223},{"source":223,"target":136},{"source":24,"target":0},{"source":24,"target":122},{"source":24,"target":224},{"source":224,"target":122},{"source":25,"target":0},{"source":25,"target":174},{"source":25,"target":225},{"source":225,"target":174},{"source":26,"target":0},{"source":26,"target":117},{"source":26,"target":226},{"source":226,"target":117},{"source":27,"target":0},{"source":27,"target":61},{"source":27,"target":227},{"source":227,"target":61},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":228},{"source":228,"target":18},{"source":29,"target":0},{"source":29,"target":120},{"source":29,"target":229},{"source":229,"target":120},{"source":30,"target":0},{"source":30,"target":169},{"source":30,"target":230},{"source":230,"target":169},{"source":31,"target":0},{"source":31,"target":61},{"source":31,"target":231},{"source":231,"target":61},{"source":32,"target":0},{"source":32,"target":197},{"source":32,"target":232},{"source":232,"target":197},{"source":33,"target":0},{"source":33,"target":174},{"source":33,"target":233},{"source":233,"target":174},{"source":34,"target":0},{"source":34,"target":53},{"source":34,"target":234},{"source":234,"target":53},{"source":35,"target":0},{"source":35,"target":142},{"source":35,"target":235},{"source":235,"target":142},{"source":36,"target":0},{"source":36,"target":168},{"source":36,"target":236},{"source":236,"target":168},{"source":37,"target":0},{"source":37,"target":120},{"source":37,"target":237},{"source":237,"target":120},{"source":38,"target":0},{"source":38,"target":174},{"source":38,"target":238},{"source":238,"target":174},{"source":39,"target":0},{"source":39,"target":120},{"source":39,"target":239},{"source":239,"target":120},{"source":40,"target":0},{"source":40,"target":53},{"source":40,"target":240},{"source":240,"target":53},{"source":41,"target":0},{"source":41,"target":18},{"source":41,"target":241},{"source":241,"target":18},{"source":42,"target":0},{"source":42,"target":82},{"source":42,"target":242},{"source":242,"target":82},{"source":43,"target":0},{"source":43,"target":174},{"source":43,"target":243},{"source":243,"target":174},{"source":44,"target":0},{"source":44,"target":148},{"source":44,"target":244},{"source":244,"target":148},{"source":45,"target":0},{"source":45,"target":174},{"source":45,"target":245},{"source":245,"target":174},{"source":46,"target":0},{"source":46,"target":59},{"source":46,"target":246},{"source":246,"target":59},{"source":47,"target":0},{"source":47,"target":61},{"source":47,"target":247},{"source":247,"target":61},{"source":48,"target":0},{"source":48,"target":61},{"source":48,"target":248},{"source":248,"target":61},{"source":49,"target":0},{"source":49,"target":148},{"source":49,"target":249},{"source":249,"target":148},{"source":50,"target":0},{"source":50,"target":175},{"source":50,"target":250},{"source":250,"target":175},{"source":51,"target":0},{"source":51,"target":41},{"source":51,"target":33},{"source":51,"target":251},{"source":51,"target":252},{"source":251,"target":41},{"source":252,"target":33},{"source":52,"target":0},{"source":52,"target":54},{"source":52,"target":253},{"source":253,"target":54},{"source":53,"target":0},{"source":53,"target":54},{"source":53,"target":254},{"source":254,"target":54},{"source":54,"target":0},{"source":54,"target":174},{"source":54,"target":255},{"source":255,"target":174},{"source":55,"target":0},{"source":55,"target":120},{"source":55,"target":256},{"source":256,"target":120},{"source":56,"target":0},{"source":56,"target":29},{"source":56,"target":257},{"source":257,"target":29},{"source":57,"target":0},{"source":57,"target":194},{"source":57,"target":33},{"source":57,"target":258},{"source":57,"target":259},{"source":258,"target":194},{"source":259,"target":33},{"source":58,"target":0},{"source":58,"target":120},{"source":58,"target":260},{"source":260,"target":120},{"source":59,"target":0},{"source":59,"target":33},{"source":59,"target":261},{"source":261,"target":33},{"source":60,"target":0},{"source":60,"target":113},{"source":60,"target":262},{"source":262,"target":113},{"source":61,"target":0},{"source":61,"target":180},{"source":61,"target":118},{"source":61,"target":18},{"source":61,"target":263},{"source":61,"target":264},{"source":61,"target":265},{"source":263,"target":180},{"source":264,"target":118},{"source":265,"target":18},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":266},{"source":266,"target":61},{"source":63,"target":0},{"source":63,"target":114},{"source":63,"target":267},{"source":267,"target":114},{"source":64,"target":0},{"source":64,"target":147},{"source":64,"target":268},{"source":268,"target":147},{"source":65,"target":0},{"source":65,"target":180},{"source":65,"target":148},{"source":65,"target":269},{"source":65,"target":270},{"source":269,"target":180},{"source":270,"target":148},{"source":66,"target":0},{"source":66,"target":162},{"source":66,"target":271},{"source":271,"target":162},{"source":67,"target":0},{"source":67,"target":188},{"source":67,"target":272},{"source":272,"target":188},{"source":68,"target":0},{"source":68,"target":114},{"source":68,"target":273},{"source":273,"target":114},{"source":69,"target":0},{"source":69,"target":161},{"source":69,"target":274},{"source":274,"target":161},{"source":70,"target":0},{"source":70,"target":120},{"source":70,"target":275},{"source":275,"target":120},{"source":71,"target":0},{"source":71,"target":61},{"source":71,"target":276},{"source":276,"target":61},{"source":72,"target":0},{"source":72,"target":54},{"source":72,"target":277},{"source":277,"target":54},{"source":73,"target":0},{"source":73,"target":147},{"source":73,"target":278},{"source":278,"target":147},{"source":74,"target":0},{"source":74,"target":20},{"source":74,"target":279},{"source":279,"target":20},{"source":75,"target":0},{"source":75,"target":27},{"source":75,"target":280},{"source":280,"target":27},{"source":76,"target":0},{"source":76,"target":4},{"source":76,"target":281},{"source":281,"target":4},{"source":77,"target":0},{"source":77,"target":142},{"source":77,"target":282},{"source":282,"target":142},{"source":78,"target":0},{"source":78,"target":47},{"source":78,"target":283},{"source":283,"target":47},{"source":79,"target":0},{"source":79,"target":113},{"source":79,"target":284},{"source":284,"target":113},{"source":80,"target":0},{"source":80,"target":51},{"source":80,"target":285},{"source":285,"target":51},{"source":81,"target":0},{"source":81,"target":161},{"source":81,"target":286},{"source":286,"target":161},{"source":82,"target":0},{"source":82,"target":174},{"source":82,"target":287},{"source":287,"target":174},{"source":83,"target":0},{"source":83,"target":91},{"source":83,"target":288},{"source":288,"target":91},{"source":84,"target":0},{"source":84,"target":72},{"source":84,"target":289},{"source":289,"target":72},{"source":85,"target":0},{"source":85,"target":193},{"source":85,"target":290},{"source":290,"target":193},{"source":86,"target":0},{"source":86,"target":13},{"source":86,"target":291},{"source":291,"target":13},{"source":87,"target":0},{"source":87,"target":117},{"source":87,"target":31},{"source":87,"target":292},{"source":87,"target":293},{"source":292,"target":117},{"source":293,"target":31},{"source":88,"target":0},{"source":88,"target":148},{"source":88,"target":294},{"source":294,"target":148},{"source":89,"target":0},{"source":89,"target":120},{"source":89,"target":295},{"source":295,"target":120},{"source":90,"target":0},{"source":90,"target":59},{"source":90,"target":296},{"source":296,"target":59},{"source":91,"target":0},{"source":91,"target":161},{"source":91,"target":297},{"source":297,"target":161},{"source":92,"target":0},{"source":92,"target":169},{"source":92,"target":298},{"source":298,"target":169},{"source":93,"target":0},{"source":93,"target":180},{"source":93,"target":18},{"source":93,"target":299},{"source":93,"target":300},{"source":299,"target":180},{"source":300,"target":18},{"source":94,"target":0},{"source":94,"target":61},{"source":94,"target":301},{"source":301,"target":61},{"source":95,"target":0},{"source":95,"target":134},{"source":95,"target":302},{"source":302,"target":134},{"source":96,"target":0},{"source":96,"target":172},{"source":96,"target":303},{"source":303,"target":172},{"source":97,"target":0},{"source":97,"target":189},{"source":97,"target":304},{"source":304,"target":189},{"source":98,"target":0},{"source":98,"target":147},{"source":98,"target":305},{"source":305,"target":147},{"source":99,"target":0},{"source":99,"target":137},{"source":99,"target":306},{"source":306,"target":137},{"source":100,"target":0},{"source":100,"target":82},{"source":100,"target":307},{"source":307,"target":82},{"source":101,"target":0},{"source":101,"target":44},{"source":101,"target":308},{"source":308,"target":44},{"source":102,"target":0},{"source":102,"target":53},{"source":102,"target":309},{"source":309,"target":53},{"source":103,"target":0},{"source":103,"target":59},{"source":103,"target":310},{"source":310,"target":59},{"source":104,"target":0},{"source":104,"target":174},{"source":104,"target":311},{"source":311,"target":174},{"source":105,"target":0},{"source":105,"target":51},{"source":105,"target":312},{"source":312,"target":51},{"source":106,"target":0},{"source":106,"target":114},{"source":106,"target":313},{"source":313,"target":114},{"source":107,"target":0},{"source":107,"target":6},{"source":107,"target":314},{"source":314,"target":6},{"source":108,"target":0},{"source":108,"target":8},{"source":108,"target":315},{"source":315,"target":8},{"source":109,"target":0},{"source":109,"target":120},{"source":109,"target":316},{"source":316,"target":120},{"source":110,"target":0},{"source":110,"target":31},{"source":110,"target":317},{"source":317,"target":31},{"source":111,"target":0},{"source":111,"target":25},{"source":111,"target":318},{"source":318,"target":25},{"source":112,"target":0},{"source":112,"target":137},{"source":112,"target":319},{"source":319,"target":137},{"source":113,"target":0},{"source":113,"target":59},{"source":113,"target":320},{"source":320,"target":59},{"source":114,"target":0},{"source":114,"target":117},{"source":114,"target":110},{"source":114,"target":321},{"source":114,"target":322},{"source":321,"target":117},{"source":322,"target":110},{"source":115,"target":0},{"source":115,"target":143},{"source":115,"target":323},{"source":323,"target":143},{"source":116,"target":0},{"source":116,"target":91},{"source":116,"target":324},{"source":324,"target":91},{"source":117,"target":0},{"source":117,"target":61},{"source":117,"target":325},{"source":325,"target":61},{"source":118,"target":0},{"source":118,"target":54},{"source":118,"target":326},{"source":326,"target":54},{"source":119,"target":0},{"source":119,"target":170},{"source":119,"target":327},{"source":327,"target":170},{"source":120,"target":0},{"source":120,"target":130},{"source":120,"target":328},{"source":328,"target":130},{"source":121,"target":0},{"source":121,"target":143},{"source":121,"target":329},{"source":329,"target":143},{"source":122,"target":0},{"source":122,"target":120},{"source":122,"target":330},{"source":330,"target":120},{"source":123,"target":0},{"source":123,"target":113},{"source":123,"target":331},{"source":331,"target":113},{"source":124,"target":0},{"source":124,"target":105},{"source":124,"target":332},{"source":332,"target":105},{"source":125,"target":0},{"source":125,"target":149},{"source":125,"target":333},{"source":333,"target":149},{"source":126,"target":0},{"source":126,"target":174},{"source":126,"target":334},{"source":334,"target":174},{"source":127,"target":0},{"source":127,"target":54},{"source":127,"target":104},{"source":127,"target":165},{"source":127,"target":335},{"source":127,"target":336},{"source":127,"target":337},{"source":335,"target":54},{"source":336,"target":104},{"source":337,"target":165},{"source":128,"target":0},{"source":128,"target":147},{"source":128,"target":338},{"source":338,"target":147},{"source":129,"target":0},{"source":129,"target":24},{"source":129,"target":339},{"source":339,"target":24},{"source":130,"target":0},{"source":130,"target":41},{"source":130,"target":340},{"source":340,"target":41},{"source":131,"target":0},{"source":131,"target":174},{"source":131,"target":341},{"source":341,"target":174},{"source":132,"target":0},{"source":132,"target":137},{"source":132,"target":342},{"source":342,"target":137},{"source":133,"target":0},{"source":133,"target":194},{"source":133,"target":33},{"source":133,"target":343},{"source":133,"target":344},{"source":343,"target":194},{"source":344,"target":33},{"source":134,"target":0},{"source":134,"target":106},{"source":134,"target":345},{"source":345,"target":106},{"source":135,"target":0},{"source":135,"target":54},{"source":135,"target":346},{"source":346,"target":54},{"source":136,"target":0},{"source":136,"target":180},{"source":136,"target":54},{"source":136,"target":347},{"source":136,"target":348},{"source":347,"target":180},{"source":348,"target":54},{"source":137,"target":0},{"source":137,"target":41},{"source":137,"target":349},{"source":349,"target":41},{"source":138,"target":0},{"source":138,"target":137},{"source":138,"target":350},{"source":350,"target":137},{"source":139,"target":0},{"source":139,"target":172},{"source":139,"target":33},{"source":139,"target":351},{"source":139,"target":352},{"source":351,"target":172},{"source":352,"target":33},{"source":140,"target":0},{"source":140,"target":149},{"source":140,"target":353},{"source":353,"target":149},{"source":141,"target":0},{"source":141,"target":174},{"source":141,"target":354},{"source":354,"target":174},{"source":142,"target":0},{"source":142,"target":139},{"source":142,"target":194},{"source":142,"target":104},{"source":142,"target":355},{"source":142,"target":356},{"source":142,"target":357},{"source":142,"target":358},{"source":355,"target":142},{"source":355,"target":359},{"source":355,"target":142},{"source":359,"target":142},{"source":356,"target":139},{"source":357,"target":194},{"source":358,"target":104},{"source":143,"target":0},{"source":143,"target":120},{"source":143,"target":360},{"source":360,"target":120},{"source":144,"target":0},{"source":144,"target":189},{"source":144,"target":361},{"source":361,"target":189},{"source":145,"target":0},{"source":145,"target":106},{"source":145,"target":362},{"source":362,"target":106},{"source":146,"target":0},{"source":146,"target":136},{"source":146,"target":363},{"source":363,"target":136},{"source":147,"target":0},{"source":147,"target":149},{"source":147,"target":364},{"source":364,"target":149},{"source":148,"target":0},{"source":148,"target":174},{"source":148,"target":365},{"source":365,"target":174},{"source":149,"target":0},{"source":149,"target":120},{"source":149,"target":366},{"source":366,"target":120},{"source":150,"target":0},{"source":150,"target":113},{"source":150,"target":367},{"source":367,"target":113},{"source":151,"target":0},{"source":151,"target":148},{"source":151,"target":368},{"source":368,"target":148},{"source":152,"target":0},{"source":152,"target":27},{"source":152,"target":369},{"source":369,"target":27},{"source":153,"target":0},{"source":153,"target":51},{"source":153,"target":370},{"source":370,"target":51},{"source":154,"target":0},{"source":154,"target":162},{"source":154,"target":371},{"source":371,"target":162},{"source":155,"target":0},{"source":155,"target":163},{"source":155,"target":372},{"source":372,"target":163},{"source":156,"target":0},{"source":156,"target":122},{"source":156,"target":373},{"source":373,"target":122},{"source":157,"target":0},{"source":157,"target":148},{"source":157,"target":374},{"source":374,"target":148},{"source":158,"target":0},{"source":158,"target":122},{"source":158,"target":375},{"source":375,"target":122},{"source":159,"target":0},{"source":159,"target":120},{"source":159,"target":376},{"source":376,"target":120},{"source":160,"target":0},{"source":160,"target":18},{"source":160,"target":377},{"source":377,"target":18},{"source":161,"target":0},{"source":161,"target":174},{"source":161,"target":378},{"source":378,"target":174},{"source":162,"target":0},{"source":162,"target":29},{"source":162,"target":379},{"source":379,"target":29},{"source":163,"target":0},{"source":163,"target":61},{"source":163,"target":165},{"source":163,"target":380},{"source":163,"target":381},{"source":380,"target":61},{"source":381,"target":165},{"source":164,"target":0},{"source":164,"target":66},{"source":164,"target":382},{"source":382,"target":66},{"source":165,"target":0},{"source":165,"target":174},{"source":165,"target":383},{"source":383,"target":174},{"source":166,"target":0},{"source":166,"target":113},{"source":166,"target":384},{"source":384,"target":113},{"source":167,"target":0},{"source":167,"target":120},{"source":167,"target":385},{"source":385,"target":120},{"source":168,"target":0},{"source":168,"target":148},{"source":168,"target":25},{"source":168,"target":386},{"source":168,"target":387},{"source":386,"target":148},{"source":387,"target":25},{"source":169,"target":0},{"source":169,"target":143},{"source":169,"target":388},{"source":388,"target":143},{"source":170,"target":0},{"source":170,"target":51},{"source":170,"target":389},{"source":389,"target":51},{"source":171,"target":0},{"source":171,"target":192},{"source":171,"target":390},{"source":390,"target":192},{"source":172,"target":0},{"source":172,"target":18},{"source":172,"target":391},{"source":391,"target":18},{"source":173,"target":0},{"source":173,"target":61},{"source":173,"target":392},{"source":392,"target":61},{"source":174,"target":0},{"source":174,"target":393},{"source":393,"target":394},{"source":393,"target":174},{"source":175,"target":0},{"source":175,"target":114},{"source":175,"target":104},{"source":175,"target":395},{"source":175,"target":396},{"source":395,"target":114},{"source":396,"target":104},{"source":176,"target":0},{"source":176,"target":114},{"source":176,"target":27},{"source":176,"target":397},{"source":176,"target":398},{"source":397,"target":114},{"source":398,"target":27},{"source":177,"target":0},{"source":177,"target":197},{"source":177,"target":399},{"source":399,"target":197},{"source":178,"target":0},{"source":178,"target":28},{"source":178,"target":400},{"source":400,"target":28},{"source":179,"target":0},{"source":179,"target":127},{"source":179,"target":401},{"source":401,"target":127},{"source":180,"target":0},{"source":180,"target":174},{"source":180,"target":402},{"source":402,"target":174},{"source":181,"target":0},{"source":181,"target":174},{"source":181,"target":403},{"source":403,"target":174},{"source":182,"target":0},{"source":182,"target":124},{"source":182,"target":404},{"source":404,"target":124},{"source":183,"target":0},{"source":183,"target":8},{"source":183,"target":405},{"source":405,"target":8},{"source":184,"target":0},{"source":184,"target":137},{"source":184,"target":406},{"source":406,"target":137},{"source":185,"target":0},{"source":185,"target":175},{"source":185,"target":407},{"source":407,"target":175},{"source":186,"target":0},{"source":186,"target":143},{"source":186,"target":408},{"source":408,"target":143},{"source":187,"target":0},{"source":187,"target":180},{"source":187,"target":18},{"source":187,"target":82},{"source":187,"target":409},{"source":187,"target":410},{"source":187,"target":411},{"source":409,"target":180},{"source":410,"target":18},{"source":411,"target":82},{"source":188,"target":0},{"source":188,"target":59},{"source":188,"target":412},{"source":412,"target":59},{"source":189,"target":0},{"source":189,"target":59},{"source":189,"target":413},{"source":413,"target":59},{"source":190,"target":0},{"source":190,"target":193},{"source":190,"target":414},{"source":414,"target":193},{"source":191,"target":0},{"source":191,"target":193},{"source":191,"target":415},{"source":415,"target":193},{"source":192,"target":0},{"source":192,"target":53},{"source":192,"target":416},{"source":416,"target":53},{"source":193,"target":0},{"source":193,"target":120},{"source":193,"target":180},{"source":193,"target":417},{"source":193,"target":418},{"source":417,"target":120},{"source":418,"target":180},{"source":194,"target":0},{"source":194,"target":174},{"source":194,"target":419},{"source":419,"target":174},{"source":195,"target":0},{"source":195,"target":24},{"source":195,"target":420},{"source":420,"target":24},{"source":196,"target":0},{"source":196,"target":61},{"source":196,"target":421},{"source":421,"target":61},{"source":197,"target":0},{"source":197,"target":72},{"source":197,"target":422},{"source":422,"target":72}],"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="eclipsecon"
nsURI="uri://gmf/examples/eclipsecon" nsPrefix="ec">
<eClassifiers xsi:type="ecore:EClass" name="Schedule">
<eStructuralFeatures xsi:type="ecore:EReference" name="slices" upperBound="5"
eType="#//TimeSlot" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dayNo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimeSlot">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="start" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="end" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Tutorial">
<eStructuralFeatures xsi:type="ecore:EReference" name="presenters" upperBound="2"
eType="#//Presenter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assigned" eType="#//TimeSlot"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="handouts" upperBound="-1"
eType="#//Handout" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conference">
<eStructuralFeatures xsi:type="ecore:EReference" name="tutorials" upperBound="20"
eType="#//Tutorial" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attendees" upperBound="-1"
eType="#//Participant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="days" upperBound="2" eType="#//Schedule"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eclipsezilla" upperBound="-1"
eType="#//Resource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Participant">
<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="Presenter" eSuperTypes="#//Participant">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="phone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="profile" eType="#//Profile"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Handout">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//HandoutKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eclipsezilla" eType="#//Resource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="HandoutKind">
<eLiterals name="PRINTED"/>
<eLiterals name="CD"/>
<eLiterals name="MEM_KEY"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Profile">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eclipsezilla" eType="#//Resource"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/eclipsecon.ecore | ecore | eclipsecon
Schedule
slices
dayNo
TimeSlot
start
end
Tutorial
presenters
assigned
handouts
title
Conference
tutorials
attendees
days
eclipsezilla
Participant
name
Presenter
phone
profile
Handout
kind
eclipsezilla
HandoutKind
PRINTED
PRINTED
CD
CD
MEM_KEY
MEM_KEY
Resource
name
location
Profile
bio
eclipsezilla | null | {"directed":true,"nodes":[{"nsPrefix":"ec","nsURI":"uri://gmf/examples/eclipsecon","name":"eclipsecon","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schedule","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeSlot","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tutorial","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conference","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Participant","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Presenter","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Handout","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HandoutKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":5,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"slices","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"dayNo","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"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":"start","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"presenters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"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":"assigned","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":true,"unsettable":false,"transient":false,"unique":true,"name":"handouts","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":20,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tutorials","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":"attendees","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"days","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":"eclipsezilla","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"},{"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},{"id":36,"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":"phone","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":true,"unsettable":false,"transient":false,"unique":true,"name":"profile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"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":42,"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":"eclipsezilla","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"name":"PRINTED","id":46,"value":0,"literal":"PRINTED","eClass":"EEnumLiteral"},{"name":"CD","id":47,"value":0,"literal":"CD","eClass":"EEnumLiteral"},{"name":"MEM_KEY","id":48,"value":0,"literal":"MEM_KEY","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":"name","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":"location","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"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":"bio","changeable":true,"lowerBound":0,"iD":false,"id":53,"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":"eclipsezilla","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"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":14},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":15,"target":17},{"source":15,"target":2},{"source":16,"target":18},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":19,"target":6},{"source":19,"target":23},{"source":19,"target":3},{"source":23,"target":6},{"source":20,"target":2},{"source":20,"target":24},{"source":20,"target":3},{"source":24,"target":2},{"source":21,"target":7},{"source":21,"target":25},{"source":21,"target":3},{"source":25,"target":7},{"source":22,"target":26},{"source":22,"target":3},{"source":4,"target":0},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":27,"target":3},{"source":27,"target":31},{"source":27,"target":4},{"source":31,"target":3},{"source":28,"target":5},{"source":28,"target":32},{"source":28,"target":4},{"source":32,"target":5},{"source":29,"target":1},{"source":29,"target":33},{"source":29,"target":4},{"source":33,"target":1},{"source":30,"target":9},{"source":30,"target":34},{"source":30,"target":4},{"source":34,"target":9},{"source":5,"target":0},{"source":5,"target":35},{"source":35,"target":36},{"source":35,"target":5},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":37},{"source":6,"target":38},{"source":6,"target":39},{"source":37,"target":40},{"source":37,"target":6},{"source":38,"target":10},{"source":38,"target":41},{"source":38,"target":6},{"source":41,"target":10},{"source":39,"target":5},{"source":7,"target":0},{"source":7,"target":42},{"source":7,"target":43},{"source":42,"target":8},{"source":42,"target":44},{"source":42,"target":7},{"source":44,"target":8},{"source":43,"target":9},{"source":43,"target":45},{"source":43,"target":7},{"source":45,"target":9},{"source":8,"target":0},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":46,"target":8},{"source":47,"target":8},{"source":48,"target":8},{"source":9,"target":0},{"source":9,"target":49},{"source":9,"target":50},{"source":49,"target":51},{"source":49,"target":9},{"source":50,"target":52},{"source":50,"target":9},{"source":10,"target":0},{"source":10,"target":53},{"source":10,"target":54},{"source":53,"target":55},{"source":53,"target":10},{"source":54,"target":9},{"source":54,"target":56},{"source":54,"target":10},{"source":56,"target":9}],"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget">
<eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" upperBound="-1"
eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<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="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsDataSet2subsetRequiresDifferentName.ecore | ecore | UML2
SignalTrigger
RemoveVariableValueAction
Device
Class
LiteralUnlimitedNatural
PrimitiveFunction
StructuralFeatureAction
Trigger
StructuralFeature
CreateLinkAction
AnyTrigger
TimeExpression
InformationFlow
BehavioralFeature
Interaction
WriteStructuralFeatureAction
CallOperationAction
AddVariableValueAction
ConnectionPointReference
ParameterableClassifier
CreateObjectAction
Reception
UseCase
Port
StateInvariant
DestroyLinkAction
ControlFlow
TestIdentityAction
LiteralString
Package
Feature
OutputPin
Connector
ForkNode
Artifact
VariableAction
Property
subsettedProperty
ReadStructuralFeatureAction
RedefinableTemplateSignature
AddStructuralFeatureValueAction
TemplateableClassifier
ReadLinkObjectEndQualifierAction
StateMachine
InformationItem
Vertex
LiteralSpecification
RaiseExceptionAction
Activity
PrimitiveType
InteractionOccurrence
Node
ControlNode
ActivityFinalNode
Realization
Pseudostate
AssociationClass
Message
ReadSelfAction
ReplyAction
Variable
Transition
BroadcastSignalAction
DurationObservationAction
Extend
StructuredClassifier
ReclassifyObjectAction
Component
DeploymentTarget
ConditionalNode
Usage
AcceptEventAction
ObjectFlow
TimeInterval
DurationInterval
Permission
InteractionFragment
JoinNode
ClearAssociationAction
Interval
ReadIsClassifiedObjectAction
DataType
Stereotype
DecisionNode
EventOccurrence
NamedElement
name
Actor
InitialNode
ExpansionNode
Profile
ActivityParameterNode
ExtensionPoint
ConnectableElement
ActivityNode
CommunicationPath
Stop
ProtocolTransition
DataStoreNode
ReadLinkObjectEndAction
DeploymentSpecification
FinalNode
Action
Collaboration
WriteLinkAction
DeployedArtifact
CallAction
Parameter
RedefinableElement
ReadVariableAction
TimeTrigger
OpaqueExpression
DestroyObjectAction
MergeNode
Extension
ValuePin
Dependency
LinkAction
Interface
EncapsulatedClassifier
Substitution
Pin
SendSignalAction
InteractionOperand
InputPin
Signal
LiteralNull
MessageTrigger
Constraint
LoopNode
EnumerationLiteral
GeneralOrdering
Implementation
PartDecomposition
ExtensionEnd
Gate
FlowFinalNode
CentralBufferNode
Behavior
ChangeTrigger
TypedElement
CallBehaviorAction
IntervalConstraint
ClearVariableAction
AcceptCallAction
FinalState
StartOwnedBehaviorAction
CollaborationOccurrence
BehavioredClassifier
InteractionConstraint
Continuation
ExpansionRegion
Classifier
ReadLinkAction
GeneralizationSet
Abstraction
DurationConstraint
WriteVariableAction
ActivityPartition
LiteralBoolean
Type
CombinedFragment
ClearStructuralFeatureAction
Operation
ParameterSet
ReadExtentAction
ValueSpecification
LiteralInteger
Manifestation
ExecutionOccurrence
ActivityEdge
Duration
MessageEnd
ObjectNode
Model
Enumeration
SendObjectAction
ExecutionEnvironment
InvocationAction
Namespace
CallTrigger
InstanceSpecification
Deployment
InstanceValue
ApplyFunctionAction
Lifeline
PackageableElement
TimeConstraint
Association
Include
RemoveStructuralFeatureValueAction
CreateLinkObjectAction
ProtocolStateMachine
StructuredActivityNode
State
Expression
TimeObservationAction
ExecutableNode
Region | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"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"},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"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":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"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"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"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"},{"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"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"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"},{"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"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"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"},{"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"},{"id":345,"eClass":"EGenericType"},{"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"},{"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"},{"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"},{"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"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"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"},{"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"}],"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":1,"target":0},{"source":1,"target":126},{"source":1,"target":198},{"source":198,"target":126},{"source":2,"target":0},{"source":2,"target":156},{"source":2,"target":199},{"source":199,"target":156},{"source":3,"target":0},{"source":3,"target":51},{"source":3,"target":200},{"source":200,"target":51},{"source":4,"target":0},{"source":4,"target":147},{"source":4,"target":118},{"source":4,"target":201},{"source":4,"target":202},{"source":201,"target":147},{"source":202,"target":118},{"source":5,"target":0},{"source":5,"target":46},{"source":5,"target":203},{"source":203,"target":46},{"source":6,"target":0},{"source":6,"target":185},{"source":6,"target":204},{"source":204,"target":185},{"source":7,"target":0},{"source":7,"target":101},{"source":7,"target":205},{"source":205,"target":101},{"source":8,"target":0},{"source":8,"target":85},{"source":8,"target":206},{"source":206,"target":85},{"source":9,"target":0},{"source":9,"target":31},{"source":9,"target":139},{"source":9,"target":207},{"source":9,"target":208},{"source":207,"target":31},{"source":208,"target":139},{"source":10,"target":0},{"source":10,"target":103},{"source":10,"target":209},{"source":209,"target":103},{"source":11,"target":0},{"source":11,"target":126},{"source":11,"target":210},{"source":210,"target":126},{"source":12,"target":0},{"source":12,"target":165},{"source":12,"target":211},{"source":211,"target":165},{"source":13,"target":0},{"source":13,"target":185},{"source":13,"target":212},{"source":212,"target":185},{"source":14,"target":0},{"source":14,"target":178},{"source":14,"target":31},{"source":14,"target":213},{"source":14,"target":214},{"source":213,"target":178},{"source":214,"target":31},{"source":15,"target":0},{"source":15,"target":137},{"source":15,"target":76},{"source":15,"target":215},{"source":15,"target":216},{"source":215,"target":137},{"source":216,"target":76},{"source":16,"target":0},{"source":16,"target":7},{"source":16,"target":217},{"source":217,"target":7},{"source":17,"target":0},{"source":17,"target":105},{"source":17,"target":218},{"source":218,"target":105},{"source":18,"target":0},{"source":18,"target":156},{"source":18,"target":219},{"source":219,"target":156},{"source":19,"target":0},{"source":19,"target":45},{"source":19,"target":220},{"source":220,"target":45},{"source":20,"target":0},{"source":20,"target":151},{"source":20,"target":221},{"source":221,"target":151},{"source":21,"target":0},{"source":21,"target":101},{"source":21,"target":222},{"source":222,"target":101},{"source":22,"target":0},{"source":22,"target":14},{"source":22,"target":223},{"source":223,"target":14},{"source":23,"target":0},{"source":23,"target":147},{"source":23,"target":224},{"source":224,"target":147},{"source":24,"target":0},{"source":24,"target":37},{"source":24,"target":225},{"source":225,"target":37},{"source":25,"target":0},{"source":25,"target":76},{"source":25,"target":226},{"source":226,"target":76},{"source":26,"target":0},{"source":26,"target":103},{"source":26,"target":227},{"source":227,"target":103},{"source":27,"target":0},{"source":27,"target":169},{"source":27,"target":228},{"source":228,"target":169},{"source":28,"target":0},{"source":28,"target":101},{"source":28,"target":229},{"source":229,"target":101},{"source":29,"target":0},{"source":29,"target":46},{"source":29,"target":230},{"source":230,"target":46},{"source":30,"target":0},{"source":30,"target":178},{"source":30,"target":185},{"source":30,"target":231},{"source":30,"target":232},{"source":231,"target":178},{"source":232,"target":185},{"source":31,"target":0},{"source":31,"target":107},{"source":31,"target":233},{"source":233,"target":107},{"source":32,"target":0},{"source":32,"target":120},{"source":32,"target":234},{"source":234,"target":120},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":235},{"source":235,"target":31},{"source":34,"target":0},{"source":34,"target":52},{"source":34,"target":236},{"source":236,"target":52},{"source":35,"target":0},{"source":35,"target":151},{"source":35,"target":104},{"source":35,"target":237},{"source":35,"target":238},{"source":237,"target":151},{"source":238,"target":104},{"source":36,"target":0},{"source":36,"target":101},{"source":36,"target":239},{"source":239,"target":101},{"source":37,"target":0},{"source":37,"target":9},{"source":37,"target":92},{"source":37,"target":68},{"source":37,"target":240},{"source":37,"target":241},{"source":37,"target":242},{"source":37,"target":243},{"source":240,"target":37},{"source":240,"target":244},{"source":240,"target":37},{"source":244,"target":37},{"source":241,"target":9},{"source":242,"target":92},{"source":243,"target":68},{"source":38,"target":0},{"source":38,"target":7},{"source":38,"target":245},{"source":245,"target":7},{"source":39,"target":0},{"source":39,"target":107},{"source":39,"target":246},{"source":246,"target":107},{"source":40,"target":0},{"source":40,"target":16},{"source":40,"target":247},{"source":247,"target":16},{"source":41,"target":0},{"source":41,"target":151},{"source":41,"target":248},{"source":248,"target":151},{"source":42,"target":0},{"source":42,"target":101},{"source":42,"target":249},{"source":249,"target":101},{"source":43,"target":0},{"source":43,"target":137},{"source":43,"target":250},{"source":250,"target":137},{"source":44,"target":0},{"source":44,"target":151},{"source":44,"target":251},{"source":251,"target":151},{"source":45,"target":0},{"source":45,"target":85},{"source":45,"target":252},{"source":252,"target":85},{"source":46,"target":0},{"source":46,"target":165},{"source":46,"target":253},{"source":253,"target":165},{"source":47,"target":0},{"source":47,"target":101},{"source":47,"target":254},{"source":254,"target":101},{"source":48,"target":0},{"source":48,"target":137},{"source":48,"target":255},{"source":255,"target":137},{"source":49,"target":0},{"source":49,"target":81},{"source":49,"target":256},{"source":256,"target":81},{"source":50,"target":0},{"source":50,"target":76},{"source":50,"target":257},{"source":257,"target":76},{"source":51,"target":0},{"source":51,"target":4},{"source":51,"target":68},{"source":51,"target":258},{"source":51,"target":259},{"source":258,"target":4},{"source":259,"target":68},{"source":52,"target":0},{"source":52,"target":93},{"source":52,"target":260},{"source":260,"target":93},{"source":53,"target":0},{"source":53,"target":100},{"source":53,"target":261},{"source":261,"target":100},{"source":54,"target":0},{"source":54,"target":154},{"source":54,"target":262},{"source":262,"target":154},{"source":55,"target":0},{"source":55,"target":45},{"source":55,"target":263},{"source":263,"target":45},{"source":56,"target":0},{"source":56,"target":4},{"source":56,"target":187},{"source":56,"target":264},{"source":56,"target":265},{"source":264,"target":4},{"source":265,"target":187},{"source":57,"target":0},{"source":57,"target":85},{"source":57,"target":266},{"source":266,"target":85},{"source":58,"target":0},{"source":58,"target":101},{"source":58,"target":267},{"source":267,"target":101},{"source":59,"target":0},{"source":59,"target":101},{"source":59,"target":268},{"source":268,"target":101},{"source":60,"target":0},{"source":60,"target":92},{"source":60,"target":139},{"source":60,"target":269},{"source":60,"target":270},{"source":269,"target":92},{"source":270,"target":139},{"source":61,"target":0},{"source":61,"target":107},{"source":61,"target":271},{"source":271,"target":107},{"source":62,"target":0},{"source":62,"target":177},{"source":62,"target":272},{"source":272,"target":177},{"source":63,"target":0},{"source":63,"target":16},{"source":63,"target":273},{"source":273,"target":16},{"source":64,"target":0},{"source":64,"target":85},{"source":64,"target":274},{"source":274,"target":85},{"source":65,"target":0},{"source":65,"target":151},{"source":65,"target":275},{"source":275,"target":151},{"source":66,"target":0},{"source":66,"target":101},{"source":66,"target":276},{"source":276,"target":101},{"source":67,"target":0},{"source":67,"target":4},{"source":67,"target":277},{"source":277,"target":4},{"source":68,"target":0},{"source":68,"target":85},{"source":68,"target":278},{"source":278,"target":85},{"source":69,"target":0},{"source":69,"target":192},{"source":69,"target":279},{"source":279,"target":192},{"source":70,"target":0},{"source":70,"target":115},{"source":70,"target":280},{"source":280,"target":115},{"source":71,"target":0},{"source":71,"target":101},{"source":71,"target":281},{"source":281,"target":101},{"source":72,"target":0},{"source":72,"target":169},{"source":72,"target":282},{"source":282,"target":169},{"source":73,"target":0},{"source":73,"target":79},{"source":73,"target":283},{"source":283,"target":79},{"source":74,"target":0},{"source":74,"target":79},{"source":74,"target":284},{"source":284,"target":79},{"source":75,"target":0},{"source":75,"target":115},{"source":75,"target":285},{"source":285,"target":115},{"source":76,"target":0},{"source":76,"target":85},{"source":76,"target":286},{"source":286,"target":85},{"source":77,"target":0},{"source":77,"target":52},{"source":77,"target":287},{"source":287,"target":52},{"source":78,"target":0},{"source":78,"target":101},{"source":78,"target":288},{"source":288,"target":101},{"source":79,"target":0},{"source":79,"target":165},{"source":79,"target":289},{"source":289,"target":165},{"source":80,"target":0},{"source":80,"target":101},{"source":80,"target":290},{"source":290,"target":101},{"source":81,"target":0},{"source":81,"target":151},{"source":81,"target":291},{"source":291,"target":151},{"source":82,"target":0},{"source":82,"target":4},{"source":82,"target":292},{"source":292,"target":4},{"source":83,"target":0},{"source":83,"target":52},{"source":83,"target":293},{"source":293,"target":52},{"source":84,"target":0},{"source":84,"target":76},{"source":84,"target":171},{"source":84,"target":294},{"source":84,"target":295},{"source":294,"target":76},{"source":295,"target":171},{"source":85,"target":0},{"source":85,"target":296},{"source":296,"target":297},{"source":296,"target":85},{"source":86,"target":0},{"source":86,"target":151},{"source":86,"target":298},{"source":298,"target":151},{"source":87,"target":0},{"source":87,"target":52},{"source":87,"target":299},{"source":299,"target":52},{"source":88,"target":0},{"source":88,"target":172},{"source":88,"target":300},{"source":300,"target":172},{"source":89,"target":0},{"source":89,"target":30},{"source":89,"target":301},{"source":301,"target":30},{"source":90,"target":0},{"source":90,"target":172},{"source":90,"target":302},{"source":302,"target":172},{"source":91,"target":0},{"source":91,"target":107},{"source":91,"target":303},{"source":303,"target":107},{"source":92,"target":0},{"source":92,"target":85},{"source":92,"target":304},{"source":304,"target":85},{"source":93,"target":0},{"source":93,"target":107},{"source":93,"target":305},{"source":305,"target":107},{"source":94,"target":0},{"source":94,"target":187},{"source":94,"target":306},{"source":306,"target":187},{"source":95,"target":0},{"source":95,"target":84},{"source":95,"target":307},{"source":307,"target":84},{"source":96,"target":0},{"source":96,"target":61},{"source":96,"target":308},{"source":308,"target":61},{"source":97,"target":0},{"source":97,"target":136},{"source":97,"target":309},{"source":309,"target":136},{"source":98,"target":0},{"source":98,"target":101},{"source":98,"target":310},{"source":310,"target":101},{"source":99,"target":0},{"source":99,"target":35},{"source":99,"target":311},{"source":311,"target":35},{"source":100,"target":0},{"source":100,"target":52},{"source":100,"target":312},{"source":312,"target":52},{"source":101,"target":0},{"source":101,"target":196},{"source":101,"target":313},{"source":313,"target":196},{"source":102,"target":0},{"source":102,"target":147},{"source":102,"target":65},{"source":102,"target":314},{"source":102,"target":315},{"source":314,"target":147},{"source":315,"target":65},{"source":103,"target":0},{"source":103,"target":116},{"source":103,"target":316},{"source":316,"target":116},{"source":104,"target":0},{"source":104,"target":85},{"source":104,"target":317},{"source":317,"target":85},{"source":105,"target":0},{"source":105,"target":177},{"source":105,"target":318},{"source":318,"target":177},{"source":106,"target":0},{"source":106,"target":92},{"source":106,"target":139},{"source":106,"target":319},{"source":106,"target":320},{"source":319,"target":92},{"source":320,"target":139},{"source":107,"target":0},{"source":107,"target":85},{"source":107,"target":321},{"source":321,"target":85},{"source":108,"target":0},{"source":108,"target":36},{"source":108,"target":322},{"source":322,"target":36},{"source":109,"target":0},{"source":109,"target":8},{"source":109,"target":323},{"source":323,"target":8},{"source":110,"target":0},{"source":110,"target":165},{"source":110,"target":324},{"source":324,"target":165},{"source":111,"target":0},{"source":111,"target":101},{"source":111,"target":325},{"source":325,"target":101},{"source":112,"target":0},{"source":112,"target":52},{"source":112,"target":326},{"source":326,"target":52},{"source":113,"target":0},{"source":113,"target":187},{"source":113,"target":327},{"source":327,"target":187},{"source":114,"target":0},{"source":114,"target":123},{"source":114,"target":328},{"source":328,"target":123},{"source":115,"target":0},{"source":115,"target":185},{"source":115,"target":329},{"source":329,"target":185},{"source":116,"target":0},{"source":116,"target":101},{"source":116,"target":330},{"source":330,"target":101},{"source":117,"target":0},{"source":117,"target":151},{"source":117,"target":331},{"source":331,"target":151},{"source":118,"target":0},{"source":118,"target":65},{"source":118,"target":332},{"source":332,"target":65},{"source":119,"target":0},{"source":119,"target":54},{"source":119,"target":333},{"source":333,"target":54},{"source":120,"target":0},{"source":120,"target":172},{"source":120,"target":334},{"source":334,"target":172},{"source":121,"target":0},{"source":121,"target":177},{"source":121,"target":335},{"source":335,"target":177},{"source":122,"target":0},{"source":122,"target":178},{"source":122,"target":76},{"source":122,"target":336},{"source":122,"target":337},{"source":336,"target":178},{"source":337,"target":76},{"source":123,"target":0},{"source":123,"target":120},{"source":123,"target":338},{"source":338,"target":120},{"source":124,"target":0},{"source":124,"target":151},{"source":124,"target":339},{"source":339,"target":151},{"source":125,"target":0},{"source":125,"target":46},{"source":125,"target":340},{"source":340,"target":46},{"source":126,"target":0},{"source":126,"target":8},{"source":126,"target":341},{"source":341,"target":8},{"source":127,"target":0},{"source":127,"target":185},{"source":127,"target":342},{"source":342,"target":185},{"source":128,"target":0},{"source":128,"target":192},{"source":128,"target":343},{"source":343,"target":192},{"source":129,"target":0},{"source":129,"target":180},{"source":129,"target":344},{"source":344,"target":180},{"source":130,"target":0},{"source":130,"target":85},{"source":130,"target":345},{"source":345,"target":85},{"source":131,"target":0},{"source":131,"target":54},{"source":131,"target":346},{"source":346,"target":54},{"source":132,"target":0},{"source":132,"target":50},{"source":132,"target":347},{"source":347,"target":50},{"source":133,"target":0},{"source":133,"target":37},{"source":133,"target":348},{"source":348,"target":37},{"source":134,"target":0},{"source":134,"target":171},{"source":134,"target":349},{"source":349,"target":171},{"source":135,"target":0},{"source":135,"target":100},{"source":135,"target":350},{"source":350,"target":100},{"source":136,"target":0},{"source":136,"target":172},{"source":136,"target":351},{"source":351,"target":172},{"source":137,"target":0},{"source":137,"target":4},{"source":137,"target":352},{"source":352,"target":4},{"source":138,"target":0},{"source":138,"target":8},{"source":138,"target":353},{"source":353,"target":8},{"source":139,"target":0},{"source":139,"target":85},{"source":139,"target":354},{"source":354,"target":85},{"source":140,"target":0},{"source":140,"target":105},{"source":140,"target":355},{"source":355,"target":105},{"source":141,"target":0},{"source":141,"target":127},{"source":141,"target":356},{"source":356,"target":127},{"source":142,"target":0},{"source":142,"target":36},{"source":142,"target":357},{"source":357,"target":36},{"source":143,"target":0},{"source":143,"target":71},{"source":143,"target":358},{"source":358,"target":71},{"source":144,"target":0},{"source":144,"target":193},{"source":144,"target":359},{"source":359,"target":193},{"source":145,"target":0},{"source":145,"target":101},{"source":145,"target":360},{"source":360,"target":101},{"source":146,"target":0},{"source":146,"target":85},{"source":146,"target":361},{"source":361,"target":85},{"source":147,"target":0},{"source":147,"target":151},{"source":147,"target":362},{"source":362,"target":151},{"source":148,"target":0},{"source":148,"target":127},{"source":148,"target":363},{"source":363,"target":127},{"source":149,"target":0},{"source":149,"target":76},{"source":149,"target":364},{"source":364,"target":76},{"source":150,"target":0},{"source":150,"target":192},{"source":150,"target":365},{"source":365,"target":192},{"source":151,"target":0},{"source":151,"target":178},{"source":151,"target":159},{"source":151,"target":107},{"source":151,"target":366},{"source":151,"target":367},{"source":151,"target":368},{"source":366,"target":178},{"source":367,"target":159},{"source":368,"target":107},{"source":152,"target":0},{"source":152,"target":116},{"source":152,"target":369},{"source":369,"target":116},{"source":153,"target":0},{"source":153,"target":185},{"source":153,"target":370},{"source":370,"target":185},{"source":154,"target":0},{"source":154,"target":115},{"source":154,"target":371},{"source":371,"target":115},{"source":155,"target":0},{"source":155,"target":141},{"source":155,"target":372},{"source":372,"target":141},{"source":156,"target":0},{"source":156,"target":36},{"source":156,"target":373},{"source":373,"target":36},{"source":157,"target":0},{"source":157,"target":85},{"source":157,"target":374},{"source":374,"target":85},{"source":158,"target":0},{"source":158,"target":46},{"source":158,"target":375},{"source":375,"target":46},{"source":159,"target":0},{"source":159,"target":185},{"source":159,"target":376},{"source":376,"target":185},{"source":160,"target":0},{"source":160,"target":76},{"source":160,"target":377},{"source":377,"target":76},{"source":161,"target":0},{"source":161,"target":7},{"source":161,"target":378},{"source":378,"target":7},{"source":162,"target":0},{"source":162,"target":14},{"source":162,"target":139},{"source":162,"target":379},{"source":162,"target":380},{"source":379,"target":14},{"source":380,"target":139},{"source":163,"target":0},{"source":163,"target":85},{"source":163,"target":381},{"source":381,"target":85},{"source":164,"target":0},{"source":164,"target":101},{"source":164,"target":382},{"source":382,"target":101},{"source":165,"target":0},{"source":165,"target":139},{"source":165,"target":383},{"source":383,"target":139},{"source":166,"target":0},{"source":166,"target":46},{"source":166,"target":384},{"source":384,"target":46},{"source":167,"target":0},{"source":167,"target":154},{"source":167,"target":385},{"source":385,"target":154},{"source":168,"target":0},{"source":168,"target":76},{"source":168,"target":386},{"source":386,"target":76},{"source":169,"target":0},{"source":169,"target":107},{"source":169,"target":387},{"source":387,"target":107},{"source":170,"target":0},{"source":170,"target":165},{"source":170,"target":388},{"source":388,"target":165},{"source":171,"target":0},{"source":171,"target":85},{"source":171,"target":389},{"source":389,"target":85},{"source":172,"target":0},{"source":172,"target":93},{"source":172,"target":139},{"source":172,"target":390},{"source":172,"target":391},{"source":390,"target":93},{"source":391,"target":139},{"source":173,"target":0},{"source":173,"target":30},{"source":173,"target":392},{"source":392,"target":30},{"source":174,"target":0},{"source":174,"target":81},{"source":174,"target":393},{"source":393,"target":81},{"source":175,"target":0},{"source":175,"target":177},{"source":175,"target":394},{"source":394,"target":177},{"source":176,"target":0},{"source":176,"target":51},{"source":176,"target":395},{"source":395,"target":51},{"source":177,"target":0},{"source":177,"target":101},{"source":177,"target":396},{"source":396,"target":101},{"source":178,"target":0},{"source":178,"target":85},{"source":178,"target":397},{"source":397,"target":85},{"source":179,"target":0},{"source":179,"target":126},{"source":179,"target":398},{"source":398,"target":126},{"source":180,"target":0},{"source":180,"target":185},{"source":180,"target":68},{"source":180,"target":104},{"source":180,"target":399},{"source":180,"target":400},{"source":180,"target":401},{"source":399,"target":185},{"source":400,"target":68},{"source":401,"target":104},{"source":181,"target":0},{"source":181,"target":115},{"source":181,"target":402},{"source":402,"target":115},{"source":182,"target":0},{"source":182,"target":165},{"source":182,"target":403},{"source":403,"target":165},{"source":183,"target":0},{"source":183,"target":101},{"source":183,"target":404},{"source":404,"target":101},{"source":184,"target":0},{"source":184,"target":85},{"source":184,"target":405},{"source":405,"target":85},{"source":185,"target":0},{"source":185,"target":85},{"source":185,"target":406},{"source":406,"target":85},{"source":186,"target":0},{"source":186,"target":141},{"source":186,"target":407},{"source":407,"target":141},{"source":187,"target":0},{"source":187,"target":151},{"source":187,"target":408},{"source":408,"target":151},{"source":188,"target":0},{"source":188,"target":85},{"source":188,"target":409},{"source":409,"target":85},{"source":189,"target":0},{"source":189,"target":16},{"source":189,"target":410},{"source":410,"target":16},{"source":190,"target":0},{"source":190,"target":10},{"source":190,"target":411},{"source":411,"target":10},{"source":191,"target":0},{"source":191,"target":43},{"source":191,"target":412},{"source":412,"target":43},{"source":192,"target":0},{"source":192,"target":101},{"source":192,"target":178},{"source":192,"target":413},{"source":192,"target":414},{"source":413,"target":101},{"source":414,"target":178},{"source":193,"target":0},{"source":193,"target":178},{"source":193,"target":107},{"source":193,"target":45},{"source":193,"target":415},{"source":193,"target":416},{"source":193,"target":417},{"source":415,"target":178},{"source":416,"target":107},{"source":417,"target":45},{"source":194,"target":0},{"source":194,"target":110},{"source":194,"target":418},{"source":418,"target":110},{"source":195,"target":0},{"source":195,"target":16},{"source":195,"target":419},{"source":419,"target":16},{"source":196,"target":0},{"source":196,"target":93},{"source":196,"target":420},{"source":420,"target":93},{"source":197,"target":0},{"source":197,"target":178},{"source":197,"target":107},{"source":197,"target":421},{"source":197,"target":422},{"source":421,"target":178},{"source":422,"target":107}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<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="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
unique="false" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false"
upperBound="-1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false"
upperBound="-1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false"
upperBound="-1" eType="#/0/LibraryRef" containment="true" eOpposite="#/0/LibraryRef/unit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/library"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1"
upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/0/ModuleElement" containment="true" eOpposite="#/0/ModuleElement/ownedModule"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedModule" ordered="false"
lowerBound="1" eType="#/0/Module" eOpposite="#/0/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false"
eType="#/0/Query" eOpposite="#/0/Query/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false"
eType="#/0/Library" eOpposite="#/0/Library/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
eType="#/0/OutPattern" containment="true" eOpposite="#/0/OutPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false"
eType="#/0/ActionBlock" containment="true" eOpposite="#/0/ActionBlock/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#/0/RuleVariableDeclaration" containment="true" eOpposite="#/0/RuleVariableDeclaration/rule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
eType="#/0/InPattern" containment="true" eOpposite="#/0/InPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/superRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false"
eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/0/MatchedRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#/1/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/InPatternElement" containment="true"
eOpposite="#/0/InPatternElement/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#/0/OutPatternElement" containment="true" eOpposite="#/0/OutPatternElement/outPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/1/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/sourceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
lowerBound="1" eType="#/0/InPattern" eOpposite="#/0/InPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false"
upperBound="-1" eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/0/InPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false"
eType="#/0/InPatternElement" eOpposite="#/0/InPatternElement/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#/0/Binding" containment="true" eOpposite="#/0/Binding/outPatternElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="reverseBindings" upperBound="-1"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/bindings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false"
lowerBound="1" eType="#/0/Unit" eOpposite="#/0/Unit/libraries"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/actionBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl">
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false"
eType="#/1/PropertyCallExp" eOpposite="#/1/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
eType="#/1/CollectionExp" eOpposite="#/1/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false"
eType="#/1/OperationCallExp" eOpposite="#/1/OperationCallExp/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/initExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/variableExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/1/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1"
eType="#/1/TuplePart" containment="true" eOpposite="#/1/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false"
lowerBound="1" eType="#/1/TupleExp" eOpposite="#/1/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/MapElement" containment="true" eOpposite="#/1/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false"
lowerBound="1" eType="#/1/MapExp" eOpposite="#/1/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/Iterator" containment="true" eOpposite="#/1/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false"
eType="#/1/IterateExp" eOpposite="#/1/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false"
upperBound="-1" eType="#/1/VariableExp" eOpposite="#/1/VariableExp/referredVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
lowerBound="1" eType="#/1/Operation" eOpposite="#/1/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false"
eType="#/1/OclContextDefinition" eOpposite="#/1/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false"
eType="#/1/OclExpression" eOpposite="#/1/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false"
eType="#/1/CollectionType" eOpposite="#/1/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false"
eType="#/1/TupleTypeAttribute" eOpposite="#/1/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#/1/TupleTypeAttribute" containment="true" eOpposite="#/1/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false"
lowerBound="1" eType="#/1/TupleType" eOpposite="#/1/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
lowerBound="1" eType="#/1/OclFeature" containment="true" eOpposite="#/1/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
eType="#/1/OclContextDefinition" containment="true" eOpposite="#/1/OclContextDefinition/definition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/Parameter" containment="true" eOpposite="#/1/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#/1/OclModelElement" eOpposite="#/1/OclModelElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
upperBound="-1" eType="#/1/OclModel" eOpposite="#/1/OclModel/metamodel"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/PrimitiveTypes"
nsPrefix="ptypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Double"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/mclohrk/telp_transform_metamodelo/Perfil/metamodeloATL.ecore | ecore | ATL
LocatedElement
location
commentsBefore
commentsAfter
Unit
libraries
name
Library
helpers
Query
body
helpers
Module
isRefining
inModels
outModels
elements
ModuleElement
ownedModule
Helper
query
library
definition
Rule
outPattern
actionBlock
variables
name
MatchedRule
inPattern
children
superRule
isAbstract
isRefining
isNoDefault
LazyMatchedRule
isUnique
CalledRule
parameters
isEntrypoint
isEndpoint
InPattern
elements
rule
filter
OutPattern
rule
elements
PatternElement
InPatternElement
mapsTo
inPattern
models
SimpleInPatternElement
OutPatternElement
outPattern
sourceElement
bindings
model
SimpleOutPatternElement
reverseBindings
ForEachOutPatternElement
collection
iterator
Binding
value
outPatternElement
propertyName
isAssignment
RuleVariableDeclaration
rule
LibraryRef
unit
name
ActionBlock
rule
statements
Statement
ExpressionStat
expression
BindingStat
source
propertyName
isAssignment
value
IfStat
condition
thenStatements
elseStatements
ForStat
iterator
collection
statements
OCL
OclExpression
type
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
owningAttribute
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
NavigationOrAttributeCallExp
name
OperationCallExp
arguments
operationName
OperatorCallExp
CollectionOperationCallExp
LoopExp
body
iterators
IterateExp
result
IteratorExp
name
LetExp
variable
in_
IfExp
thenExpression
condition
elseExpression
VariableDeclaration
id
varName
type
initExpression
letExp
baseExp
variableExp
Iterator
loopExpr
Parameter
operation
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
PrimitiveTypes
Boolean
Double
Integer
String | null | {"directed":true,"nodes":[{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"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":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":28,"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":29,"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":30,"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":31,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":32,"serializable":true,"eClass":"EDataType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"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":36,"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":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"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":40,"derived":false},{"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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"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":45,"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":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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":52,"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":"isRefining","changeable":true,"lowerBound":1,"iD":false,"id":53,"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":54,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":58,"serializable":true,"eClass":"EDataType"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"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":"ownedModule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"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":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"id":72,"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":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"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":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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":79,"derived":false},{"id":80,"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":81,"derived":false},{"id":82,"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":83,"derived":false},{"id":84,"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":85,"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":86,"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":87,"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":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":"isRefining","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":"isNoDefault","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"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":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"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":"isUnique","changeable":true,"lowerBound":1,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"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":102,"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":"isEntrypoint","changeable":true,"lowerBound":1,"iD":false,"id":103,"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":"isEndpoint","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":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":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"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":121,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"id":123,"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":124,"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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"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":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":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":132,"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":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":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":"reverseBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"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":143,"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":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"id":148,"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":149,"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":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":"isAssignment","changeable":true,"lowerBound":1,"iD":false,"id":151,"derived":false},{"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"},{"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":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"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":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"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":171,"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":172,"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":"isAssignment","changeable":true,"lowerBound":1,"iD":false,"id":173,"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":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"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":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":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":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":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"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":187,"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":188,"derived":false},{"container":false,"ordered":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":194,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":244,"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":245,"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":246,"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":247,"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":248,"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":249,"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":250,"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":251,"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":252,"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":253,"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":254,"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":255,"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":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"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":259,"derived":false},{"id":260,"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":261,"derived":false},{"id":262,"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":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":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":265,"derived":false},{"id":266,"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":267,"derived":false},{"id":268,"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":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":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":271,"derived":false},{"id":272,"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":273,"derived":false},{"id":274,"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":275,"derived":false},{"id":276,"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":277,"derived":false},{"id":278,"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":279,"derived":false},{"id":280,"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":281,"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":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"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":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"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":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"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":"booleanSymbol","changeable":true,"lowerBound":1,"iD":false,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"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":"realSymbol","changeable":true,"lowerBound":1,"iD":false,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"id":297,"serializable":true,"eClass":"EDataType"},{"id":298,"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":"integerSymbol","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":301,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":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":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"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":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":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":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"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":318,"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":319,"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":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"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":325,"derived":false},{"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},{"id":332,"eClass":"EGenericType"},{"id":333,"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":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"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":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"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":344,"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":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"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":348,"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":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"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":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"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":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"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":361,"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":362,"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":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"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":368,"derived":false},{"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":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":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"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":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"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":382,"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":383,"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":384,"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":385,"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":386,"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":387,"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":388,"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":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"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":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"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":396,"derived":false},{"id":397,"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":398,"derived":false},{"id":399,"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":400,"derived":false},{"id":401,"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":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"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":405,"derived":false},{"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"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"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":421,"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":422,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"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":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"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":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"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":438,"derived":false},{"id":439,"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":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"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":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"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":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"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":457,"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":458,"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":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/PrimitiveTypes","name":"PrimitiveTypes","id":465,"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":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":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":29,"target":32},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":32},{"source":30,"target":32},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":32},{"source":31,"target":32},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":32},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":22},{"source":36,"target":39},{"source":36,"target":2},{"source":36,"target":40},{"source":39,"target":22},{"source":37,"target":32},{"source":37,"target":41},{"source":37,"target":2},{"source":41,"target":32},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":42},{"source":3,"target":43},{"source":42,"target":7},{"source":42,"target":44},{"source":42,"target":3},{"source":42,"target":45},{"source":44,"target":7},{"source":43,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":46,"target":49},{"source":46,"target":50},{"source":46,"target":4},{"source":50,"target":49},{"source":47,"target":7},{"source":47,"target":51},{"source":47,"target":4},{"source":47,"target":52},{"source":51,"target":7},{"source":48,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":53,"target":58},{"source":53,"target":59},{"source":53,"target":5},{"source":59,"target":58},{"source":54,"target":60},{"source":54,"target":61},{"source":54,"target":5},{"source":61,"target":60},{"source":55,"target":60},{"source":55,"target":62},{"source":55,"target":5},{"source":62,"target":60},{"source":56,"target":6},{"source":56,"target":63},{"source":56,"target":5},{"source":56,"target":64},{"source":63,"target":6},{"source":57,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":64},{"source":6,"target":65},{"source":64,"target":5},{"source":64,"target":66},{"source":64,"target":6},{"source":64,"target":56},{"source":66,"target":5},{"source":65,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":52},{"source":7,"target":45},{"source":7,"target":67},{"source":7,"target":68},{"source":52,"target":4},{"source":52,"target":69},{"source":52,"target":7},{"source":52,"target":47},{"source":69,"target":4},{"source":45,"target":3},{"source":45,"target":70},{"source":45,"target":7},{"source":45,"target":42},{"source":70,"target":3},{"source":67,"target":71},{"source":67,"target":72},{"source":67,"target":7},{"source":72,"target":71},{"source":68,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":73,"target":13},{"source":73,"target":78},{"source":73,"target":8},{"source":73,"target":79},{"source":78,"target":13},{"source":74,"target":23},{"source":74,"target":80},{"source":74,"target":8},{"source":74,"target":81},{"source":80,"target":23},{"source":75,"target":21},{"source":75,"target":82},{"source":75,"target":8},{"source":75,"target":83},{"source":82,"target":21},{"source":76,"target":32},{"source":76,"target":84},{"source":76,"target":8},{"source":84,"target":32},{"source":77,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":85,"target":12},{"source":85,"target":92},{"source":85,"target":9},{"source":85,"target":93},{"source":92,"target":12},{"source":86,"target":9},{"source":86,"target":94},{"source":86,"target":9},{"source":86,"target":87},{"source":94,"target":9},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":9},{"source":87,"target":86},{"source":95,"target":9},{"source":88,"target":58},{"source":88,"target":96},{"source":88,"target":9},{"source":96,"target":58},{"source":89,"target":58},{"source":89,"target":97},{"source":89,"target":9},{"source":97,"target":58},{"source":90,"target":58},{"source":90,"target":98},{"source":90,"target":9},{"source":98,"target":58},{"source":91,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":99},{"source":10,"target":100},{"source":99,"target":58},{"source":99,"target":101},{"source":99,"target":10},{"source":101,"target":58},{"source":100,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":106},{"source":102,"target":107},{"source":102,"target":11},{"source":107,"target":106},{"source":103,"target":58},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":58},{"source":104,"target":58},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":58},{"source":105,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":110},{"source":12,"target":93},{"source":12,"target":111},{"source":12,"target":112},{"source":110,"target":15},{"source":110,"target":113},{"source":110,"target":12},{"source":110,"target":114},{"source":113,"target":15},{"source":93,"target":9},{"source":93,"target":115},{"source":93,"target":12},{"source":93,"target":85},{"source":115,"target":9},{"source":111,"target":49},{"source":111,"target":116},{"source":111,"target":12},{"source":116,"target":49},{"source":112,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":79},{"source":13,"target":117},{"source":13,"target":118},{"source":79,"target":8},{"source":79,"target":119},{"source":79,"target":13},{"source":79,"target":73},{"source":119,"target":8},{"source":117,"target":17},{"source":117,"target":120},{"source":117,"target":13},{"source":117,"target":121},{"source":120,"target":17},{"source":118,"target":1},{"source":14,"target":0},{"source":14,"target":122},{"source":14,"target":123},{"source":123,"target":122},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":124},{"source":15,"target":114},{"source":15,"target":125},{"source":15,"target":126},{"source":124,"target":17},{"source":124,"target":127},{"source":124,"target":15},{"source":124,"target":128},{"source":127,"target":17},{"source":114,"target":12},{"source":114,"target":129},{"source":114,"target":15},{"source":114,"target":110},{"source":129,"target":12},{"source":125,"target":60},{"source":125,"target":130},{"source":125,"target":15},{"source":130,"target":60},{"source":126,"target":14},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":131},{"source":131,"target":15},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":121},{"source":17,"target":128},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":134},{"source":121,"target":13},{"source":121,"target":135},{"source":121,"target":17},{"source":121,"target":117},{"source":135,"target":13},{"source":128,"target":15},{"source":128,"target":136},{"source":128,"target":17},{"source":128,"target":124},{"source":136,"target":15},{"source":132,"target":20},{"source":132,"target":137},{"source":132,"target":17},{"source":132,"target":138},{"source":137,"target":20},{"source":133,"target":60},{"source":133,"target":139},{"source":133,"target":17},{"source":139,"target":60},{"source":134,"target":14},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":140},{"source":18,"target":141},{"source":140,"target":49},{"source":140,"target":142},{"source":140,"target":18},{"source":142,"target":49},{"source":141,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":143,"target":49},{"source":143,"target":146},{"source":143,"target":19},{"source":146,"target":49},{"source":144,"target":147},{"source":144,"target":148},{"source":144,"target":19},{"source":148,"target":147},{"source":145,"target":17},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":149},{"source":20,"target":138},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":149,"target":49},{"source":149,"target":153},{"source":149,"target":20},{"source":153,"target":49},{"source":138,"target":17},{"source":138,"target":154},{"source":138,"target":20},{"source":138,"target":132},{"source":154,"target":17},{"source":150,"target":32},{"source":150,"target":155},{"source":150,"target":20},{"source":155,"target":32},{"source":151,"target":58},{"source":151,"target":156},{"source":151,"target":20},{"source":156,"target":58},{"source":152,"target":1},{"source":21,"target":0},{"source":21,"target":122},{"source":21,"target":83},{"source":21,"target":157},{"source":83,"target":8},{"source":83,"target":158},{"source":83,"target":21},{"source":83,"target":75},{"source":158,"target":8},{"source":157,"target":122},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":40},{"source":22,"target":159},{"source":22,"target":160},{"source":40,"target":2},{"source":40,"target":161},{"source":40,"target":22},{"source":40,"target":36},{"source":161,"target":2},{"source":159,"target":32},{"source":159,"target":162},{"source":159,"target":22},{"source":162,"target":32},{"source":160,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":81},{"source":23,"target":163},{"source":23,"target":164},{"source":81,"target":8},{"source":81,"target":165},{"source":81,"target":23},{"source":81,"target":74},{"source":165,"target":8},{"source":163,"target":24},{"source":163,"target":166},{"source":163,"target":23},{"source":166,"target":24},{"source":164,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":167},{"source":167,"target":1},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":168},{"source":25,"target":169},{"source":168,"target":49},{"source":168,"target":170},{"source":168,"target":25},{"source":170,"target":49},{"source":169,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":171},{"source":26,"target":172},{"source":26,"target":173},{"source":26,"target":174},{"source":26,"target":175},{"source":171,"target":49},{"source":171,"target":176},{"source":171,"target":26},{"source":176,"target":49},{"source":172,"target":32},{"source":172,"target":177},{"source":172,"target":26},{"source":177,"target":32},{"source":173,"target":58},{"source":173,"target":178},{"source":173,"target":26},{"source":178,"target":58},{"source":174,"target":49},{"source":174,"target":179},{"source":174,"target":26},{"source":179,"target":49},{"source":175,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":180},{"source":27,"target":181},{"source":27,"target":182},{"source":27,"target":183},{"source":180,"target":49},{"source":180,"target":184},{"source":180,"target":27},{"source":184,"target":49},{"source":181,"target":24},{"source":181,"target":185},{"source":181,"target":27},{"source":185,"target":24},{"source":182,"target":24},{"source":182,"target":186},{"source":182,"target":27},{"source":186,"target":24},{"source":183,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":187},{"source":28,"target":188},{"source":28,"target":189},{"source":28,"target":190},{"source":187,"target":147},{"source":187,"target":191},{"source":187,"target":28},{"source":191,"target":147},{"source":188,"target":49},{"source":188,"target":192},{"source":188,"target":28},{"source":192,"target":49},{"source":189,"target":24},{"source":189,"target":193},{"source":189,"target":28},{"source":193,"target":24},{"source":190,"target":24},{"source":194,"target":49},{"source":194,"target":195},{"source":194,"target":196},{"source":194,"target":197},{"source":194,"target":198},{"source":194,"target":199},{"source":194,"target":200},{"source":194,"target":201},{"source":194,"target":202},{"source":194,"target":203},{"source":194,"target":204},{"source":194,"target":205},{"source":194,"target":206},{"source":194,"target":207},{"source":194,"target":208},{"source":194,"target":209},{"source":194,"target":210},{"source":194,"target":211},{"source":194,"target":212},{"source":194,"target":213},{"source":194,"target":214},{"source":194,"target":215},{"source":194,"target":216},{"source":194,"target":217},{"source":194,"target":218},{"source":194,"target":219},{"source":194,"target":220},{"source":194,"target":221},{"source":194,"target":222},{"source":194,"target":223},{"source":194,"target":122},{"source":194,"target":147},{"source":194,"target":106},{"source":194,"target":224},{"source":194,"target":225},{"source":194,"target":226},{"source":194,"target":227},{"source":194,"target":228},{"source":194,"target":229},{"source":194,"target":230},{"source":194,"target":231},{"source":194,"target":232},{"source":194,"target":233},{"source":194,"target":234},{"source":194,"target":235},{"source":194,"target":236},{"source":194,"target":237},{"source":194,"target":238},{"source":194,"target":239},{"source":194,"target":240},{"source":194,"target":71},{"source":194,"target":241},{"source":194,"target":242},{"source":194,"target":243},{"source":194,"target":244},{"source":194,"target":60},{"source":49,"target":194},{"source":49,"target":1},{"source":49,"target":245},{"source":49,"target":246},{"source":49,"target":247},{"source":49,"target":248},{"source":49,"target":249},{"source":49,"target":250},{"source":49,"target":251},{"source":49,"target":252},{"source":49,"target":253},{"source":49,"target":254},{"source":49,"target":255},{"source":49,"target":256},{"source":49,"target":257},{"source":245,"target":225},{"source":245,"target":258},{"source":245,"target":49},{"source":245,"target":259},{"source":258,"target":225},{"source":246,"target":223},{"source":246,"target":260},{"source":246,"target":49},{"source":246,"target":261},{"source":260,"target":223},{"source":247,"target":214},{"source":247,"target":262},{"source":247,"target":49},{"source":247,"target":263},{"source":262,"target":214},{"source":248,"target":203},{"source":248,"target":264},{"source":248,"target":49},{"source":248,"target":265},{"source":264,"target":203},{"source":249,"target":222},{"source":249,"target":266},{"source":249,"target":49},{"source":249,"target":267},{"source":266,"target":222},{"source":250,"target":219},{"source":250,"target":268},{"source":250,"target":49},{"source":250,"target":269},{"source":268,"target":219},{"source":251,"target":216},{"source":251,"target":270},{"source":251,"target":49},{"source":251,"target":271},{"source":270,"target":216},{"source":252,"target":122},{"source":252,"target":272},{"source":252,"target":49},{"source":252,"target":273},{"source":272,"target":122},{"source":253,"target":223},{"source":253,"target":274},{"source":253,"target":49},{"source":253,"target":275},{"source":274,"target":223},{"source":254,"target":244},{"source":254,"target":276},{"source":254,"target":49},{"source":254,"target":277},{"source":276,"target":244},{"source":255,"target":223},{"source":255,"target":278},{"source":255,"target":49},{"source":255,"target":279},{"source":278,"target":223},{"source":256,"target":243},{"source":256,"target":280},{"source":256,"target":49},{"source":256,"target":281},{"source":280,"target":243},{"source":257,"target":1},{"source":195,"target":194},{"source":195,"target":49},{"source":195,"target":282},{"source":195,"target":283},{"source":282,"target":122},{"source":282,"target":284},{"source":282,"target":195},{"source":282,"target":285},{"source":284,"target":122},{"source":283,"target":49},{"source":196,"target":194},{"source":196,"target":49},{"source":196,"target":286},{"source":286,"target":49},{"source":197,"target":194},{"source":197,"target":49},{"source":197,"target":287},{"source":287,"target":49},{"source":198,"target":194},{"source":198,"target":197},{"source":198,"target":288},{"source":198,"target":289},{"source":288,"target":32},{"source":288,"target":290},{"source":288,"target":198},{"source":290,"target":32},{"source":289,"target":197},{"source":199,"target":194},{"source":199,"target":197},{"source":199,"target":291},{"source":199,"target":292},{"source":291,"target":58},{"source":291,"target":293},{"source":291,"target":199},{"source":293,"target":58},{"source":292,"target":197},{"source":200,"target":194},{"source":200,"target":197},{"source":200,"target":294},{"source":294,"target":197},{"source":201,"target":194},{"source":201,"target":200},{"source":201,"target":295},{"source":201,"target":296},{"source":295,"target":297},{"source":295,"target":298},{"source":295,"target":201},{"source":298,"target":297},{"source":296,"target":200},{"source":202,"target":194},{"source":202,"target":200},{"source":202,"target":299},{"source":202,"target":300},{"source":299,"target":301},{"source":299,"target":302},{"source":299,"target":202},{"source":302,"target":301},{"source":300,"target":200},{"source":203,"target":194},{"source":203,"target":49},{"source":203,"target":265},{"source":203,"target":303},{"source":265,"target":49},{"source":265,"target":304},{"source":265,"target":203},{"source":265,"target":248},{"source":304,"target":49},{"source":303,"target":49},{"source":204,"target":194},{"source":204,"target":203},{"source":204,"target":305},{"source":305,"target":203},{"source":205,"target":194},{"source":205,"target":203},{"source":205,"target":306},{"source":306,"target":203},{"source":206,"target":194},{"source":206,"target":203},{"source":206,"target":307},{"source":307,"target":203},{"source":207,"target":194},{"source":207,"target":203},{"source":207,"target":308},{"source":308,"target":203},{"source":208,"target":194},{"source":208,"target":49},{"source":208,"target":309},{"source":208,"target":310},{"source":309,"target":209},{"source":309,"target":311},{"source":309,"target":208},{"source":309,"target":312},{"source":311,"target":209},{"source":310,"target":49},{"source":209,"target":194},{"source":209,"target":122},{"source":209,"target":312},{"source":209,"target":313},{"source":312,"target":208},{"source":312,"target":314},{"source":312,"target":209},{"source":312,"target":309},{"source":314,"target":208},{"source":313,"target":122},{"source":210,"target":194},{"source":210,"target":49},{"source":210,"target":315},{"source":210,"target":316},{"source":315,"target":211},{"source":315,"target":317},{"source":315,"target":210},{"source":315,"target":318},{"source":317,"target":211},{"source":316,"target":49},{"source":211,"target":194},{"source":211,"target":1},{"source":211,"target":318},{"source":211,"target":319},{"source":211,"target":320},{"source":211,"target":321},{"source":318,"target":210},{"source":318,"target":322},{"source":318,"target":211},{"source":318,"target":315},{"source":322,"target":210},{"source":319,"target":49},{"source":319,"target":323},{"source":319,"target":211},{"source":323,"target":49},{"source":320,"target":49},{"source":320,"target":324},{"source":320,"target":211},{"source":324,"target":49},{"source":321,"target":1},{"source":212,"target":194},{"source":212,"target":49},{"source":212,"target":325},{"source":212,"target":326},{"source":325,"target":32},{"source":325,"target":327},{"source":325,"target":212},{"source":327,"target":32},{"source":326,"target":49},{"source":213,"target":194},{"source":213,"target":49},{"source":213,"target":328},{"source":328,"target":49},{"source":214,"target":194},{"source":214,"target":49},{"source":214,"target":263},{"source":214,"target":329},{"source":263,"target":49},{"source":263,"target":330},{"source":263,"target":214},{"source":263,"target":247},{"source":330,"target":49},{"source":329,"target":49},{"source":215,"target":194},{"source":215,"target":214},{"source":215,"target":331},{"source":215,"target":332},{"source":331,"target":32},{"source":331,"target":333},{"source":331,"target":215},{"source":333,"target":32},{"source":332,"target":214},{"source":216,"target":194},{"source":216,"target":214},{"source":216,"target":271},{"source":216,"target":334},{"source":216,"target":335},{"source":271,"target":49},{"source":271,"target":336},{"source":271,"target":216},{"source":271,"target":251},{"source":336,"target":49},{"source":334,"target":32},{"source":334,"target":337},{"source":334,"target":216},{"source":337,"target":32},{"source":335,"target":214},{"source":217,"target":194},{"source":217,"target":216},{"source":217,"target":338},{"source":338,"target":216},{"source":218,"target":194},{"source":218,"target":216},{"source":218,"target":339},{"source":339,"target":216},{"source":219,"target":194},{"source":219,"target":214},{"source":219,"target":269},{"source":219,"target":340},{"source":219,"target":341},{"source":269,"target":49},{"source":269,"target":342},{"source":269,"target":219},{"source":269,"target":250},{"source":342,"target":49},{"source":340,"target":147},{"source":340,"target":343},{"source":340,"target":219},{"source":340,"target":344},{"source":343,"target":147},{"source":341,"target":214},{"source":220,"target":194},{"source":220,"target":219},{"source":220,"target":345},{"source":220,"target":346},{"source":345,"target":122},{"source":345,"target":347},{"source":345,"target":220},{"source":345,"target":348},{"source":347,"target":122},{"source":346,"target":219},{"source":221,"target":194},{"source":221,"target":219},{"source":221,"target":349},{"source":221,"target":350},{"source":349,"target":32},{"source":349,"target":351},{"source":349,"target":221},{"source":351,"target":32},{"source":350,"target":219},{"source":222,"target":194},{"source":222,"target":49},{"source":222,"target":352},{"source":222,"target":267},{"source":222,"target":353},{"source":352,"target":122},{"source":352,"target":354},{"source":352,"target":222},{"source":352,"target":355},{"source":354,"target":122},{"source":267,"target":49},{"source":267,"target":356},{"source":267,"target":222},{"source":267,"target":249},{"source":356,"target":49},{"source":353,"target":49},{"source":223,"target":194},{"source":223,"target":49},{"source":223,"target":275},{"source":223,"target":279},{"source":223,"target":261},{"source":223,"target":357},{"source":275,"target":49},{"source":275,"target":358},{"source":275,"target":223},{"source":275,"target":253},{"source":358,"target":49},{"source":279,"target":49},{"source":279,"target":359},{"source":279,"target":223},{"source":279,"target":255},{"source":359,"target":49},{"source":261,"target":49},{"source":261,"target":360},{"source":261,"target":223},{"source":261,"target":246},{"source":360,"target":49},{"source":357,"target":49},{"source":122,"target":194},{"source":122,"target":1},{"source":122,"target":361},{"source":122,"target":362},{"source":122,"target":363},{"source":122,"target":273},{"source":122,"target":355},{"source":122,"target":348},{"source":122,"target":285},{"source":122,"target":364},{"source":361,"target":32},{"source":361,"target":365},{"source":361,"target":122},{"source":365,"target":32},{"source":362,"target":32},{"source":362,"target":366},{"source":362,"target":122},{"source":366,"target":32},{"source":363,"target":225},{"source":363,"target":367},{"source":363,"target":122},{"source":363,"target":368},{"source":367,"target":225},{"source":273,"target":49},{"source":273,"target":369},{"source":273,"target":122},{"source":273,"target":252},{"source":369,"target":49},{"source":355,"target":222},{"source":355,"target":370},{"source":355,"target":122},{"source":355,"target":352},{"source":370,"target":222},{"source":348,"target":220},{"source":348,"target":371},{"source":348,"target":122},{"source":348,"target":345},{"source":371,"target":220},{"source":285,"target":195},{"source":285,"target":372},{"source":285,"target":122},{"source":285,"target":282},{"source":372,"target":195},{"source":364,"target":1},{"source":147,"target":194},{"source":147,"target":122},{"source":147,"target":344},{"source":147,"target":373},{"source":344,"target":219},{"source":344,"target":374},{"source":344,"target":147},{"source":344,"target":340},{"source":374,"target":219},{"source":373,"target":122},{"source":106,"target":194},{"source":106,"target":122},{"source":106,"target":375},{"source":106,"target":376},{"source":375,"target":244},{"source":375,"target":377},{"source":375,"target":106},{"source":375,"target":378},{"source":377,"target":244},{"source":376,"target":122},{"source":224,"target":194},{"source":224,"target":225},{"source":224,"target":379},{"source":224,"target":380},{"source":379,"target":225},{"source":379,"target":381},{"source":379,"target":224},{"source":379,"target":382},{"source":381,"target":225},{"source":380,"target":225},{"source":225,"target":194},{"source":225,"target":49},{"source":225,"target":383},{"source":225,"target":384},{"source":225,"target":259},{"source":225,"target":385},{"source":225,"target":386},{"source":225,"target":387},{"source":225,"target":388},{"source":225,"target":382},{"source":225,"target":389},{"source":225,"target":368},{"source":225,"target":390},{"source":383,"target":32},{"source":383,"target":391},{"source":383,"target":225},{"source":391,"target":32},{"source":384,"target":241},{"source":384,"target":392},{"source":384,"target":225},{"source":384,"target":393},{"source":392,"target":241},{"source":259,"target":49},{"source":259,"target":394},{"source":259,"target":225},{"source":259,"target":245},{"source":394,"target":49},{"source":385,"target":244},{"source":385,"target":395},{"source":385,"target":225},{"source":385,"target":396},{"source":395,"target":244},{"source":386,"target":240},{"source":386,"target":397},{"source":386,"target":225},{"source":386,"target":398},{"source":397,"target":240},{"source":387,"target":243},{"source":387,"target":399},{"source":387,"target":225},{"source":387,"target":400},{"source":399,"target":243},{"source":388,"target":240},{"source":388,"target":401},{"source":388,"target":225},{"source":388,"target":402},{"source":401,"target":240},{"source":382,"target":224},{"source":382,"target":403},{"source":382,"target":225},{"source":382,"target":379},{"source":403,"target":224},{"source":389,"target":238},{"source":389,"target":404},{"source":389,"target":225},{"source":389,"target":405},{"source":404,"target":238},{"source":368,"target":122},{"source":368,"target":406},{"source":368,"target":225},{"source":368,"target":363},{"source":406,"target":122},{"source":390,"target":49},{"source":226,"target":194},{"source":226,"target":225},{"source":226,"target":407},{"source":407,"target":225},{"source":227,"target":194},{"source":227,"target":226},{"source":227,"target":408},{"source":408,"target":226},{"source":228,"target":194},{"source":228,"target":226},{"source":228,"target":409},{"source":409,"target":226},{"source":229,"target":194},{"source":229,"target":226},{"source":229,"target":410},{"source":410,"target":226},{"source":230,"target":194},{"source":230,"target":229},{"source":230,"target":411},{"source":411,"target":229},{"source":231,"target":194},{"source":231,"target":229},{"source":231,"target":412},{"source":412,"target":229},{"source":232,"target":194},{"source":232,"target":224},{"source":232,"target":413},{"source":413,"target":224},{"source":233,"target":194},{"source":233,"target":224},{"source":233,"target":414},{"source":414,"target":224},{"source":234,"target":194},{"source":234,"target":224},{"source":234,"target":415},{"source":415,"target":224},{"source":235,"target":194},{"source":235,"target":224},{"source":235,"target":416},{"source":416,"target":224},{"source":236,"target":194},{"source":236,"target":225},{"source":236,"target":417},{"source":417,"target":225},{"source":237,"target":194},{"source":237,"target":225},{"source":237,"target":418},{"source":237,"target":419},{"source":418,"target":238},{"source":418,"target":420},{"source":418,"target":237},{"source":418,"target":421},{"source":420,"target":238},{"source":419,"target":225},{"source":238,"target":194},{"source":238,"target":1},{"source":238,"target":405},{"source":238,"target":421},{"source":238,"target":422},{"source":238,"target":423},{"source":405,"target":225},{"source":405,"target":424},{"source":405,"target":238},{"source":405,"target":389},{"source":424,"target":225},{"source":421,"target":237},{"source":421,"target":425},{"source":421,"target":238},{"source":421,"target":418},{"source":425,"target":237},{"source":422,"target":32},{"source":422,"target":426},{"source":422,"target":238},{"source":426,"target":32},{"source":423,"target":1},{"source":239,"target":194},{"source":239,"target":225},{"source":239,"target":427},{"source":239,"target":428},{"source":427,"target":60},{"source":427,"target":429},{"source":427,"target":239},{"source":427,"target":430},{"source":429,"target":60},{"source":428,"target":225},{"source":240,"target":194},{"source":240,"target":225},{"source":240,"target":398},{"source":240,"target":402},{"source":240,"target":431},{"source":398,"target":225},{"source":398,"target":432},{"source":398,"target":240},{"source":398,"target":386},{"source":432,"target":225},{"source":402,"target":225},{"source":402,"target":433},{"source":402,"target":240},{"source":402,"target":388},{"source":433,"target":225},{"source":431,"target":225},{"source":71,"target":194},{"source":71,"target":1},{"source":71,"target":434},{"source":71,"target":435},{"source":71,"target":436},{"source":434,"target":242},{"source":434,"target":437},{"source":434,"target":71},{"source":434,"target":438},{"source":437,"target":242},{"source":435,"target":241},{"source":435,"target":439},{"source":435,"target":71},{"source":435,"target":440},{"source":439,"target":241},{"source":436,"target":1},{"source":241,"target":194},{"source":241,"target":1},{"source":241,"target":440},{"source":241,"target":393},{"source":241,"target":441},{"source":440,"target":71},{"source":440,"target":442},{"source":440,"target":241},{"source":440,"target":435},{"source":442,"target":71},{"source":393,"target":225},{"source":393,"target":443},{"source":393,"target":241},{"source":393,"target":384},{"source":443,"target":225},{"source":441,"target":1},{"source":242,"target":194},{"source":242,"target":1},{"source":242,"target":438},{"source":242,"target":444},{"source":438,"target":71},{"source":438,"target":445},{"source":438,"target":242},{"source":438,"target":434},{"source":445,"target":71},{"source":444,"target":1},{"source":243,"target":194},{"source":243,"target":242},{"source":243,"target":446},{"source":243,"target":281},{"source":243,"target":400},{"source":243,"target":447},{"source":446,"target":32},{"source":446,"target":448},{"source":446,"target":243},{"source":448,"target":32},{"source":281,"target":49},{"source":281,"target":449},{"source":281,"target":243},{"source":281,"target":256},{"source":449,"target":49},{"source":400,"target":225},{"source":400,"target":450},{"source":400,"target":243},{"source":400,"target":387},{"source":450,"target":225},{"source":447,"target":242},{"source":244,"target":194},{"source":244,"target":242},{"source":244,"target":451},{"source":244,"target":378},{"source":244,"target":396},{"source":244,"target":277},{"source":244,"target":452},{"source":451,"target":32},{"source":451,"target":453},{"source":451,"target":244},{"source":453,"target":32},{"source":378,"target":106},{"source":378,"target":454},{"source":378,"target":244},{"source":378,"target":375},{"source":454,"target":106},{"source":396,"target":225},{"source":396,"target":455},{"source":396,"target":244},{"source":396,"target":385},{"source":455,"target":225},{"source":277,"target":49},{"source":277,"target":456},{"source":277,"target":244},{"source":277,"target":254},{"source":456,"target":49},{"source":452,"target":242},{"source":60,"target":194},{"source":60,"target":1},{"source":60,"target":457},{"source":60,"target":458},{"source":60,"target":430},{"source":60,"target":459},{"source":60,"target":460},{"source":457,"target":32},{"source":457,"target":461},{"source":457,"target":60},{"source":461,"target":32},{"source":458,"target":60},{"source":458,"target":462},{"source":458,"target":60},{"source":458,"target":459},{"source":462,"target":60},{"source":430,"target":239},{"source":430,"target":463},{"source":430,"target":60},{"source":430,"target":427},{"source":463,"target":239},{"source":459,"target":60},{"source":459,"target":464},{"source":459,"target":60},{"source":459,"target":458},{"source":464,"target":60},{"source":460,"target":1},{"source":465,"target":58},{"source":465,"target":297},{"source":465,"target":301},{"source":465,"target":32},{"source":58,"target":465},{"source":297,"target":465},{"source":301,"target":465},{"source":32,"target":465}],"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="flow_diagrams"
nsURI="flow_concept" nsPrefix="flow_concept">
<eClassifiers xsi:type="ecore:EClass" name="FlowDiagram">
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1"
eType="#//Node" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1"
eType="#//FlowEdge" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isFinalMandatory" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="outs" upperBound="-1" eType="#//FlowEdge"
eOpposite="#//FlowEdge/in"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ins" upperBound="-1" eType="#//FlowEdge"
eOpposite="#//FlowEdge/out"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//Node">
<eAnnotations source="cardinality">
<details key="min" value="0"/>
<details key="max" value="*"/>
</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:EAttribute" name="isInitial" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FinalTask" eSuperTypes="#//Node">
<eAnnotations source="cardinality">
<details key="min" value="0"/>
<details key="max" value="*"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isTerminating" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isMandatory" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParallelSplit" eSuperTypes="#//Node">
<eAnnotations source="cardinality">
<details key="min" value="0"/>
<details key="max" value="1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Synchronization" eSuperTypes="#//Node">
<eAnnotations source="cardinality">
<details key="min" value="0"/>
<details key="max" value="1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExclusiveChoice" eSuperTypes="#//Node">
<eAnnotations source="cardinality">
<details key="min" value="0"/>
<details key="max" value="1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleMerge" eSuperTypes="#//Node">
<eAnnotations source="cardinality">
<details key="min" value="0"/>
<details key="max" value="1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiChoice" eSuperTypes="#//Node">
<eAnnotations source="cardinality">
<details key="min" value="0"/>
<details key="max" value="1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FlowEdge">
<eStructuralFeatures xsi:type="ecore:EReference" name="in" eType="#//Node" eOpposite="#//Node/outs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="out" eType="#//Node" eOpposite="#//Node/ins"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/flow_concept.ecore | ecore | flow_diagrams
FlowDiagram
nodes
edges
isFinalMandatory
Node
outs
ins
Task
name
isInitial
FinalTask
isTerminating
isMandatory
ParallelSplit
Synchronization
ExclusiveChoice
SimpleMerge
MultiChoice
FlowEdge
in
out | null | {"directed":true,"nodes":[{"nsPrefix":"flow_concept","nsURI":"flow_concept","name":"flow_diagrams","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowDiagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalTask","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParallelSplit","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronization","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExclusiveChoice","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleMerge","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiChoice","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowEdge","instanceClass":null,"abstract":false,"id":10,"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":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":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"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":"isFinalMandatory","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"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":"outs","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":"ins","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"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":"in","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"out","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isInitial","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"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":"isTerminating","changeable":true,"lowerBound":1,"iD":false,"id":28,"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":"isMandatory","changeable":true,"lowerBound":1,"iD":false,"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"}],"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":1,"target":13},{"source":11,"target":2},{"source":11,"target":14},{"source":11,"target":1},{"source":14,"target":2},{"source":12,"target":10},{"source":12,"target":15},{"source":12,"target":1},{"source":15,"target":10},{"source":13,"target":16},{"source":13,"target":1},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":17,"target":10},{"source":17,"target":19},{"source":17,"target":2},{"source":17,"target":20},{"source":19,"target":10},{"source":18,"target":10},{"source":18,"target":21},{"source":18,"target":2},{"source":18,"target":22},{"source":21,"target":10},{"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":4,"target":30},{"source":28,"target":31},{"source":28,"target":4},{"source":29,"target":32},{"source":29,"target":4},{"source":30,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":33},{"source":33,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":34},{"source":34,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":35},{"source":35,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":36},{"source":36,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":37},{"source":37,"target":2},{"source":10,"target":0},{"source":10,"target":20},{"source":10,"target":22},{"source":20,"target":2},{"source":20,"target":38},{"source":20,"target":10},{"source":20,"target":17},{"source":38,"target":2},{"source":22,"target":2},{"source":22,"target":39},{"source":22,"target":10},{"source":22,"target":18},{"source":39,"target":2}],"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="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
unique="false" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false"
upperBound="-1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false"
upperBound="-1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false"
upperBound="-1" eType="#/0/LibraryRef" containment="true" eOpposite="#/0/LibraryRef/unit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" eOpposite="#/0/Helper/query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1"
upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/0/ModuleElement" containment="true" eOpposite="#/0/ModuleElement/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false"
lowerBound="1" eType="#/0/Module" eOpposite="#/0/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false"
eType="#/0/Query" eOpposite="#/0/Query/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false"
lowerBound="1" eType="#/0/Library"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
eType="#/0/OutPattern" containment="true" eOpposite="#/0/OutPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false"
eType="#/0/ActionBlock" containment="true" eOpposite="#/0/ActionBlock/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#/0/RuleVariableDeclaration" containment="true" eOpposite="#/0/RuleVariableDeclaration/rule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
eType="#/0/InPattern" containment="true" eOpposite="#/0/InPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/superRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false"
eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/0/MatchedRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#/1/Parameter"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/InPatternElement" containment="true"
eOpposite="#/0/InPatternElement/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#/0/OutPatternElement" containment="true" eOpposite="#/0/OutPatternElement/outPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/1/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/sourceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
lowerBound="1" eType="#/0/InPattern" eOpposite="#/0/InPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false"
upperBound="-1" eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/0/InPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false"
eType="#/0/InPatternElement" eOpposite="#/0/InPatternElement/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#/0/Binding" containment="true" eOpposite="#/0/Binding/outPatternElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="reverseBindings" upperBound="-1"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/bindings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false"
lowerBound="1" eType="#/0/Unit" eOpposite="#/0/Unit/libraries"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/actionBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl">
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false"
eType="#/1/PropertyCallExp" eOpposite="#/1/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
eType="#/1/CollectionExp" eOpposite="#/1/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false"
eType="#/1/OperationCallExp" eOpposite="#/1/OperationCallExp/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/initExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/variableExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/1/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1"
eType="#/1/TuplePart" containment="true" eOpposite="#/1/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false"
lowerBound="1" eType="#/1/TupleExp" eOpposite="#/1/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/MapElement" containment="true" eOpposite="#/1/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false"
lowerBound="1" eType="#/1/MapExp" eOpposite="#/1/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/Iterator" containment="true" eOpposite="#/1/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false"
eType="#/1/IterateExp" eOpposite="#/1/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false"
upperBound="-1" eType="#/1/VariableExp" eOpposite="#/1/VariableExp/referredVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
lowerBound="1" eType="#/1/Operation" eOpposite="#/1/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false"
eType="#/1/OclContextDefinition" eOpposite="#/1/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false"
eType="#/1/OclExpression" eOpposite="#/1/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false"
eType="#/1/CollectionType" eOpposite="#/1/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false"
eType="#/1/TupleTypeAttribute" eOpposite="#/1/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#/1/TupleTypeAttribute" containment="true" eOpposite="#/1/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false"
lowerBound="1" eType="#/1/TupleType" eOpposite="#/1/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
lowerBound="1" eType="#/1/OclFeature" containment="true" eOpposite="#/1/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
eType="#/1/OclContextDefinition" containment="true" eOpposite="#/1/OclContextDefinition/definition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/Parameter" containment="true" eOpposite="#/1/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#/1/OclModelElement" eOpposite="#/1/OclModelElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
upperBound="-1" eType="#/1/OclModel" eOpposite="#/1/OclModel/metamodel"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes"
nsPrefix="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"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/lolybc88/Mutations/mutations/metamodels/ATL.ecore | ecore | ATL
LocatedElement
location
commentsBefore
commentsAfter
Unit
libraries
name
Library
helpers
Query
body
helpers
Module
isRefining
inModels
outModels
elements
ModuleElement
module
Helper
query
library
definition
Rule
outPattern
actionBlock
variables
name
MatchedRule
inPattern
children
superRule
isAbstract
isRefining
isNoDefault
LazyMatchedRule
isUnique
CalledRule
parameters
isEntrypoint
isEndpoint
InPattern
elements
rule
filter
OutPattern
rule
elements
PatternElement
InPatternElement
mapsTo
inPattern
models
SimpleInPatternElement
OutPatternElement
outPattern
sourceElement
bindings
model
SimpleOutPatternElement
reverseBindings
ForEachOutPatternElement
collection
iterator
Binding
value
outPatternElement
propertyName
isAssignment
RuleVariableDeclaration
rule
LibraryRef
unit
name
ActionBlock
rule
statements
Statement
ExpressionStat
expression
BindingStat
source
propertyName
isAssignment
value
IfStat
condition
thenStatements
elseStatements
ForStat
iterator
collection
statements
OCL
OclExpression
type
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
owningAttribute
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
NavigationOrAttributeCallExp
name
OperationCallExp
arguments
operationName
OperatorCallExp
CollectionOperationCallExp
LoopExp
body
iterators
IterateExp
result
IteratorExp
name
LetExp
variable
in_
IfExp
thenExpression
condition
elseExpression
VariableDeclaration
id
varName
type
initExpression
letExp
baseExp
variableExp
Iterator
loopExpr
Parameter
operation
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
PrimitiveTypes
Boolean
boolean
boolean
Double
double
double
Integer
int
int
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"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":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":28,"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":29,"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":30,"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":31,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":32,"serializable":true,"eClass":"EDataType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"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":36,"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":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"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":40,"derived":false},{"id":41,"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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"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":45,"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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"id":49,"eClass":"EGenericType"},{"id":50,"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":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"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":52,"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":53,"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":54,"derived":false},{"container":false,"ordered":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":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":57,"serializable":true,"eClass":"EDataType"},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"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":"library","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"id":72,"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":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"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":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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":79,"derived":false},{"id":80,"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":81,"derived":false},{"id":82,"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":83,"derived":false},{"id":84,"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":85,"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":86,"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":87,"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":88,"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":89,"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":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"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":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"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":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"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":103,"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":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":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":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"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":121,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"id":123,"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":124,"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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"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":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":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":132,"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":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":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":"reverseBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"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":143,"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":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"id":148,"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":149,"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":150,"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":151,"derived":false},{"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"},{"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":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"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":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"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":171,"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":172,"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":173,"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":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"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":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":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":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":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"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":187,"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":188,"derived":false},{"container":false,"ordered":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":194,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":244,"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":245,"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":246,"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":247,"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":248,"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":249,"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":250,"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":251,"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":252,"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":253,"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":254,"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":255,"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":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"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":259,"derived":false},{"id":260,"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":261,"derived":false},{"id":262,"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":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":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":265,"derived":false},{"id":266,"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":267,"derived":false},{"id":268,"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":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":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":271,"derived":false},{"id":272,"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":273,"derived":false},{"id":274,"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":275,"derived":false},{"id":276,"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":277,"derived":false},{"id":278,"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":279,"derived":false},{"id":280,"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":281,"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":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"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":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"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":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"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":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"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":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":297,"serializable":true,"eClass":"EDataType"},{"id":298,"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":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":301,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":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":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"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":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":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":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"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":318,"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":319,"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":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"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":325,"derived":false},{"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},{"id":332,"eClass":"EGenericType"},{"id":333,"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":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"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":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"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":344,"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":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"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":348,"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":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"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":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"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":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"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":361,"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":362,"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":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"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":368,"derived":false},{"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":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":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"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":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"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":382,"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":383,"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":384,"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":385,"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":386,"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":387,"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":388,"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":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"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":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"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":396,"derived":false},{"id":397,"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":398,"derived":false},{"id":399,"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":400,"derived":false},{"id":401,"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":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"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":405,"derived":false},{"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"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"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":421,"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":422,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"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":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"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":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"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":438,"derived":false},{"id":439,"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":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"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":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"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":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"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":457,"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":458,"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":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes","name":"PrimitiveTypes","id":465,"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":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":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":29,"target":32},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":32},{"source":30,"target":32},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":32},{"source":31,"target":32},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":32},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":22},{"source":36,"target":39},{"source":36,"target":2},{"source":36,"target":40},{"source":39,"target":22},{"source":37,"target":32},{"source":37,"target":41},{"source":37,"target":2},{"source":41,"target":32},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":42},{"source":3,"target":43},{"source":42,"target":7},{"source":42,"target":44},{"source":42,"target":3},{"source":44,"target":7},{"source":43,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":45,"target":48},{"source":45,"target":49},{"source":45,"target":4},{"source":49,"target":48},{"source":46,"target":7},{"source":46,"target":50},{"source":46,"target":4},{"source":46,"target":51},{"source":50,"target":7},{"source":47,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":52},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":52,"target":57},{"source":52,"target":58},{"source":52,"target":5},{"source":58,"target":57},{"source":53,"target":59},{"source":53,"target":60},{"source":53,"target":5},{"source":60,"target":59},{"source":54,"target":59},{"source":54,"target":61},{"source":54,"target":5},{"source":61,"target":59},{"source":55,"target":6},{"source":55,"target":62},{"source":55,"target":5},{"source":55,"target":63},{"source":62,"target":6},{"source":56,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":63},{"source":6,"target":64},{"source":63,"target":5},{"source":63,"target":65},{"source":63,"target":6},{"source":63,"target":55},{"source":65,"target":5},{"source":64,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":51},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":51,"target":4},{"source":51,"target":69},{"source":51,"target":7},{"source":51,"target":46},{"source":69,"target":4},{"source":66,"target":3},{"source":66,"target":70},{"source":66,"target":7},{"source":70,"target":3},{"source":67,"target":71},{"source":67,"target":72},{"source":67,"target":7},{"source":72,"target":71},{"source":68,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":73,"target":13},{"source":73,"target":78},{"source":73,"target":8},{"source":73,"target":79},{"source":78,"target":13},{"source":74,"target":23},{"source":74,"target":80},{"source":74,"target":8},{"source":74,"target":81},{"source":80,"target":23},{"source":75,"target":21},{"source":75,"target":82},{"source":75,"target":8},{"source":75,"target":83},{"source":82,"target":21},{"source":76,"target":32},{"source":76,"target":84},{"source":76,"target":8},{"source":84,"target":32},{"source":77,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":85,"target":12},{"source":85,"target":92},{"source":85,"target":9},{"source":85,"target":93},{"source":92,"target":12},{"source":86,"target":9},{"source":86,"target":94},{"source":86,"target":9},{"source":86,"target":87},{"source":94,"target":9},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":9},{"source":87,"target":86},{"source":95,"target":9},{"source":88,"target":57},{"source":88,"target":96},{"source":88,"target":9},{"source":96,"target":57},{"source":89,"target":57},{"source":89,"target":97},{"source":89,"target":9},{"source":97,"target":57},{"source":90,"target":57},{"source":90,"target":98},{"source":90,"target":9},{"source":98,"target":57},{"source":91,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":99},{"source":10,"target":100},{"source":99,"target":57},{"source":99,"target":101},{"source":99,"target":10},{"source":101,"target":57},{"source":100,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":106},{"source":102,"target":107},{"source":102,"target":11},{"source":107,"target":106},{"source":103,"target":57},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":57},{"source":104,"target":57},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":57},{"source":105,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":110},{"source":12,"target":93},{"source":12,"target":111},{"source":12,"target":112},{"source":110,"target":15},{"source":110,"target":113},{"source":110,"target":12},{"source":110,"target":114},{"source":113,"target":15},{"source":93,"target":9},{"source":93,"target":115},{"source":93,"target":12},{"source":93,"target":85},{"source":115,"target":9},{"source":111,"target":48},{"source":111,"target":116},{"source":111,"target":12},{"source":116,"target":48},{"source":112,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":79},{"source":13,"target":117},{"source":13,"target":118},{"source":79,"target":8},{"source":79,"target":119},{"source":79,"target":13},{"source":79,"target":73},{"source":119,"target":8},{"source":117,"target":17},{"source":117,"target":120},{"source":117,"target":13},{"source":117,"target":121},{"source":120,"target":17},{"source":118,"target":1},{"source":14,"target":0},{"source":14,"target":122},{"source":14,"target":123},{"source":123,"target":122},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":124},{"source":15,"target":114},{"source":15,"target":125},{"source":15,"target":126},{"source":124,"target":17},{"source":124,"target":127},{"source":124,"target":15},{"source":124,"target":128},{"source":127,"target":17},{"source":114,"target":12},{"source":114,"target":129},{"source":114,"target":15},{"source":114,"target":110},{"source":129,"target":12},{"source":125,"target":59},{"source":125,"target":130},{"source":125,"target":15},{"source":130,"target":59},{"source":126,"target":14},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":131},{"source":131,"target":15},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":121},{"source":17,"target":128},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":134},{"source":121,"target":13},{"source":121,"target":135},{"source":121,"target":17},{"source":121,"target":117},{"source":135,"target":13},{"source":128,"target":15},{"source":128,"target":136},{"source":128,"target":17},{"source":128,"target":124},{"source":136,"target":15},{"source":132,"target":20},{"source":132,"target":137},{"source":132,"target":17},{"source":132,"target":138},{"source":137,"target":20},{"source":133,"target":59},{"source":133,"target":139},{"source":133,"target":17},{"source":139,"target":59},{"source":134,"target":14},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":140},{"source":18,"target":141},{"source":140,"target":48},{"source":140,"target":142},{"source":140,"target":18},{"source":142,"target":48},{"source":141,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":143,"target":48},{"source":143,"target":146},{"source":143,"target":19},{"source":146,"target":48},{"source":144,"target":147},{"source":144,"target":148},{"source":144,"target":19},{"source":148,"target":147},{"source":145,"target":17},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":149},{"source":20,"target":138},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":149,"target":48},{"source":149,"target":153},{"source":149,"target":20},{"source":153,"target":48},{"source":138,"target":17},{"source":138,"target":154},{"source":138,"target":20},{"source":138,"target":132},{"source":154,"target":17},{"source":150,"target":32},{"source":150,"target":155},{"source":150,"target":20},{"source":155,"target":32},{"source":151,"target":57},{"source":151,"target":156},{"source":151,"target":20},{"source":156,"target":57},{"source":152,"target":1},{"source":21,"target":0},{"source":21,"target":122},{"source":21,"target":83},{"source":21,"target":157},{"source":83,"target":8},{"source":83,"target":158},{"source":83,"target":21},{"source":83,"target":75},{"source":158,"target":8},{"source":157,"target":122},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":40},{"source":22,"target":159},{"source":22,"target":160},{"source":40,"target":2},{"source":40,"target":161},{"source":40,"target":22},{"source":40,"target":36},{"source":161,"target":2},{"source":159,"target":32},{"source":159,"target":162},{"source":159,"target":22},{"source":162,"target":32},{"source":160,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":81},{"source":23,"target":163},{"source":23,"target":164},{"source":81,"target":8},{"source":81,"target":165},{"source":81,"target":23},{"source":81,"target":74},{"source":165,"target":8},{"source":163,"target":24},{"source":163,"target":166},{"source":163,"target":23},{"source":166,"target":24},{"source":164,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":167},{"source":167,"target":1},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":168},{"source":25,"target":169},{"source":168,"target":48},{"source":168,"target":170},{"source":168,"target":25},{"source":170,"target":48},{"source":169,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":171},{"source":26,"target":172},{"source":26,"target":173},{"source":26,"target":174},{"source":26,"target":175},{"source":171,"target":48},{"source":171,"target":176},{"source":171,"target":26},{"source":176,"target":48},{"source":172,"target":32},{"source":172,"target":177},{"source":172,"target":26},{"source":177,"target":32},{"source":173,"target":57},{"source":173,"target":178},{"source":173,"target":26},{"source":178,"target":57},{"source":174,"target":48},{"source":174,"target":179},{"source":174,"target":26},{"source":179,"target":48},{"source":175,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":180},{"source":27,"target":181},{"source":27,"target":182},{"source":27,"target":183},{"source":180,"target":48},{"source":180,"target":184},{"source":180,"target":27},{"source":184,"target":48},{"source":181,"target":24},{"source":181,"target":185},{"source":181,"target":27},{"source":185,"target":24},{"source":182,"target":24},{"source":182,"target":186},{"source":182,"target":27},{"source":186,"target":24},{"source":183,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":187},{"source":28,"target":188},{"source":28,"target":189},{"source":28,"target":190},{"source":187,"target":147},{"source":187,"target":191},{"source":187,"target":28},{"source":191,"target":147},{"source":188,"target":48},{"source":188,"target":192},{"source":188,"target":28},{"source":192,"target":48},{"source":189,"target":24},{"source":189,"target":193},{"source":189,"target":28},{"source":193,"target":24},{"source":190,"target":24},{"source":194,"target":48},{"source":194,"target":195},{"source":194,"target":196},{"source":194,"target":197},{"source":194,"target":198},{"source":194,"target":199},{"source":194,"target":200},{"source":194,"target":201},{"source":194,"target":202},{"source":194,"target":203},{"source":194,"target":204},{"source":194,"target":205},{"source":194,"target":206},{"source":194,"target":207},{"source":194,"target":208},{"source":194,"target":209},{"source":194,"target":210},{"source":194,"target":211},{"source":194,"target":212},{"source":194,"target":213},{"source":194,"target":214},{"source":194,"target":215},{"source":194,"target":216},{"source":194,"target":217},{"source":194,"target":218},{"source":194,"target":219},{"source":194,"target":220},{"source":194,"target":221},{"source":194,"target":222},{"source":194,"target":223},{"source":194,"target":122},{"source":194,"target":147},{"source":194,"target":106},{"source":194,"target":224},{"source":194,"target":225},{"source":194,"target":226},{"source":194,"target":227},{"source":194,"target":228},{"source":194,"target":229},{"source":194,"target":230},{"source":194,"target":231},{"source":194,"target":232},{"source":194,"target":233},{"source":194,"target":234},{"source":194,"target":235},{"source":194,"target":236},{"source":194,"target":237},{"source":194,"target":238},{"source":194,"target":239},{"source":194,"target":240},{"source":194,"target":71},{"source":194,"target":241},{"source":194,"target":242},{"source":194,"target":243},{"source":194,"target":244},{"source":194,"target":59},{"source":48,"target":194},{"source":48,"target":1},{"source":48,"target":245},{"source":48,"target":246},{"source":48,"target":247},{"source":48,"target":248},{"source":48,"target":249},{"source":48,"target":250},{"source":48,"target":251},{"source":48,"target":252},{"source":48,"target":253},{"source":48,"target":254},{"source":48,"target":255},{"source":48,"target":256},{"source":48,"target":257},{"source":245,"target":225},{"source":245,"target":258},{"source":245,"target":48},{"source":245,"target":259},{"source":258,"target":225},{"source":246,"target":223},{"source":246,"target":260},{"source":246,"target":48},{"source":246,"target":261},{"source":260,"target":223},{"source":247,"target":214},{"source":247,"target":262},{"source":247,"target":48},{"source":247,"target":263},{"source":262,"target":214},{"source":248,"target":203},{"source":248,"target":264},{"source":248,"target":48},{"source":248,"target":265},{"source":264,"target":203},{"source":249,"target":222},{"source":249,"target":266},{"source":249,"target":48},{"source":249,"target":267},{"source":266,"target":222},{"source":250,"target":219},{"source":250,"target":268},{"source":250,"target":48},{"source":250,"target":269},{"source":268,"target":219},{"source":251,"target":216},{"source":251,"target":270},{"source":251,"target":48},{"source":251,"target":271},{"source":270,"target":216},{"source":252,"target":122},{"source":252,"target":272},{"source":252,"target":48},{"source":252,"target":273},{"source":272,"target":122},{"source":253,"target":223},{"source":253,"target":274},{"source":253,"target":48},{"source":253,"target":275},{"source":274,"target":223},{"source":254,"target":244},{"source":254,"target":276},{"source":254,"target":48},{"source":254,"target":277},{"source":276,"target":244},{"source":255,"target":223},{"source":255,"target":278},{"source":255,"target":48},{"source":255,"target":279},{"source":278,"target":223},{"source":256,"target":243},{"source":256,"target":280},{"source":256,"target":48},{"source":256,"target":281},{"source":280,"target":243},{"source":257,"target":1},{"source":195,"target":194},{"source":195,"target":48},{"source":195,"target":282},{"source":195,"target":283},{"source":282,"target":122},{"source":282,"target":284},{"source":282,"target":195},{"source":282,"target":285},{"source":284,"target":122},{"source":283,"target":48},{"source":196,"target":194},{"source":196,"target":48},{"source":196,"target":286},{"source":286,"target":48},{"source":197,"target":194},{"source":197,"target":48},{"source":197,"target":287},{"source":287,"target":48},{"source":198,"target":194},{"source":198,"target":197},{"source":198,"target":288},{"source":198,"target":289},{"source":288,"target":32},{"source":288,"target":290},{"source":288,"target":198},{"source":290,"target":32},{"source":289,"target":197},{"source":199,"target":194},{"source":199,"target":197},{"source":199,"target":291},{"source":199,"target":292},{"source":291,"target":57},{"source":291,"target":293},{"source":291,"target":199},{"source":293,"target":57},{"source":292,"target":197},{"source":200,"target":194},{"source":200,"target":197},{"source":200,"target":294},{"source":294,"target":197},{"source":201,"target":194},{"source":201,"target":200},{"source":201,"target":295},{"source":201,"target":296},{"source":295,"target":297},{"source":295,"target":298},{"source":295,"target":201},{"source":298,"target":297},{"source":296,"target":200},{"source":202,"target":194},{"source":202,"target":200},{"source":202,"target":299},{"source":202,"target":300},{"source":299,"target":301},{"source":299,"target":302},{"source":299,"target":202},{"source":302,"target":301},{"source":300,"target":200},{"source":203,"target":194},{"source":203,"target":48},{"source":203,"target":265},{"source":203,"target":303},{"source":265,"target":48},{"source":265,"target":304},{"source":265,"target":203},{"source":265,"target":248},{"source":304,"target":48},{"source":303,"target":48},{"source":204,"target":194},{"source":204,"target":203},{"source":204,"target":305},{"source":305,"target":203},{"source":205,"target":194},{"source":205,"target":203},{"source":205,"target":306},{"source":306,"target":203},{"source":206,"target":194},{"source":206,"target":203},{"source":206,"target":307},{"source":307,"target":203},{"source":207,"target":194},{"source":207,"target":203},{"source":207,"target":308},{"source":308,"target":203},{"source":208,"target":194},{"source":208,"target":48},{"source":208,"target":309},{"source":208,"target":310},{"source":309,"target":209},{"source":309,"target":311},{"source":309,"target":208},{"source":309,"target":312},{"source":311,"target":209},{"source":310,"target":48},{"source":209,"target":194},{"source":209,"target":122},{"source":209,"target":312},{"source":209,"target":313},{"source":312,"target":208},{"source":312,"target":314},{"source":312,"target":209},{"source":312,"target":309},{"source":314,"target":208},{"source":313,"target":122},{"source":210,"target":194},{"source":210,"target":48},{"source":210,"target":315},{"source":210,"target":316},{"source":315,"target":211},{"source":315,"target":317},{"source":315,"target":210},{"source":315,"target":318},{"source":317,"target":211},{"source":316,"target":48},{"source":211,"target":194},{"source":211,"target":1},{"source":211,"target":318},{"source":211,"target":319},{"source":211,"target":320},{"source":211,"target":321},{"source":318,"target":210},{"source":318,"target":322},{"source":318,"target":211},{"source":318,"target":315},{"source":322,"target":210},{"source":319,"target":48},{"source":319,"target":323},{"source":319,"target":211},{"source":323,"target":48},{"source":320,"target":48},{"source":320,"target":324},{"source":320,"target":211},{"source":324,"target":48},{"source":321,"target":1},{"source":212,"target":194},{"source":212,"target":48},{"source":212,"target":325},{"source":212,"target":326},{"source":325,"target":32},{"source":325,"target":327},{"source":325,"target":212},{"source":327,"target":32},{"source":326,"target":48},{"source":213,"target":194},{"source":213,"target":48},{"source":213,"target":328},{"source":328,"target":48},{"source":214,"target":194},{"source":214,"target":48},{"source":214,"target":263},{"source":214,"target":329},{"source":263,"target":48},{"source":263,"target":330},{"source":263,"target":214},{"source":263,"target":247},{"source":330,"target":48},{"source":329,"target":48},{"source":215,"target":194},{"source":215,"target":214},{"source":215,"target":331},{"source":215,"target":332},{"source":331,"target":32},{"source":331,"target":333},{"source":331,"target":215},{"source":333,"target":32},{"source":332,"target":214},{"source":216,"target":194},{"source":216,"target":214},{"source":216,"target":271},{"source":216,"target":334},{"source":216,"target":335},{"source":271,"target":48},{"source":271,"target":336},{"source":271,"target":216},{"source":271,"target":251},{"source":336,"target":48},{"source":334,"target":32},{"source":334,"target":337},{"source":334,"target":216},{"source":337,"target":32},{"source":335,"target":214},{"source":217,"target":194},{"source":217,"target":216},{"source":217,"target":338},{"source":338,"target":216},{"source":218,"target":194},{"source":218,"target":216},{"source":218,"target":339},{"source":339,"target":216},{"source":219,"target":194},{"source":219,"target":214},{"source":219,"target":269},{"source":219,"target":340},{"source":219,"target":341},{"source":269,"target":48},{"source":269,"target":342},{"source":269,"target":219},{"source":269,"target":250},{"source":342,"target":48},{"source":340,"target":147},{"source":340,"target":343},{"source":340,"target":219},{"source":340,"target":344},{"source":343,"target":147},{"source":341,"target":214},{"source":220,"target":194},{"source":220,"target":219},{"source":220,"target":345},{"source":220,"target":346},{"source":345,"target":122},{"source":345,"target":347},{"source":345,"target":220},{"source":345,"target":348},{"source":347,"target":122},{"source":346,"target":219},{"source":221,"target":194},{"source":221,"target":219},{"source":221,"target":349},{"source":221,"target":350},{"source":349,"target":32},{"source":349,"target":351},{"source":349,"target":221},{"source":351,"target":32},{"source":350,"target":219},{"source":222,"target":194},{"source":222,"target":48},{"source":222,"target":352},{"source":222,"target":267},{"source":222,"target":353},{"source":352,"target":122},{"source":352,"target":354},{"source":352,"target":222},{"source":352,"target":355},{"source":354,"target":122},{"source":267,"target":48},{"source":267,"target":356},{"source":267,"target":222},{"source":267,"target":249},{"source":356,"target":48},{"source":353,"target":48},{"source":223,"target":194},{"source":223,"target":48},{"source":223,"target":275},{"source":223,"target":279},{"source":223,"target":261},{"source":223,"target":357},{"source":275,"target":48},{"source":275,"target":358},{"source":275,"target":223},{"source":275,"target":253},{"source":358,"target":48},{"source":279,"target":48},{"source":279,"target":359},{"source":279,"target":223},{"source":279,"target":255},{"source":359,"target":48},{"source":261,"target":48},{"source":261,"target":360},{"source":261,"target":223},{"source":261,"target":246},{"source":360,"target":48},{"source":357,"target":48},{"source":122,"target":194},{"source":122,"target":1},{"source":122,"target":361},{"source":122,"target":362},{"source":122,"target":363},{"source":122,"target":273},{"source":122,"target":355},{"source":122,"target":348},{"source":122,"target":285},{"source":122,"target":364},{"source":361,"target":32},{"source":361,"target":365},{"source":361,"target":122},{"source":365,"target":32},{"source":362,"target":32},{"source":362,"target":366},{"source":362,"target":122},{"source":366,"target":32},{"source":363,"target":225},{"source":363,"target":367},{"source":363,"target":122},{"source":363,"target":368},{"source":367,"target":225},{"source":273,"target":48},{"source":273,"target":369},{"source":273,"target":122},{"source":273,"target":252},{"source":369,"target":48},{"source":355,"target":222},{"source":355,"target":370},{"source":355,"target":122},{"source":355,"target":352},{"source":370,"target":222},{"source":348,"target":220},{"source":348,"target":371},{"source":348,"target":122},{"source":348,"target":345},{"source":371,"target":220},{"source":285,"target":195},{"source":285,"target":372},{"source":285,"target":122},{"source":285,"target":282},{"source":372,"target":195},{"source":364,"target":1},{"source":147,"target":194},{"source":147,"target":122},{"source":147,"target":344},{"source":147,"target":373},{"source":344,"target":219},{"source":344,"target":374},{"source":344,"target":147},{"source":344,"target":340},{"source":374,"target":219},{"source":373,"target":122},{"source":106,"target":194},{"source":106,"target":122},{"source":106,"target":375},{"source":106,"target":376},{"source":375,"target":244},{"source":375,"target":377},{"source":375,"target":106},{"source":375,"target":378},{"source":377,"target":244},{"source":376,"target":122},{"source":224,"target":194},{"source":224,"target":225},{"source":224,"target":379},{"source":224,"target":380},{"source":379,"target":225},{"source":379,"target":381},{"source":379,"target":224},{"source":379,"target":382},{"source":381,"target":225},{"source":380,"target":225},{"source":225,"target":194},{"source":225,"target":48},{"source":225,"target":383},{"source":225,"target":384},{"source":225,"target":259},{"source":225,"target":385},{"source":225,"target":386},{"source":225,"target":387},{"source":225,"target":388},{"source":225,"target":382},{"source":225,"target":389},{"source":225,"target":368},{"source":225,"target":390},{"source":383,"target":32},{"source":383,"target":391},{"source":383,"target":225},{"source":391,"target":32},{"source":384,"target":241},{"source":384,"target":392},{"source":384,"target":225},{"source":384,"target":393},{"source":392,"target":241},{"source":259,"target":48},{"source":259,"target":394},{"source":259,"target":225},{"source":259,"target":245},{"source":394,"target":48},{"source":385,"target":244},{"source":385,"target":395},{"source":385,"target":225},{"source":385,"target":396},{"source":395,"target":244},{"source":386,"target":240},{"source":386,"target":397},{"source":386,"target":225},{"source":386,"target":398},{"source":397,"target":240},{"source":387,"target":243},{"source":387,"target":399},{"source":387,"target":225},{"source":387,"target":400},{"source":399,"target":243},{"source":388,"target":240},{"source":388,"target":401},{"source":388,"target":225},{"source":388,"target":402},{"source":401,"target":240},{"source":382,"target":224},{"source":382,"target":403},{"source":382,"target":225},{"source":382,"target":379},{"source":403,"target":224},{"source":389,"target":238},{"source":389,"target":404},{"source":389,"target":225},{"source":389,"target":405},{"source":404,"target":238},{"source":368,"target":122},{"source":368,"target":406},{"source":368,"target":225},{"source":368,"target":363},{"source":406,"target":122},{"source":390,"target":48},{"source":226,"target":194},{"source":226,"target":225},{"source":226,"target":407},{"source":407,"target":225},{"source":227,"target":194},{"source":227,"target":226},{"source":227,"target":408},{"source":408,"target":226},{"source":228,"target":194},{"source":228,"target":226},{"source":228,"target":409},{"source":409,"target":226},{"source":229,"target":194},{"source":229,"target":226},{"source":229,"target":410},{"source":410,"target":226},{"source":230,"target":194},{"source":230,"target":229},{"source":230,"target":411},{"source":411,"target":229},{"source":231,"target":194},{"source":231,"target":229},{"source":231,"target":412},{"source":412,"target":229},{"source":232,"target":194},{"source":232,"target":224},{"source":232,"target":413},{"source":413,"target":224},{"source":233,"target":194},{"source":233,"target":224},{"source":233,"target":414},{"source":414,"target":224},{"source":234,"target":194},{"source":234,"target":224},{"source":234,"target":415},{"source":415,"target":224},{"source":235,"target":194},{"source":235,"target":224},{"source":235,"target":416},{"source":416,"target":224},{"source":236,"target":194},{"source":236,"target":225},{"source":236,"target":417},{"source":417,"target":225},{"source":237,"target":194},{"source":237,"target":225},{"source":237,"target":418},{"source":237,"target":419},{"source":418,"target":238},{"source":418,"target":420},{"source":418,"target":237},{"source":418,"target":421},{"source":420,"target":238},{"source":419,"target":225},{"source":238,"target":194},{"source":238,"target":1},{"source":238,"target":405},{"source":238,"target":421},{"source":238,"target":422},{"source":238,"target":423},{"source":405,"target":225},{"source":405,"target":424},{"source":405,"target":238},{"source":405,"target":389},{"source":424,"target":225},{"source":421,"target":237},{"source":421,"target":425},{"source":421,"target":238},{"source":421,"target":418},{"source":425,"target":237},{"source":422,"target":32},{"source":422,"target":426},{"source":422,"target":238},{"source":426,"target":32},{"source":423,"target":1},{"source":239,"target":194},{"source":239,"target":225},{"source":239,"target":427},{"source":239,"target":428},{"source":427,"target":59},{"source":427,"target":429},{"source":427,"target":239},{"source":427,"target":430},{"source":429,"target":59},{"source":428,"target":225},{"source":240,"target":194},{"source":240,"target":225},{"source":240,"target":398},{"source":240,"target":402},{"source":240,"target":431},{"source":398,"target":225},{"source":398,"target":432},{"source":398,"target":240},{"source":398,"target":386},{"source":432,"target":225},{"source":402,"target":225},{"source":402,"target":433},{"source":402,"target":240},{"source":402,"target":388},{"source":433,"target":225},{"source":431,"target":225},{"source":71,"target":194},{"source":71,"target":1},{"source":71,"target":434},{"source":71,"target":435},{"source":71,"target":436},{"source":434,"target":242},{"source":434,"target":437},{"source":434,"target":71},{"source":434,"target":438},{"source":437,"target":242},{"source":435,"target":241},{"source":435,"target":439},{"source":435,"target":71},{"source":435,"target":440},{"source":439,"target":241},{"source":436,"target":1},{"source":241,"target":194},{"source":241,"target":1},{"source":241,"target":440},{"source":241,"target":393},{"source":241,"target":441},{"source":440,"target":71},{"source":440,"target":442},{"source":440,"target":241},{"source":440,"target":435},{"source":442,"target":71},{"source":393,"target":225},{"source":393,"target":443},{"source":393,"target":241},{"source":393,"target":384},{"source":443,"target":225},{"source":441,"target":1},{"source":242,"target":194},{"source":242,"target":1},{"source":242,"target":438},{"source":242,"target":444},{"source":438,"target":71},{"source":438,"target":445},{"source":438,"target":242},{"source":438,"target":434},{"source":445,"target":71},{"source":444,"target":1},{"source":243,"target":194},{"source":243,"target":242},{"source":243,"target":446},{"source":243,"target":281},{"source":243,"target":400},{"source":243,"target":447},{"source":446,"target":32},{"source":446,"target":448},{"source":446,"target":243},{"source":448,"target":32},{"source":281,"target":48},{"source":281,"target":449},{"source":281,"target":243},{"source":281,"target":256},{"source":449,"target":48},{"source":400,"target":225},{"source":400,"target":450},{"source":400,"target":243},{"source":400,"target":387},{"source":450,"target":225},{"source":447,"target":242},{"source":244,"target":194},{"source":244,"target":242},{"source":244,"target":451},{"source":244,"target":378},{"source":244,"target":396},{"source":244,"target":277},{"source":244,"target":452},{"source":451,"target":32},{"source":451,"target":453},{"source":451,"target":244},{"source":453,"target":32},{"source":378,"target":106},{"source":378,"target":454},{"source":378,"target":244},{"source":378,"target":375},{"source":454,"target":106},{"source":396,"target":225},{"source":396,"target":455},{"source":396,"target":244},{"source":396,"target":385},{"source":455,"target":225},{"source":277,"target":48},{"source":277,"target":456},{"source":277,"target":244},{"source":277,"target":254},{"source":456,"target":48},{"source":452,"target":242},{"source":59,"target":194},{"source":59,"target":1},{"source":59,"target":457},{"source":59,"target":458},{"source":59,"target":430},{"source":59,"target":459},{"source":59,"target":460},{"source":457,"target":32},{"source":457,"target":461},{"source":457,"target":59},{"source":461,"target":32},{"source":458,"target":59},{"source":458,"target":462},{"source":458,"target":59},{"source":458,"target":459},{"source":462,"target":59},{"source":430,"target":239},{"source":430,"target":463},{"source":430,"target":59},{"source":430,"target":427},{"source":463,"target":239},{"source":459,"target":59},{"source":459,"target":464},{"source":459,"target":59},{"source":459,"target":458},{"source":464,"target":59},{"source":460,"target":1},{"source":465,"target":57},{"source":465,"target":297},{"source":465,"target":301},{"source":465,"target":32},{"source":57,"target":465},{"source":297,"target":465},{"source":301,"target":465},{"source":32,"target":465}],"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget">
<eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" upperBound="-1"
eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<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="Namespace" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsDataSet1subsetRequiresDifferentName.ecore | ecore | UML2
Include
DurationConstraint
LinkAction
AnyTrigger
BehavioredClassifier
StartOwnedBehaviorAction
LoopNode
FinalState
ExecutionOccurrence
ReadLinkObjectEndQualifierAction
TimeObservationAction
Vertex
CollaborationOccurrence
Abstraction
Association
Extension
Activity
InputPin
TestIdentityAction
BroadcastSignalAction
Interval
FinalNode
AcceptCallAction
CallOperationAction
Action
OpaqueExpression
Artifact
Implementation
Realization
ValueSpecification
Deployment
Transition
ProtocolStateMachine
Constraint
LiteralSpecification
ObjectFlow
PrimitiveFunction
GeneralizationSet
ExtensionEnd
ExecutionEnvironment
Connector
InstanceValue
ExecutableNode
InformationFlow
Stereotype
Device
PackageableElement
ControlNode
StateMachine
InstanceSpecification
VariableAction
Class
SendObjectAction
ParameterSet
MessageTrigger
Trigger
Enumeration
ReadSelfAction
ClearVariableAction
ActivityParameterNode
ActivityEdge
ClearStructuralFeatureAction
ActivityFinalNode
ExpansionRegion
ClearAssociationAction
InvocationAction
ValuePin
CallTrigger
SendSignalAction
Extend
Pin
ReadLinkObjectEndAction
Gate
Port
ControlFlow
Type
LiteralString
CreateLinkAction
ReadStructuralFeatureAction
AddVariableValueAction
CreateLinkObjectAction
ReadExtentAction
TypedElement
Property
subsettedProperty
NamedElement
name
Namespace
Classifier
Manifestation
ReclassifyObjectAction
Interface
ConditionalNode
CommunicationPath
InteractionOperand
ReadLinkAction
InteractionFragment
OutputPin
Variable
Expression
Usage
DurationInterval
DestroyLinkAction
StructuredActivityNode
Node
StructuralFeatureAction
Package
Interaction
Continuation
RemoveVariableValueAction
TimeConstraint
Signal
ConnectionPointReference
ChangeTrigger
FlowFinalNode
DecisionNode
EventOccurrence
ExpansionNode
CombinedFragment
PrimitiveType
ParameterableClassifier
LiteralNull
ActivityNode
AssociationClass
Stop
Permission
LiteralBoolean
GeneralOrdering
Message
Actor
Operation
ActivityPartition
Substitution
ProtocolTransition
ConnectableElement
RedefinableTemplateSignature
Behavior
ReadVariableAction
TemplateableClassifier
TimeExpression
BehavioralFeature
CentralBufferNode
Collaboration
Component
MergeNode
InitialNode
Feature
AcceptEventAction
IntervalConstraint
ExtensionPoint
DataStoreNode
LiteralInteger
InteractionConstraint
DestroyObjectAction
EnumerationLiteral
Model
WriteVariableAction
SignalTrigger
Lifeline
State
ReadIsClassifiedObjectAction
Parameter
Reception
DeploymentTarget
RemoveStructuralFeatureValueAction
DeploymentSpecification
WriteLinkAction
MessageEnd
Region
InformationItem
PartDecomposition
AddStructuralFeatureValueAction
LiteralUnlimitedNatural
WriteStructuralFeatureAction
Dependency
ApplyFunctionAction
StructuralFeature
DurationObservationAction
InteractionOccurrence
RedefinableElement
CallBehaviorAction
DataType
Pseudostate
StructuredClassifier
EncapsulatedClassifier
ForkNode
Profile
UseCase
Duration
TimeTrigger
StateInvariant
ObjectNode
RaiseExceptionAction
CreateObjectAction
DeployedArtifact
JoinNode
CallAction
TimeInterval
ReplyAction | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"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"},{"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"},{"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"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"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"},{"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"},{"id":284,"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":"subsettedProperty","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"},{"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":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"},{"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"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"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"},{"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"},{"id":345,"eClass":"EGenericType"},{"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"},{"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"},{"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"},{"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"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"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"},{"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"}],"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":1,"target":0},{"source":1,"target":85},{"source":1,"target":198},{"source":198,"target":85},{"source":2,"target":0},{"source":2,"target":147},{"source":2,"target":199},{"source":199,"target":147},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":200},{"source":200,"target":25},{"source":4,"target":0},{"source":4,"target":55},{"source":4,"target":201},{"source":201,"target":55},{"source":5,"target":0},{"source":5,"target":87},{"source":5,"target":202},{"source":202,"target":87},{"source":6,"target":0},{"source":6,"target":25},{"source":6,"target":203},{"source":203,"target":25},{"source":7,"target":0},{"source":7,"target":102},{"source":7,"target":204},{"source":204,"target":102},{"source":8,"target":0},{"source":8,"target":158},{"source":8,"target":205},{"source":205,"target":158},{"source":9,"target":0},{"source":9,"target":95},{"source":9,"target":206},{"source":206,"target":95},{"source":10,"target":0},{"source":10,"target":25},{"source":10,"target":207},{"source":207,"target":25},{"source":11,"target":0},{"source":11,"target":172},{"source":11,"target":208},{"source":208,"target":172},{"source":12,"target":0},{"source":12,"target":85},{"source":12,"target":209},{"source":209,"target":85},{"source":13,"target":0},{"source":13,"target":85},{"source":13,"target":210},{"source":210,"target":85},{"source":14,"target":0},{"source":14,"target":173},{"source":14,"target":211},{"source":211,"target":173},{"source":15,"target":0},{"source":15,"target":87},{"source":15,"target":212},{"source":212,"target":87},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":213},{"source":213,"target":15},{"source":17,"target":0},{"source":17,"target":135},{"source":17,"target":214},{"source":214,"target":135},{"source":18,"target":0},{"source":18,"target":71},{"source":18,"target":215},{"source":215,"target":71},{"source":19,"target":0},{"source":19,"target":25},{"source":19,"target":216},{"source":216,"target":25},{"source":20,"target":0},{"source":20,"target":66},{"source":20,"target":217},{"source":217,"target":66},{"source":21,"target":0},{"source":21,"target":30},{"source":21,"target":218},{"source":218,"target":30},{"source":22,"target":0},{"source":22,"target":48},{"source":22,"target":219},{"source":219,"target":48},{"source":23,"target":0},{"source":23,"target":146},{"source":23,"target":220},{"source":220,"target":146},{"source":24,"target":0},{"source":24,"target":195},{"source":24,"target":221},{"source":221,"target":195},{"source":25,"target":0},{"source":25,"target":43},{"source":25,"target":222},{"source":222,"target":43},{"source":26,"target":0},{"source":26,"target":30},{"source":26,"target":223},{"source":223,"target":30},{"source":27,"target":0},{"source":27,"target":87},{"source":27,"target":193},{"source":27,"target":224},{"source":27,"target":225},{"source":224,"target":87},{"source":225,"target":193},{"source":28,"target":0},{"source":28,"target":29},{"source":28,"target":226},{"source":226,"target":29},{"source":29,"target":0},{"source":29,"target":14},{"source":29,"target":227},{"source":227,"target":14},{"source":30,"target":0},{"source":30,"target":83},{"source":30,"target":228},{"source":228,"target":83},{"source":31,"target":0},{"source":31,"target":173},{"source":31,"target":229},{"source":229,"target":173},{"source":32,"target":0},{"source":32,"target":178},{"source":32,"target":230},{"source":230,"target":178},{"source":33,"target":0},{"source":33,"target":49},{"source":33,"target":231},{"source":231,"target":49},{"source":34,"target":0},{"source":34,"target":47},{"source":34,"target":232},{"source":232,"target":47},{"source":35,"target":0},{"source":35,"target":30},{"source":35,"target":233},{"source":233,"target":30},{"source":36,"target":0},{"source":36,"target":61},{"source":36,"target":234},{"source":234,"target":61},{"source":37,"target":0},{"source":37,"target":47},{"source":37,"target":235},{"source":235,"target":47},{"source":38,"target":0},{"source":38,"target":47},{"source":38,"target":236},{"source":236,"target":47},{"source":39,"target":0},{"source":39,"target":84},{"source":39,"target":237},{"source":237,"target":84},{"source":40,"target":0},{"source":40,"target":103},{"source":40,"target":238},{"source":238,"target":103},{"source":41,"target":0},{"source":41,"target":145},{"source":41,"target":239},{"source":239,"target":145},{"source":42,"target":0},{"source":42,"target":30},{"source":42,"target":240},{"source":240,"target":30},{"source":43,"target":0},{"source":43,"target":121},{"source":43,"target":241},{"source":241,"target":121},{"source":44,"target":0},{"source":44,"target":47},{"source":44,"target":242},{"source":242,"target":47},{"source":45,"target":0},{"source":45,"target":52},{"source":45,"target":243},{"source":243,"target":52},{"source":46,"target":0},{"source":46,"target":103},{"source":46,"target":244},{"source":244,"target":103},{"source":47,"target":0},{"source":47,"target":85},{"source":47,"target":245},{"source":245,"target":85},{"source":48,"target":0},{"source":48,"target":121},{"source":48,"target":246},{"source":246,"target":121},{"source":49,"target":0},{"source":49,"target":135},{"source":49,"target":247},{"source":247,"target":135},{"source":50,"target":0},{"source":50,"target":47},{"source":50,"target":162},{"source":50,"target":193},{"source":50,"target":248},{"source":50,"target":249},{"source":50,"target":250},{"source":248,"target":47},{"source":249,"target":162},{"source":250,"target":193},{"source":51,"target":0},{"source":51,"target":25},{"source":51,"target":251},{"source":251,"target":25},{"source":52,"target":0},{"source":52,"target":5},{"source":52,"target":183},{"source":52,"target":252},{"source":52,"target":253},{"source":252,"target":5},{"source":253,"target":183},{"source":53,"target":0},{"source":53,"target":66},{"source":53,"target":254},{"source":254,"target":66},{"source":54,"target":0},{"source":54,"target":85},{"source":54,"target":255},{"source":255,"target":85},{"source":55,"target":0},{"source":55,"target":56},{"source":55,"target":256},{"source":256,"target":56},{"source":56,"target":0},{"source":56,"target":85},{"source":56,"target":257},{"source":257,"target":85},{"source":57,"target":0},{"source":57,"target":180},{"source":57,"target":258},{"source":258,"target":180},{"source":58,"target":0},{"source":58,"target":25},{"source":58,"target":259},{"source":259,"target":25},{"source":59,"target":0},{"source":59,"target":51},{"source":59,"target":260},{"source":260,"target":51},{"source":60,"target":0},{"source":60,"target":190},{"source":60,"target":261},{"source":261,"target":190},{"source":61,"target":0},{"source":61,"target":178},{"source":61,"target":262},{"source":262,"target":178},{"source":62,"target":0},{"source":62,"target":104},{"source":62,"target":263},{"source":263,"target":104},{"source":63,"target":0},{"source":63,"target":22},{"source":63,"target":264},{"source":264,"target":22},{"source":64,"target":0},{"source":64,"target":102},{"source":64,"target":265},{"source":265,"target":102},{"source":65,"target":0},{"source":65,"target":25},{"source":65,"target":266},{"source":266,"target":25},{"source":66,"target":0},{"source":66,"target":25},{"source":66,"target":267},{"source":267,"target":25},{"source":67,"target":0},{"source":67,"target":18},{"source":67,"target":268},{"source":268,"target":18},{"source":68,"target":0},{"source":68,"target":55},{"source":68,"target":269},{"source":269,"target":55},{"source":69,"target":0},{"source":69,"target":66},{"source":69,"target":270},{"source":270,"target":66},{"source":70,"target":0},{"source":70,"target":85},{"source":70,"target":271},{"source":271,"target":85},{"source":71,"target":0},{"source":71,"target":190},{"source":71,"target":272},{"source":272,"target":190},{"source":72,"target":0},{"source":72,"target":25},{"source":72,"target":273},{"source":273,"target":25},{"source":73,"target":0},{"source":73,"target":166},{"source":73,"target":274},{"source":274,"target":166},{"source":74,"target":0},{"source":74,"target":84},{"source":74,"target":275},{"source":275,"target":84},{"source":75,"target":0},{"source":75,"target":61},{"source":75,"target":276},{"source":276,"target":61},{"source":76,"target":0},{"source":76,"target":47},{"source":76,"target":277},{"source":277,"target":47},{"source":77,"target":0},{"source":77,"target":35},{"source":77,"target":278},{"source":278,"target":35},{"source":78,"target":0},{"source":78,"target":165},{"source":78,"target":279},{"source":279,"target":165},{"source":79,"target":0},{"source":79,"target":104},{"source":79,"target":280},{"source":280,"target":104},{"source":80,"target":0},{"source":80,"target":155},{"source":80,"target":281},{"source":281,"target":155},{"source":81,"target":0},{"source":81,"target":78},{"source":81,"target":282},{"source":282,"target":78},{"source":82,"target":0},{"source":82,"target":25},{"source":82,"target":283},{"source":283,"target":25},{"source":83,"target":0},{"source":83,"target":85},{"source":83,"target":284},{"source":284,"target":85},{"source":84,"target":0},{"source":84,"target":175},{"source":84,"target":133},{"source":84,"target":162},{"source":84,"target":285},{"source":84,"target":286},{"source":84,"target":287},{"source":84,"target":288},{"source":285,"target":84},{"source":285,"target":289},{"source":285,"target":84},{"source":289,"target":84},{"source":286,"target":175},{"source":287,"target":133},{"source":288,"target":162},{"source":85,"target":0},{"source":85,"target":290},{"source":290,"target":291},{"source":290,"target":85},{"source":86,"target":0},{"source":86,"target":85},{"source":86,"target":292},{"source":292,"target":85},{"source":87,"target":0},{"source":87,"target":86},{"source":87,"target":76},{"source":87,"target":178},{"source":87,"target":293},{"source":87,"target":294},{"source":87,"target":295},{"source":293,"target":86},{"source":294,"target":76},{"source":295,"target":178},{"source":88,"target":0},{"source":88,"target":14},{"source":88,"target":296},{"source":296,"target":14},{"source":89,"target":0},{"source":89,"target":25},{"source":89,"target":297},{"source":297,"target":25},{"source":90,"target":0},{"source":90,"target":87},{"source":90,"target":298},{"source":298,"target":87},{"source":91,"target":0},{"source":91,"target":102},{"source":91,"target":299},{"source":299,"target":102},{"source":92,"target":0},{"source":92,"target":15},{"source":92,"target":300},{"source":300,"target":15},{"source":93,"target":0},{"source":93,"target":86},{"source":93,"target":95},{"source":93,"target":301},{"source":93,"target":302},{"source":301,"target":86},{"source":302,"target":95},{"source":94,"target":0},{"source":94,"target":3},{"source":94,"target":303},{"source":303,"target":3},{"source":95,"target":0},{"source":95,"target":85},{"source":95,"target":304},{"source":304,"target":85},{"source":96,"target":0},{"source":96,"target":71},{"source":96,"target":305},{"source":305,"target":71},{"source":97,"target":0},{"source":97,"target":133},{"source":97,"target":83},{"source":97,"target":306},{"source":97,"target":307},{"source":306,"target":133},{"source":307,"target":83},{"source":98,"target":0},{"source":98,"target":26},{"source":98,"target":308},{"source":308,"target":26},{"source":99,"target":0},{"source":99,"target":173},{"source":99,"target":309},{"source":309,"target":173},{"source":100,"target":0},{"source":100,"target":21},{"source":100,"target":310},{"source":310,"target":21},{"source":101,"target":0},{"source":101,"target":165},{"source":101,"target":311},{"source":311,"target":165},{"source":102,"target":0},{"source":102,"target":25},{"source":102,"target":86},{"source":102,"target":312},{"source":102,"target":313},{"source":312,"target":25},{"source":313,"target":86},{"source":103,"target":0},{"source":103,"target":52},{"source":103,"target":162},{"source":103,"target":314},{"source":103,"target":315},{"source":314,"target":52},{"source":315,"target":162},{"source":104,"target":0},{"source":104,"target":25},{"source":104,"target":316},{"source":316,"target":25},{"source":105,"target":0},{"source":105,"target":86},{"source":105,"target":47},{"source":105,"target":317},{"source":105,"target":318},{"source":317,"target":86},{"source":318,"target":47},{"source":106,"target":0},{"source":106,"target":135},{"source":106,"target":95},{"source":106,"target":319},{"source":106,"target":320},{"source":319,"target":135},{"source":320,"target":95},{"source":107,"target":0},{"source":107,"target":95},{"source":107,"target":321},{"source":321,"target":95},{"source":108,"target":0},{"source":108,"target":155},{"source":108,"target":322},{"source":322,"target":155},{"source":109,"target":0},{"source":109,"target":147},{"source":109,"target":323},{"source":323,"target":147},{"source":110,"target":0},{"source":110,"target":87},{"source":110,"target":324},{"source":324,"target":87},{"source":111,"target":0},{"source":111,"target":12},{"source":111,"target":325},{"source":325,"target":12},{"source":112,"target":0},{"source":112,"target":56},{"source":112,"target":326},{"source":326,"target":56},{"source":113,"target":0},{"source":113,"target":22},{"source":113,"target":327},{"source":327,"target":22},{"source":114,"target":0},{"source":114,"target":48},{"source":114,"target":328},{"source":328,"target":48},{"source":115,"target":0},{"source":115,"target":95},{"source":115,"target":166},{"source":115,"target":329},{"source":115,"target":330},{"source":329,"target":95},{"source":330,"target":166},{"source":116,"target":0},{"source":116,"target":190},{"source":116,"target":331},{"source":331,"target":190},{"source":117,"target":0},{"source":117,"target":95},{"source":117,"target":332},{"source":332,"target":95},{"source":118,"target":0},{"source":118,"target":180},{"source":118,"target":333},{"source":333,"target":180},{"source":119,"target":0},{"source":119,"target":87},{"source":119,"target":334},{"source":334,"target":87},{"source":120,"target":0},{"source":120,"target":35},{"source":120,"target":335},{"source":335,"target":35},{"source":121,"target":0},{"source":121,"target":178},{"source":121,"target":336},{"source":336,"target":178},{"source":122,"target":0},{"source":122,"target":52},{"source":122,"target":15},{"source":122,"target":337},{"source":122,"target":338},{"source":337,"target":52},{"source":338,"target":15},{"source":123,"target":0},{"source":123,"target":115},{"source":123,"target":339},{"source":339,"target":115},{"source":124,"target":0},{"source":124,"target":173},{"source":124,"target":340},{"source":340,"target":173},{"source":125,"target":0},{"source":125,"target":35},{"source":125,"target":341},{"source":341,"target":35},{"source":126,"target":0},{"source":126,"target":85},{"source":126,"target":342},{"source":342,"target":85},{"source":127,"target":0},{"source":127,"target":85},{"source":127,"target":343},{"source":343,"target":85},{"source":128,"target":0},{"source":128,"target":87},{"source":128,"target":344},{"source":344,"target":87},{"source":129,"target":0},{"source":129,"target":139},{"source":129,"target":83},{"source":129,"target":345},{"source":129,"target":346},{"source":345,"target":139},{"source":346,"target":83},{"source":130,"target":0},{"source":130,"target":85},{"source":130,"target":347},{"source":347,"target":85},{"source":131,"target":0},{"source":131,"target":29},{"source":131,"target":348},{"source":348,"target":29},{"source":132,"target":0},{"source":132,"target":32},{"source":132,"target":349},{"source":349,"target":32},{"source":133,"target":0},{"source":133,"target":85},{"source":133,"target":350},{"source":350,"target":85},{"source":134,"target":0},{"source":134,"target":178},{"source":134,"target":351},{"source":351,"target":178},{"source":135,"target":0},{"source":135,"target":52},{"source":135,"target":352},{"source":352,"target":52},{"source":136,"target":0},{"source":136,"target":51},{"source":136,"target":353},{"source":353,"target":51},{"source":137,"target":0},{"source":137,"target":87},{"source":137,"target":354},{"source":354,"target":87},{"source":138,"target":0},{"source":138,"target":30},{"source":138,"target":355},{"source":355,"target":30},{"source":139,"target":0},{"source":139,"target":86},{"source":139,"target":145},{"source":139,"target":356},{"source":139,"target":357},{"source":356,"target":86},{"source":357,"target":145},{"source":140,"target":0},{"source":140,"target":190},{"source":140,"target":358},{"source":358,"target":190},{"source":141,"target":0},{"source":141,"target":5},{"source":141,"target":182},{"source":141,"target":359},{"source":141,"target":360},{"source":359,"target":5},{"source":360,"target":182},{"source":142,"target":0},{"source":142,"target":52},{"source":142,"target":361},{"source":361,"target":52},{"source":143,"target":0},{"source":143,"target":48},{"source":143,"target":362},{"source":362,"target":48},{"source":144,"target":0},{"source":144,"target":48},{"source":144,"target":363},{"source":363,"target":48},{"source":145,"target":0},{"source":145,"target":178},{"source":145,"target":364},{"source":364,"target":178},{"source":146,"target":0},{"source":146,"target":25},{"source":146,"target":365},{"source":365,"target":25},{"source":147,"target":0},{"source":147,"target":34},{"source":147,"target":366},{"source":366,"target":34},{"source":148,"target":0},{"source":148,"target":178},{"source":148,"target":367},{"source":367,"target":178},{"source":149,"target":0},{"source":149,"target":140},{"source":149,"target":368},{"source":368,"target":140},{"source":150,"target":0},{"source":150,"target":35},{"source":150,"target":369},{"source":369,"target":35},{"source":151,"target":0},{"source":151,"target":34},{"source":151,"target":370},{"source":370,"target":34},{"source":152,"target":0},{"source":152,"target":25},{"source":152,"target":371},{"source":371,"target":25},{"source":153,"target":0},{"source":153,"target":50},{"source":153,"target":372},{"source":372,"target":50},{"source":154,"target":0},{"source":154,"target":105},{"source":154,"target":373},{"source":373,"target":105},{"source":155,"target":0},{"source":155,"target":51},{"source":155,"target":374},{"source":374,"target":51},{"source":156,"target":0},{"source":156,"target":55},{"source":156,"target":375},{"source":375,"target":55},{"source":157,"target":0},{"source":157,"target":85},{"source":157,"target":376},{"source":376,"target":85},{"source":158,"target":0},{"source":158,"target":86},{"source":158,"target":178},{"source":158,"target":12},{"source":158,"target":377},{"source":158,"target":378},{"source":158,"target":379},{"source":377,"target":86},{"source":378,"target":178},{"source":379,"target":12},{"source":159,"target":0},{"source":159,"target":25},{"source":159,"target":380},{"source":380,"target":25},{"source":160,"target":0},{"source":160,"target":133},{"source":160,"target":83},{"source":160,"target":381},{"source":160,"target":382},{"source":381,"target":133},{"source":382,"target":83},{"source":161,"target":0},{"source":161,"target":139},{"source":161,"target":383},{"source":383,"target":139},{"source":162,"target":0},{"source":162,"target":85},{"source":162,"target":384},{"source":384,"target":85},{"source":163,"target":0},{"source":163,"target":172},{"source":163,"target":385},{"source":385,"target":172},{"source":164,"target":0},{"source":164,"target":27},{"source":164,"target":386},{"source":386,"target":27},{"source":165,"target":0},{"source":165,"target":3},{"source":165,"target":387},{"source":387,"target":3},{"source":166,"target":0},{"source":166,"target":85},{"source":166,"target":388},{"source":388,"target":85},{"source":167,"target":0},{"source":167,"target":86},{"source":167,"target":178},{"source":167,"target":389},{"source":167,"target":390},{"source":389,"target":86},{"source":390,"target":178},{"source":168,"target":0},{"source":168,"target":87},{"source":168,"target":391},{"source":391,"target":87},{"source":169,"target":0},{"source":169,"target":177},{"source":169,"target":392},{"source":392,"target":177},{"source":170,"target":0},{"source":170,"target":172},{"source":170,"target":393},{"source":393,"target":172},{"source":171,"target":0},{"source":171,"target":35},{"source":171,"target":394},{"source":394,"target":35},{"source":172,"target":0},{"source":172,"target":104},{"source":172,"target":395},{"source":395,"target":104},{"source":173,"target":0},{"source":173,"target":47},{"source":173,"target":396},{"source":396,"target":47},{"source":174,"target":0},{"source":174,"target":25},{"source":174,"target":397},{"source":397,"target":25},{"source":175,"target":0},{"source":175,"target":145},{"source":175,"target":83},{"source":175,"target":398},{"source":175,"target":399},{"source":398,"target":145},{"source":399,"target":83},{"source":176,"target":0},{"source":176,"target":172},{"source":176,"target":400},{"source":400,"target":172},{"source":177,"target":0},{"source":177,"target":95},{"source":177,"target":401},{"source":401,"target":95},{"source":178,"target":0},{"source":178,"target":85},{"source":178,"target":402},{"source":402,"target":85},{"source":179,"target":0},{"source":179,"target":195},{"source":179,"target":403},{"source":403,"target":195},{"source":180,"target":0},{"source":180,"target":87},{"source":180,"target":404},{"source":404,"target":87},{"source":181,"target":0},{"source":181,"target":12},{"source":181,"target":405},{"source":405,"target":12},{"source":182,"target":0},{"source":182,"target":87},{"source":182,"target":406},{"source":406,"target":87},{"source":183,"target":0},{"source":183,"target":182},{"source":183,"target":407},{"source":407,"target":182},{"source":184,"target":0},{"source":184,"target":48},{"source":184,"target":408},{"source":408,"target":48},{"source":185,"target":0},{"source":185,"target":105},{"source":185,"target":409},{"source":409,"target":105},{"source":186,"target":0},{"source":186,"target":5},{"source":186,"target":410},{"source":410,"target":5},{"source":187,"target":0},{"source":187,"target":30},{"source":187,"target":411},{"source":411,"target":30},{"source":188,"target":0},{"source":188,"target":56},{"source":188,"target":412},{"source":412,"target":56},{"source":189,"target":0},{"source":189,"target":95},{"source":189,"target":413},{"source":413,"target":95},{"source":190,"target":0},{"source":190,"target":121},{"source":190,"target":83},{"source":190,"target":414},{"source":190,"target":415},{"source":414,"target":121},{"source":415,"target":83},{"source":191,"target":0},{"source":191,"target":25},{"source":191,"target":416},{"source":416,"target":25},{"source":192,"target":0},{"source":192,"target":25},{"source":192,"target":417},{"source":417,"target":25},{"source":193,"target":0},{"source":193,"target":85},{"source":193,"target":418},{"source":418,"target":85},{"source":194,"target":0},{"source":194,"target":48},{"source":194,"target":419},{"source":419,"target":48},{"source":195,"target":0},{"source":195,"target":66},{"source":195,"target":420},{"source":420,"target":66},{"source":196,"target":0},{"source":196,"target":21},{"source":196,"target":421},{"source":421,"target":21},{"source":197,"target":0},{"source":197,"target":25},{"source":197,"target":422},{"source":422,"target":25}],"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="chess" nsURI="http://eclipse.org/graphiti/examples/chess" nsPrefix="chess">
<eClassifiers xsi:type="ecore:EClass" name="Board">
<eOperations name="getSquare" lowerBound="1" eType="#//Square">
<eParameters name="rank" lowerBound="1" eType="#//Ranks"/>
<eParameters name="file" lowerBound="1" eType="#//Files"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="squares" lowerBound="64"
upperBound="64" eType="#//Square" containment="true" eOpposite="#//Square/board"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pieces" upperBound="32"
eType="#//Piece" containment="true" eOpposite="#//Piece/board"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Square">
<eOperations name="getOffsetX" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eOperations name="getOffsetY" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="board" lowerBound="1" eType="#//Board"
eOpposite="#//Board/squares"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" lowerBound="1" eType="#//Files"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rank" lowerBound="1" eType="#//Ranks"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" lowerBound="1" eType="#//Colors"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="piece" eType="#//Piece"
eOpposite="#//Piece/square"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Ranks">
<eLiterals name="none"/>
<eLiterals name="one" value="1"/>
<eLiterals name="two" value="2"/>
<eLiterals name="three" value="3"/>
<eLiterals name="four" value="4"/>
<eLiterals name="five" value="5"/>
<eLiterals name="six" value="6"/>
<eLiterals name="seven" value="7"/>
<eLiterals name="eight" value="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Files">
<eLiterals name="none"/>
<eLiterals name="A" value="1"/>
<eLiterals name="B" value="2"/>
<eLiterals name="C" value="3"/>
<eLiterals name="D" value="4"/>
<eLiterals name="E" value="5"/>
<eLiterals name="F" value="6"/>
<eLiterals name="G" value="7"/>
<eLiterals name="H" value="8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Colors">
<eLiterals name="none"/>
<eLiterals name="light" value="1" literal="light"/>
<eLiterals name="dark" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Piece">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="owner" eType="#//Colors"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//Types"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="square" lowerBound="1"
eType="#//Square" eOpposite="#//Square/piece"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="board" lowerBound="1" eType="#//Board"
eOpposite="#//Board/pieces"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Types">
<eLiterals name="none"/>
<eLiterals name="king" value="1"/>
<eLiterals name="queen" value="2"/>
<eLiterals name="rook" value="3"/>
<eLiterals name="knight" value="4"/>
<eLiterals name="bishop" value="5"/>
<eLiterals name="pawn" value="6"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experiment-distance-impact/custom-distance/UnderstandabilityCloseDistance/67_chess.ecore | ecore | chess
Board
getSquare
rank
file
squares
pieces
Square
getOffsetX
getOffsetY
board
index
-1
file
rank
color
piece
Ranks
none
none
one
one
two
two
three
three
four
four
five
five
six
six
seven
seven
eight
eight
Files
none
none
A
A
B
B
C
C
D
D
E
E
F
F
G
G
H
H
Colors
none
none
light
light
dark
dark
Piece
owner
type
square
board
Types
none
none
king
king
queen
queen
rook
rook
knight
knight
bishop
bishop
pawn
pawn | null | {"directed":true,"nodes":[{"nsPrefix":"chess","nsURI":"http://eclipse.org/graphiti/examples/chess","name":"chess","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Board","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Square","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Ranks","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Files","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Colors","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Piece","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Types","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"getSquare","lowerBound":1,"id":8,"many":false,"required":true,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":64,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"squares","changeable":true,"resolveProxies":true,"lowerBound":64,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":32,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pieces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rank","lowerBound":1,"id":12,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"file","lowerBound":1,"id":13,"many":false,"required":true,"eClass":"EParameter"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"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":"board","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"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":"board","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getOffsetX","lowerBound":1,"id":20,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOffsetY","lowerBound":1,"id":21,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rank","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"color","changeable":true,"lowerBound":1,"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":"piece","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"square","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"name":"none","id":36,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"one","id":37,"value":1,"literal":"one","eClass":"EEnumLiteral"},{"name":"two","id":38,"value":2,"literal":"two","eClass":"EEnumLiteral"},{"name":"three","id":39,"value":3,"literal":"three","eClass":"EEnumLiteral"},{"name":"four","id":40,"value":4,"literal":"four","eClass":"EEnumLiteral"},{"name":"five","id":41,"value":5,"literal":"five","eClass":"EEnumLiteral"},{"name":"six","id":42,"value":6,"literal":"six","eClass":"EEnumLiteral"},{"name":"seven","id":43,"value":7,"literal":"seven","eClass":"EEnumLiteral"},{"name":"eight","id":44,"value":8,"literal":"eight","eClass":"EEnumLiteral"},{"name":"none","id":45,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"A","id":46,"value":1,"literal":"A","eClass":"EEnumLiteral"},{"name":"B","id":47,"value":2,"literal":"B","eClass":"EEnumLiteral"},{"name":"C","id":48,"value":3,"literal":"C","eClass":"EEnumLiteral"},{"name":"D","id":49,"value":4,"literal":"D","eClass":"EEnumLiteral"},{"name":"E","id":50,"value":5,"literal":"E","eClass":"EEnumLiteral"},{"name":"F","id":51,"value":6,"literal":"F","eClass":"EEnumLiteral"},{"name":"G","id":52,"value":7,"literal":"G","eClass":"EEnumLiteral"},{"name":"H","id":53,"value":8,"literal":"H","eClass":"EEnumLiteral"},{"name":"none","id":54,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"light","id":55,"value":1,"literal":"light","eClass":"EEnumLiteral"},{"name":"dark","id":56,"value":2,"literal":"dark","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"owner","changeable":true,"lowerBound":0,"iD":false,"id":57,"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":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"name":"none","id":63,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"king","id":64,"value":1,"literal":"king","eClass":"EEnumLiteral"},{"name":"queen","id":65,"value":2,"literal":"queen","eClass":"EEnumLiteral"},{"name":"rook","id":66,"value":3,"literal":"rook","eClass":"EEnumLiteral"},{"name":"knight","id":67,"value":4,"literal":"knight","eClass":"EEnumLiteral"},{"name":"bishop","id":68,"value":5,"literal":"bishop","eClass":"EEnumLiteral"},{"name":"pawn","id":69,"value":6,"literal":"pawn","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":1,"target":0},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":8,"target":2},{"source":8,"target":11},{"source":8,"target":1},{"source":8,"target":12},{"source":8,"target":13},{"source":11,"target":2},{"source":12,"target":3},{"source":12,"target":14},{"source":12,"target":8},{"source":14,"target":3},{"source":13,"target":4},{"source":13,"target":15},{"source":13,"target":8},{"source":15,"target":4},{"source":9,"target":2},{"source":9,"target":16},{"source":9,"target":1},{"source":9,"target":17},{"source":16,"target":2},{"source":10,"target":6},{"source":10,"target":18},{"source":10,"target":1},{"source":10,"target":19},{"source":18,"target":6},{"source":2,"target":0},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":17},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":20,"target":27},{"source":20,"target":2},{"source":21,"target":28},{"source":21,"target":2},{"source":17,"target":1},{"source":17,"target":29},{"source":17,"target":2},{"source":17,"target":9},{"source":29,"target":1},{"source":22,"target":30},{"source":22,"target":2},{"source":23,"target":4},{"source":23,"target":31},{"source":23,"target":2},{"source":31,"target":4},{"source":24,"target":3},{"source":24,"target":32},{"source":24,"target":2},{"source":32,"target":3},{"source":25,"target":5},{"source":25,"target":33},{"source":25,"target":2},{"source":33,"target":5},{"source":26,"target":6},{"source":26,"target":34},{"source":26,"target":2},{"source":26,"target":35},{"source":34,"target":6},{"source":3,"target":0},{"source":3,"target":36},{"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":3,"target":43},{"source":3,"target":44},{"source":36,"target":3},{"source":37,"target":3},{"source":38,"target":3},{"source":39,"target":3},{"source":40,"target":3},{"source":41,"target":3},{"source":42,"target":3},{"source":43,"target":3},{"source":44,"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":4,"target":53},{"source":45,"target":4},{"source":46,"target":4},{"source":47,"target":4},{"source":48,"target":4},{"source":49,"target":4},{"source":50,"target":4},{"source":51,"target":4},{"source":52,"target":4},{"source":53,"target":4},{"source":5,"target":0},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":54,"target":5},{"source":55,"target":5},{"source":56,"target":5},{"source":6,"target":0},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":35},{"source":6,"target":19},{"source":57,"target":5},{"source":57,"target":59},{"source":57,"target":6},{"source":59,"target":5},{"source":58,"target":7},{"source":58,"target":60},{"source":58,"target":6},{"source":60,"target":7},{"source":35,"target":2},{"source":35,"target":61},{"source":35,"target":6},{"source":35,"target":26},{"source":61,"target":2},{"source":19,"target":1},{"source":19,"target":62},{"source":19,"target":6},{"source":19,"target":10},{"source":62,"target":1},{"source":7,"target":0},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":63,"target":7},{"source":64,"target":7},{"source":65,"target":7},{"source":66,"target":7},{"source":67,"target":7},{"source":68,"target":7},{"source":69,"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget">
<eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" upperBound="-1"
eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<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="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsMATLABsubsetRequiresDifferentName.ecore | ecore | UML2
ReadVariableAction
ParameterSet
ValuePin
BehavioralFeature
LiteralSpecification
Realization
WriteVariableAction
Variable
Vertex
BroadcastSignalAction
ConnectionPointReference
SendSignalAction
Type
ProtocolTransition
ClearAssociationAction
VariableAction
LiteralInteger
Gate
DeploymentSpecification
InitialNode
TestIdentityAction
MessageEnd
BehavioredClassifier
ReadStructuralFeatureAction
Stop
Message
DataStoreNode
OutputPin
State
ChangeTrigger
ActivityFinalNode
StateMachine
ActivityEdge
Activity
ExpansionNode
Implementation
SendObjectAction
AddStructuralFeatureValueAction
TimeExpression
IntervalConstraint
InstanceValue
Association
Manifestation
FlowFinalNode
DurationConstraint
Namespace
Constraint
Usage
ReclassifyObjectAction
Permission
CallAction
TimeTrigger
ForkNode
Action
TemplateableClassifier
Include
Enumeration
ReadLinkAction
ExtensionPoint
CreateObjectAction
ClearStructuralFeatureAction
Transition
Collaboration
CallTrigger
LinkAction
PackageableElement
JoinNode
InteractionOperand
DecisionNode
Parameter
ActivityPartition
Stereotype
TypedElement
PrimitiveFunction
GeneralOrdering
OpaqueExpression
WriteLinkAction
DurationInterval
Behavior
Pin
DeploymentTarget
InformationItem
Duration
PrimitiveType
GeneralizationSet
DataType
DurationObservationAction
EnumerationLiteral
CreateLinkObjectAction
Lifeline
AnyTrigger
Package
Reception
ReadSelfAction
Node
Actor
AcceptEventAction
Continuation
StructuredActivityNode
ActivityNode
StructuredClassifier
Pseudostate
EncapsulatedClassifier
RemoveVariableValueAction
StructuralFeatureAction
Property
subsettedProperty
ReadLinkObjectEndAction
Artifact
RedefinableElement
Extension
Interval
StartOwnedBehaviorAction
ObjectNode
Operation
LiteralBoolean
CallOperationAction
DestroyLinkAction
FinalNode
LiteralUnlimitedNatural
ApplyFunctionAction
Class
Expression
RaiseExceptionAction
LiteralNull
Profile
ValueSpecification
InteractionOccurrence
UseCase
DeployedArtifact
InvocationAction
ObjectFlow
StructuralFeature
Interaction
ProtocolStateMachine
ConnectableElement
Deployment
AssociationClass
Extend
AddVariableValueAction
Trigger
Dependency
ReplyAction
Component
Region
InstanceSpecification
ConditionalNode
ExtensionEnd
MessageTrigger
CallBehaviorAction
CollaborationOccurrence
InteractionConstraint
ParameterableClassifier
ExecutableNode
CentralBufferNode
NamedElement
name
TimeInterval
Connector
AcceptCallAction
CreateLinkAction
InputPin
WriteStructuralFeatureAction
SignalTrigger
Model
StateInvariant
ControlFlow
Classifier
ExecutionEnvironment
ExecutionOccurrence
Abstraction
FinalState
EventOccurrence
RedefinableTemplateSignature
TimeConstraint
LiteralString
LoopNode
CombinedFragment
InteractionFragment
Substitution
ReadLinkObjectEndQualifierAction
Interface
Feature
TimeObservationAction
ReadIsClassifiedObjectAction
InformationFlow
DestroyObjectAction
ExpansionRegion
CommunicationPath
PartDecomposition
ClearVariableAction
MergeNode
ControlNode
ReadExtentAction
ActivityParameterNode
Port
Device
Signal
RemoveStructuralFeatureValueAction | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"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":"Vertex","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"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"},{"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"},{"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"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"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"},{"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"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"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"},{"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"},{"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":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"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"},{"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"},{"id":345,"eClass":"EGenericType"},{"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"},{"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"},{"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":376,"derived":false},{"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"},{"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"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"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"},{"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"}],"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":1,"target":0},{"source":1,"target":16},{"source":1,"target":198},{"source":198,"target":16},{"source":2,"target":0},{"source":2,"target":155},{"source":2,"target":199},{"source":199,"target":155},{"source":3,"target":0},{"source":3,"target":160},{"source":3,"target":200},{"source":200,"target":160},{"source":4,"target":0},{"source":4,"target":46},{"source":4,"target":181},{"source":4,"target":201},{"source":4,"target":202},{"source":201,"target":46},{"source":202,"target":181},{"source":5,"target":0},{"source":5,"target":126},{"source":5,"target":203},{"source":203,"target":126},{"source":6,"target":0},{"source":6,"target":169},{"source":6,"target":204},{"source":204,"target":169},{"source":7,"target":0},{"source":7,"target":16},{"source":7,"target":205},{"source":205,"target":16},{"source":8,"target":0},{"source":8,"target":135},{"source":8,"target":73},{"source":8,"target":206},{"source":8,"target":207},{"source":206,"target":135},{"source":207,"target":73},{"source":9,"target":0},{"source":9,"target":155},{"source":9,"target":208},{"source":208,"target":155},{"source":10,"target":0},{"source":10,"target":130},{"source":10,"target":209},{"source":209,"target":130},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":210},{"source":210,"target":9},{"source":12,"target":0},{"source":12,"target":130},{"source":12,"target":211},{"source":211,"target":130},{"source":13,"target":0},{"source":13,"target":66},{"source":13,"target":212},{"source":212,"target":66},{"source":14,"target":0},{"source":14,"target":62},{"source":14,"target":213},{"source":213,"target":62},{"source":15,"target":0},{"source":15,"target":54},{"source":15,"target":214},{"source":214,"target":54},{"source":16,"target":0},{"source":16,"target":54},{"source":16,"target":215},{"source":215,"target":54},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":216},{"source":216,"target":5},{"source":18,"target":0},{"source":18,"target":22},{"source":18,"target":217},{"source":217,"target":22},{"source":19,"target":0},{"source":19,"target":108},{"source":19,"target":218},{"source":218,"target":108},{"source":20,"target":0},{"source":20,"target":191},{"source":20,"target":219},{"source":219,"target":191},{"source":21,"target":0},{"source":21,"target":54},{"source":21,"target":220},{"source":220,"target":54},{"source":22,"target":0},{"source":22,"target":155},{"source":22,"target":221},{"source":221,"target":155},{"source":23,"target":0},{"source":23,"target":166},{"source":23,"target":222},{"source":222,"target":166},{"source":24,"target":0},{"source":24,"target":105},{"source":24,"target":223},{"source":223,"target":105},{"source":25,"target":0},{"source":25,"target":171},{"source":25,"target":224},{"source":224,"target":171},{"source":26,"target":0},{"source":26,"target":155},{"source":26,"target":225},{"source":225,"target":155},{"source":27,"target":0},{"source":27,"target":154},{"source":27,"target":226},{"source":226,"target":154},{"source":28,"target":0},{"source":28,"target":80},{"source":28,"target":227},{"source":227,"target":80},{"source":29,"target":0},{"source":29,"target":46},{"source":29,"target":109},{"source":29,"target":9},{"source":29,"target":228},{"source":29,"target":229},{"source":29,"target":230},{"source":228,"target":46},{"source":229,"target":109},{"source":230,"target":9},{"source":30,"target":0},{"source":30,"target":140},{"source":30,"target":231},{"source":231,"target":140},{"source":31,"target":0},{"source":31,"target":118},{"source":31,"target":232},{"source":232,"target":118},{"source":32,"target":0},{"source":32,"target":79},{"source":32,"target":233},{"source":233,"target":79},{"source":33,"target":0},{"source":33,"target":109},{"source":33,"target":234},{"source":234,"target":109},{"source":34,"target":0},{"source":34,"target":79},{"source":34,"target":235},{"source":235,"target":79},{"source":35,"target":0},{"source":35,"target":113},{"source":35,"target":236},{"source":236,"target":113},{"source":36,"target":0},{"source":36,"target":6},{"source":36,"target":237},{"source":237,"target":6},{"source":37,"target":0},{"source":37,"target":130},{"source":37,"target":238},{"source":238,"target":130},{"source":38,"target":0},{"source":38,"target":161},{"source":38,"target":239},{"source":239,"target":161},{"source":39,"target":0},{"source":39,"target":126},{"source":39,"target":240},{"source":240,"target":126},{"source":40,"target":0},{"source":40,"target":47},{"source":40,"target":241},{"source":241,"target":47},{"source":41,"target":0},{"source":41,"target":126},{"source":41,"target":242},{"source":242,"target":126},{"source":42,"target":0},{"source":42,"target":166},{"source":42,"target":243},{"source":243,"target":166},{"source":43,"target":0},{"source":43,"target":169},{"source":43,"target":244},{"source":244,"target":169},{"source":44,"target":0},{"source":44,"target":118},{"source":44,"target":245},{"source":245,"target":118},{"source":45,"target":0},{"source":45,"target":40},{"source":45,"target":246},{"source":246,"target":40},{"source":46,"target":0},{"source":46,"target":155},{"source":46,"target":247},{"source":247,"target":155},{"source":47,"target":0},{"source":47,"target":66},{"source":47,"target":248},{"source":248,"target":66},{"source":48,"target":0},{"source":48,"target":141},{"source":48,"target":249},{"source":249,"target":141},{"source":49,"target":0},{"source":49,"target":54},{"source":49,"target":250},{"source":250,"target":54},{"source":50,"target":0},{"source":50,"target":141},{"source":50,"target":251},{"source":251,"target":141},{"source":51,"target":0},{"source":51,"target":130},{"source":51,"target":252},{"source":252,"target":130},{"source":52,"target":0},{"source":52,"target":140},{"source":52,"target":253},{"source":253,"target":140},{"source":53,"target":0},{"source":53,"target":191},{"source":53,"target":254},{"source":254,"target":191},{"source":54,"target":0},{"source":54,"target":153},{"source":54,"target":255},{"source":255,"target":153},{"source":55,"target":0},{"source":55,"target":166},{"source":55,"target":256},{"source":256,"target":166},{"source":56,"target":0},{"source":56,"target":155},{"source":56,"target":257},{"source":257,"target":155},{"source":57,"target":0},{"source":57,"target":86},{"source":57,"target":258},{"source":258,"target":86},{"source":58,"target":0},{"source":58,"target":65},{"source":58,"target":259},{"source":259,"target":65},{"source":59,"target":0},{"source":59,"target":109},{"source":59,"target":260},{"source":260,"target":109},{"source":60,"target":0},{"source":60,"target":54},{"source":60,"target":261},{"source":261,"target":54},{"source":61,"target":0},{"source":61,"target":105},{"source":61,"target":262},{"source":262,"target":105},{"source":62,"target":0},{"source":62,"target":109},{"source":62,"target":263},{"source":263,"target":109},{"source":63,"target":0},{"source":63,"target":23},{"source":63,"target":101},{"source":63,"target":264},{"source":63,"target":265},{"source":264,"target":23},{"source":265,"target":101},{"source":64,"target":0},{"source":64,"target":148},{"source":64,"target":266},{"source":266,"target":148},{"source":65,"target":0},{"source":65,"target":54},{"source":65,"target":267},{"source":267,"target":54},{"source":66,"target":0},{"source":66,"target":155},{"source":66,"target":268},{"source":268,"target":155},{"source":67,"target":0},{"source":67,"target":191},{"source":67,"target":269},{"source":269,"target":191},{"source":68,"target":0},{"source":68,"target":46},{"source":68,"target":177},{"source":68,"target":270},{"source":68,"target":271},{"source":270,"target":46},{"source":271,"target":177},{"source":69,"target":0},{"source":69,"target":191},{"source":69,"target":272},{"source":272,"target":191},{"source":70,"target":0},{"source":70,"target":135},{"source":70,"target":73},{"source":70,"target":273},{"source":70,"target":274},{"source":273,"target":135},{"source":274,"target":73},{"source":71,"target":0},{"source":71,"target":155},{"source":71,"target":275},{"source":275,"target":155},{"source":72,"target":0},{"source":72,"target":121},{"source":72,"target":276},{"source":276,"target":121},{"source":73,"target":0},{"source":73,"target":155},{"source":73,"target":277},{"source":277,"target":155},{"source":74,"target":0},{"source":74,"target":66},{"source":74,"target":278},{"source":278,"target":66},{"source":75,"target":0},{"source":75,"target":155},{"source":75,"target":279},{"source":279,"target":155},{"source":76,"target":0},{"source":76,"target":126},{"source":76,"target":280},{"source":280,"target":126},{"source":77,"target":0},{"source":77,"target":65},{"source":77,"target":281},{"source":281,"target":65},{"source":78,"target":0},{"source":78,"target":111},{"source":78,"target":282},{"source":282,"target":111},{"source":79,"target":0},{"source":79,"target":121},{"source":79,"target":283},{"source":283,"target":121},{"source":80,"target":0},{"source":80,"target":113},{"source":80,"target":284},{"source":284,"target":113},{"source":81,"target":0},{"source":81,"target":155},{"source":81,"target":285},{"source":285,"target":155},{"source":82,"target":0},{"source":82,"target":166},{"source":82,"target":286},{"source":286,"target":166},{"source":83,"target":0},{"source":83,"target":126},{"source":83,"target":287},{"source":287,"target":126},{"source":84,"target":0},{"source":84,"target":86},{"source":84,"target":288},{"source":288,"target":86},{"source":85,"target":0},{"source":85,"target":66},{"source":85,"target":289},{"source":289,"target":66},{"source":86,"target":0},{"source":86,"target":166},{"source":86,"target":290},{"source":290,"target":166},{"source":87,"target":0},{"source":87,"target":161},{"source":87,"target":291},{"source":291,"target":161},{"source":88,"target":0},{"source":88,"target":145},{"source":88,"target":292},{"source":292,"target":145},{"source":89,"target":0},{"source":89,"target":159},{"source":89,"target":293},{"source":293,"target":159},{"source":90,"target":0},{"source":90,"target":155},{"source":90,"target":294},{"source":294,"target":155},{"source":91,"target":0},{"source":91,"target":148},{"source":91,"target":295},{"source":295,"target":148},{"source":92,"target":0},{"source":92,"target":46},{"source":92,"target":66},{"source":92,"target":296},{"source":92,"target":297},{"source":296,"target":46},{"source":297,"target":66},{"source":93,"target":0},{"source":93,"target":4},{"source":93,"target":298},{"source":298,"target":4},{"source":94,"target":0},{"source":94,"target":54},{"source":94,"target":299},{"source":299,"target":54},{"source":95,"target":0},{"source":95,"target":121},{"source":95,"target":81},{"source":95,"target":300},{"source":95,"target":301},{"source":300,"target":121},{"source":301,"target":81},{"source":96,"target":0},{"source":96,"target":166},{"source":96,"target":302},{"source":302,"target":166},{"source":97,"target":0},{"source":97,"target":54},{"source":97,"target":303},{"source":303,"target":54},{"source":98,"target":0},{"source":98,"target":177},{"source":98,"target":304},{"source":304,"target":177},{"source":99,"target":0},{"source":99,"target":54},{"source":99,"target":46},{"source":99,"target":305},{"source":99,"target":306},{"source":305,"target":54},{"source":306,"target":46},{"source":100,"target":0},{"source":100,"target":109},{"source":100,"target":307},{"source":307,"target":109},{"source":101,"target":0},{"source":101,"target":166},{"source":101,"target":308},{"source":308,"target":166},{"source":102,"target":0},{"source":102,"target":9},{"source":102,"target":309},{"source":309,"target":9},{"source":103,"target":0},{"source":103,"target":101},{"source":103,"target":310},{"source":310,"target":101},{"source":104,"target":0},{"source":104,"target":7},{"source":104,"target":311},{"source":311,"target":7},{"source":105,"target":0},{"source":105,"target":54},{"source":105,"target":312},{"source":312,"target":54},{"source":106,"target":0},{"source":106,"target":132},{"source":106,"target":135},{"source":106,"target":81},{"source":106,"target":313},{"source":106,"target":314},{"source":106,"target":315},{"source":106,"target":316},{"source":313,"target":106},{"source":313,"target":317},{"source":313,"target":106},{"source":317,"target":106},{"source":314,"target":132},{"source":315,"target":135},{"source":316,"target":81},{"source":107,"target":0},{"source":107,"target":54},{"source":107,"target":318},{"source":318,"target":54},{"source":108,"target":0},{"source":108,"target":166},{"source":108,"target":129},{"source":108,"target":319},{"source":108,"target":320},{"source":319,"target":166},{"source":320,"target":129},{"source":109,"target":0},{"source":109,"target":155},{"source":109,"target":321},{"source":321,"target":155},{"source":110,"target":0},{"source":110,"target":42},{"source":110,"target":322},{"source":322,"target":42},{"source":111,"target":0},{"source":111,"target":126},{"source":111,"target":323},{"source":323,"target":126},{"source":112,"target":0},{"source":112,"target":54},{"source":112,"target":324},{"source":324,"target":54},{"source":113,"target":0},{"source":113,"target":100},{"source":113,"target":73},{"source":113,"target":325},{"source":113,"target":326},{"source":325,"target":100},{"source":326,"target":73},{"source":114,"target":0},{"source":114,"target":4},{"source":114,"target":73},{"source":114,"target":327},{"source":114,"target":328},{"source":327,"target":4},{"source":328,"target":73},{"source":115,"target":0},{"source":115,"target":5},{"source":115,"target":329},{"source":329,"target":5},{"source":116,"target":0},{"source":116,"target":51},{"source":116,"target":330},{"source":330,"target":51},{"source":117,"target":0},{"source":117,"target":77},{"source":117,"target":331},{"source":331,"target":77},{"source":118,"target":0},{"source":118,"target":191},{"source":118,"target":332},{"source":332,"target":191},{"source":119,"target":0},{"source":119,"target":5},{"source":119,"target":333},{"source":333,"target":5},{"source":120,"target":0},{"source":120,"target":54},{"source":120,"target":334},{"source":334,"target":54},{"source":121,"target":0},{"source":121,"target":23},{"source":121,"target":103},{"source":121,"target":335},{"source":121,"target":336},{"source":335,"target":23},{"source":336,"target":103},{"source":122,"target":0},{"source":122,"target":76},{"source":122,"target":337},{"source":337,"target":76},{"source":123,"target":0},{"source":123,"target":54},{"source":123,"target":338},{"source":338,"target":54},{"source":124,"target":0},{"source":124,"target":5},{"source":124,"target":339},{"source":339,"target":5},{"source":125,"target":0},{"source":125,"target":92},{"source":125,"target":340},{"source":340,"target":92},{"source":126,"target":0},{"source":126,"target":73},{"source":126,"target":341},{"source":341,"target":73},{"source":127,"target":0},{"source":127,"target":177},{"source":127,"target":342},{"source":342,"target":177},{"source":128,"target":0},{"source":128,"target":23},{"source":128,"target":343},{"source":343,"target":23},{"source":129,"target":0},{"source":129,"target":155},{"source":129,"target":344},{"source":344,"target":155},{"source":130,"target":0},{"source":130,"target":54},{"source":130,"target":345},{"source":345,"target":54},{"source":131,"target":0},{"source":131,"target":33},{"source":131,"target":346},{"source":346,"target":33},{"source":132,"target":0},{"source":132,"target":181},{"source":132,"target":73},{"source":132,"target":347},{"source":132,"target":348},{"source":347,"target":181},{"source":348,"target":73},{"source":133,"target":0},{"source":133,"target":79},{"source":133,"target":177},{"source":133,"target":349},{"source":133,"target":350},{"source":349,"target":79},{"source":350,"target":177},{"source":134,"target":0},{"source":134,"target":32},{"source":134,"target":351},{"source":351,"target":32},{"source":135,"target":0},{"source":135,"target":155},{"source":135,"target":352},{"source":352,"target":155},{"source":136,"target":0},{"source":136,"target":141},{"source":136,"target":353},{"source":353,"target":141},{"source":137,"target":0},{"source":137,"target":121},{"source":137,"target":42},{"source":137,"target":354},{"source":137,"target":355},{"source":354,"target":121},{"source":355,"target":42},{"source":138,"target":0},{"source":138,"target":155},{"source":138,"target":356},{"source":356,"target":155},{"source":139,"target":0},{"source":139,"target":7},{"source":139,"target":357},{"source":357,"target":7},{"source":140,"target":0},{"source":140,"target":155},{"source":140,"target":358},{"source":358,"target":155},{"source":141,"target":0},{"source":141,"target":66},{"source":141,"target":359},{"source":359,"target":66},{"source":142,"target":0},{"source":142,"target":54},{"source":142,"target":360},{"source":360,"target":54},{"source":143,"target":0},{"source":143,"target":121},{"source":143,"target":361},{"source":361,"target":121},{"source":144,"target":0},{"source":144,"target":46},{"source":144,"target":109},{"source":144,"target":362},{"source":144,"target":363},{"source":362,"target":46},{"source":363,"target":109},{"source":145,"target":0},{"source":145,"target":66},{"source":145,"target":81},{"source":145,"target":129},{"source":145,"target":364},{"source":145,"target":365},{"source":145,"target":366},{"source":364,"target":66},{"source":365,"target":81},{"source":366,"target":129},{"source":146,"target":0},{"source":146,"target":99},{"source":146,"target":367},{"source":367,"target":99},{"source":147,"target":0},{"source":147,"target":106},{"source":147,"target":368},{"source":368,"target":106},{"source":148,"target":0},{"source":148,"target":140},{"source":148,"target":369},{"source":369,"target":140},{"source":149,"target":0},{"source":149,"target":51},{"source":149,"target":370},{"source":370,"target":51},{"source":150,"target":0},{"source":150,"target":155},{"source":150,"target":371},{"source":371,"target":155},{"source":151,"target":0},{"source":151,"target":47},{"source":151,"target":372},{"source":372,"target":47},{"source":152,"target":0},{"source":152,"target":166},{"source":152,"target":373},{"source":373,"target":166},{"source":153,"target":0},{"source":153,"target":100},{"source":153,"target":374},{"source":374,"target":100},{"source":154,"target":0},{"source":154,"target":113},{"source":154,"target":375},{"source":375,"target":113},{"source":155,"target":0},{"source":155,"target":376},{"source":376,"target":377},{"source":376,"target":155},{"source":156,"target":0},{"source":156,"target":111},{"source":156,"target":378},{"source":378,"target":111},{"source":157,"target":0},{"source":157,"target":181},{"source":157,"target":379},{"source":379,"target":181},{"source":158,"target":0},{"source":158,"target":97},{"source":158,"target":380},{"source":380,"target":97},{"source":159,"target":0},{"source":159,"target":77},{"source":159,"target":381},{"source":381,"target":77},{"source":160,"target":0},{"source":160,"target":80},{"source":160,"target":382},{"source":382,"target":80},{"source":161,"target":0},{"source":161,"target":105},{"source":161,"target":383},{"source":383,"target":105},{"source":162,"target":0},{"source":162,"target":148},{"source":162,"target":384},{"source":384,"target":148},{"source":163,"target":0},{"source":163,"target":92},{"source":163,"target":385},{"source":385,"target":92},{"source":164,"target":0},{"source":164,"target":177},{"source":164,"target":386},{"source":386,"target":177},{"source":165,"target":0},{"source":165,"target":33},{"source":165,"target":387},{"source":387,"target":33},{"source":166,"target":0},{"source":166,"target":46},{"source":166,"target":13},{"source":166,"target":109},{"source":166,"target":388},{"source":166,"target":389},{"source":166,"target":390},{"source":388,"target":46},{"source":389,"target":13},{"source":390,"target":109},{"source":167,"target":0},{"source":167,"target":95},{"source":167,"target":391},{"source":391,"target":95},{"source":168,"target":0},{"source":168,"target":177},{"source":168,"target":392},{"source":392,"target":177},{"source":169,"target":0},{"source":169,"target":141},{"source":169,"target":393},{"source":393,"target":141},{"source":170,"target":0},{"source":170,"target":29},{"source":170,"target":394},{"source":394,"target":29},{"source":171,"target":0},{"source":171,"target":177},{"source":171,"target":22},{"source":171,"target":395},{"source":171,"target":396},{"source":395,"target":177},{"source":396,"target":22},{"source":172,"target":0},{"source":172,"target":109},{"source":172,"target":397},{"source":397,"target":109},{"source":173,"target":0},{"source":173,"target":40},{"source":173,"target":398},{"source":398,"target":40},{"source":174,"target":0},{"source":174,"target":5},{"source":174,"target":399},{"source":399,"target":5},{"source":175,"target":0},{"source":175,"target":99},{"source":175,"target":400},{"source":400,"target":99},{"source":176,"target":0},{"source":176,"target":177},{"source":176,"target":401},{"source":401,"target":177},{"source":177,"target":0},{"source":177,"target":155},{"source":177,"target":402},{"source":402,"target":155},{"source":178,"target":0},{"source":178,"target":6},{"source":178,"target":403},{"source":403,"target":6},{"source":179,"target":0},{"source":179,"target":54},{"source":179,"target":404},{"source":404,"target":54},{"source":180,"target":0},{"source":180,"target":166},{"source":180,"target":405},{"source":405,"target":166},{"source":181,"target":0},{"source":181,"target":109},{"source":181,"target":406},{"source":406,"target":109},{"source":182,"target":0},{"source":182,"target":161},{"source":182,"target":407},{"source":407,"target":161},{"source":183,"target":0},{"source":183,"target":54},{"source":183,"target":408},{"source":408,"target":54},{"source":184,"target":0},{"source":184,"target":66},{"source":184,"target":409},{"source":409,"target":66},{"source":185,"target":0},{"source":185,"target":54},{"source":185,"target":410},{"source":410,"target":54},{"source":186,"target":0},{"source":186,"target":99},{"source":186,"target":411},{"source":411,"target":99},{"source":187,"target":0},{"source":187,"target":42},{"source":187,"target":412},{"source":412,"target":42},{"source":188,"target":0},{"source":188,"target":127},{"source":188,"target":413},{"source":413,"target":127},{"source":189,"target":0},{"source":189,"target":16},{"source":189,"target":414},{"source":414,"target":16},{"source":190,"target":0},{"source":190,"target":191},{"source":190,"target":415},{"source":415,"target":191},{"source":191,"target":0},{"source":191,"target":100},{"source":191,"target":416},{"source":416,"target":100},{"source":192,"target":0},{"source":192,"target":54},{"source":192,"target":417},{"source":417,"target":54},{"source":193,"target":0},{"source":193,"target":113},{"source":193,"target":418},{"source":418,"target":113},{"source":194,"target":0},{"source":194,"target":106},{"source":194,"target":419},{"source":419,"target":106},{"source":195,"target":0},{"source":195,"target":95},{"source":195,"target":420},{"source":420,"target":95},{"source":196,"target":0},{"source":196,"target":166},{"source":196,"target":421},{"source":421,"target":166},{"source":197,"target":0},{"source":197,"target":161},{"source":197,"target":422},{"source":422,"target":161}],"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<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="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget">
<eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" upperBound="-1"
eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsDataSet3subsetRequiresDifferentName.ecore | ecore | UML2
TimeTrigger
LiteralString
SendSignalAction
PrimitiveFunction
MessageTrigger
DecisionNode
ActivityNode
JoinNode
CreateObjectAction
Transition
ReclassifyObjectAction
Expression
GeneralizationSet
RemoveStructuralFeatureValueAction
Collaboration
PrimitiveType
NamedElement
name
StructuredActivityNode
AddVariableValueAction
Device
Pseudostate
CallBehaviorAction
Component
UseCase
StructuralFeature
InitialNode
TimeObservationAction
MergeNode
LiteralBoolean
StructuralFeatureAction
PackageableElement
Connector
GeneralOrdering
Continuation
InteractionFragment
Parameter
IntervalConstraint
Package
RedefinableElement
Enumeration
BehavioredClassifier
Node
ControlNode
Region
OutputPin
ReadSelfAction
InteractionOperand
State
ActivityEdge
AcceptEventAction
ReadIsClassifiedObjectAction
ControlFlow
Feature
ExpansionRegion
InformationFlow
LinkAction
ReadStructuralFeatureAction
ParameterSet
DestroyLinkAction
ActivityParameterNode
SignalTrigger
ActivityFinalNode
Lifeline
Pin
CollaborationOccurrence
FlowFinalNode
AcceptCallAction
AnyTrigger
TemplateableClassifier
VariableAction
ConnectionPointReference
ReadVariableAction
Classifier
DestroyObjectAction
TimeExpression
WriteVariableAction
ReadExtentAction
InformationItem
Activity
Manifestation
DeploymentSpecification
Artifact
Deployment
Extension
DataType
Namespace
ConnectableElement
DataStoreNode
StructuredClassifier
Implementation
CreateLinkObjectAction
Include
ChangeTrigger
Actor
LiteralNull
Constraint
LiteralSpecification
PartDecomposition
InteractionConstraint
ForkNode
LiteralInteger
EventOccurrence
EnumerationLiteral
AssociationClass
CallAction
DurationInterval
EncapsulatedClassifier
InputPin
ApplyFunctionAction
LoopNode
TimeConstraint
Dependency
ProtocolTransition
OpaqueExpression
ReplyAction
Extend
ValueSpecification
Duration
RedefinableTemplateSignature
ValuePin
Association
Vertex
ProtocolStateMachine
FinalState
Substitution
CombinedFragment
ClearVariableAction
Interval
ReadLinkObjectEndQualifierAction
InstanceValue
DurationObservationAction
Usage
TimeInterval
ConditionalNode
Operation
Property
subsettedProperty
SendObjectAction
RemoveVariableValueAction
StateInvariant
CreateLinkAction
DurationConstraint
ActivityPartition
LiteralUnlimitedNatural
WriteLinkAction
Signal
ExecutionOccurrence
InteractionOccurrence
StateMachine
TypedElement
InvocationAction
Variable
Class
Gate
Message
Reception
CallOperationAction
ExecutionEnvironment
MessageEnd
Stop
Permission
InstanceSpecification
CommunicationPath
ExpansionNode
CallTrigger
ObjectFlow
BroadcastSignalAction
Trigger
Behavior
DeployedArtifact
ExecutableNode
ExtensionEnd
ReadLinkObjectEndAction
Model
ClearAssociationAction
Profile
ReadLinkAction
BehavioralFeature
ParameterableClassifier
ClearStructuralFeatureAction
ObjectNode
Abstraction
TestIdentityAction
FinalNode
RaiseExceptionAction
ExtensionPoint
Stereotype
DeploymentTarget
Action
Type
Interaction
Port
CentralBufferNode
Realization
WriteStructuralFeatureAction
Interface
StartOwnedBehaviorAction
AddStructuralFeatureValueAction | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"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"},{"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":215,"derived":false},{"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"},{"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"},{"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"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"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"},{"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"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"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"},{"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"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"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"},{"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"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"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":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"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"},{"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"},{"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"},{"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"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"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"},{"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"}],"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":1,"target":0},{"source":1,"target":167},{"source":1,"target":198},{"source":198,"target":167},{"source":2,"target":0},{"source":2,"target":97},{"source":2,"target":199},{"source":199,"target":97},{"source":3,"target":0},{"source":3,"target":150},{"source":3,"target":200},{"source":200,"target":150},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":201},{"source":201,"target":31},{"source":5,"target":0},{"source":5,"target":167},{"source":5,"target":202},{"source":202,"target":167},{"source":6,"target":0},{"source":6,"target":43},{"source":6,"target":203},{"source":203,"target":43},{"source":7,"target":0},{"source":7,"target":39},{"source":7,"target":204},{"source":204,"target":39},{"source":8,"target":0},{"source":8,"target":43},{"source":8,"target":205},{"source":205,"target":43},{"source":9,"target":0},{"source":9,"target":188},{"source":9,"target":206},{"source":206,"target":188},{"source":10,"target":0},{"source":10,"target":39},{"source":10,"target":207},{"source":207,"target":39},{"source":11,"target":0},{"source":11,"target":188},{"source":11,"target":208},{"source":208,"target":188},{"source":12,"target":0},{"source":12,"target":114},{"source":12,"target":209},{"source":209,"target":114},{"source":13,"target":0},{"source":13,"target":31},{"source":13,"target":210},{"source":210,"target":31},{"source":14,"target":0},{"source":14,"target":194},{"source":14,"target":211},{"source":211,"target":194},{"source":15,"target":0},{"source":15,"target":41},{"source":15,"target":89},{"source":15,"target":212},{"source":15,"target":213},{"source":212,"target":41},{"source":213,"target":89},{"source":16,"target":0},{"source":16,"target":85},{"source":16,"target":214},{"source":214,"target":85},{"source":17,"target":0},{"source":17,"target":215},{"source":215,"target":216},{"source":215,"target":17},{"source":18,"target":0},{"source":18,"target":188},{"source":18,"target":86},{"source":18,"target":217},{"source":18,"target":218},{"source":217,"target":188},{"source":218,"target":86},{"source":19,"target":0},{"source":19,"target":76},{"source":19,"target":219},{"source":219,"target":76},{"source":20,"target":0},{"source":20,"target":42},{"source":20,"target":220},{"source":220,"target":42},{"source":21,"target":0},{"source":21,"target":122},{"source":21,"target":221},{"source":221,"target":122},{"source":22,"target":0},{"source":22,"target":105},{"source":22,"target":222},{"source":222,"target":105},{"source":23,"target":0},{"source":23,"target":152},{"source":23,"target":223},{"source":223,"target":152},{"source":24,"target":0},{"source":24,"target":41},{"source":24,"target":224},{"source":224,"target":41},{"source":25,"target":0},{"source":25,"target":53},{"source":25,"target":149},{"source":25,"target":225},{"source":25,"target":226},{"source":225,"target":53},{"source":226,"target":149},{"source":26,"target":0},{"source":26,"target":43},{"source":26,"target":227},{"source":227,"target":43},{"source":27,"target":0},{"source":27,"target":194},{"source":27,"target":228},{"source":228,"target":194},{"source":28,"target":0},{"source":28,"target":43},{"source":28,"target":229},{"source":229,"target":43},{"source":29,"target":0},{"source":29,"target":97},{"source":29,"target":230},{"source":230,"target":97},{"source":30,"target":0},{"source":30,"target":188},{"source":30,"target":231},{"source":231,"target":188},{"source":31,"target":0},{"source":31,"target":17},{"source":31,"target":232},{"source":232,"target":17},{"source":32,"target":0},{"source":32,"target":53},{"source":32,"target":233},{"source":233,"target":53},{"source":33,"target":0},{"source":33,"target":17},{"source":33,"target":234},{"source":234,"target":17},{"source":34,"target":0},{"source":34,"target":35},{"source":34,"target":235},{"source":235,"target":35},{"source":35,"target":0},{"source":35,"target":17},{"source":35,"target":236},{"source":236,"target":17},{"source":36,"target":0},{"source":36,"target":87},{"source":36,"target":149},{"source":36,"target":237},{"source":36,"target":238},{"source":237,"target":87},{"source":238,"target":149},{"source":37,"target":0},{"source":37,"target":96},{"source":37,"target":239},{"source":239,"target":96},{"source":38,"target":0},{"source":38,"target":86},{"source":38,"target":31},{"source":38,"target":240},{"source":38,"target":241},{"source":240,"target":86},{"source":241,"target":31},{"source":39,"target":0},{"source":39,"target":17},{"source":39,"target":242},{"source":242,"target":17},{"source":40,"target":0},{"source":40,"target":85},{"source":40,"target":243},{"source":243,"target":85},{"source":41,"target":0},{"source":41,"target":73},{"source":41,"target":244},{"source":244,"target":73},{"source":42,"target":0},{"source":42,"target":152},{"source":42,"target":187},{"source":42,"target":245},{"source":42,"target":246},{"source":245,"target":152},{"source":246,"target":187},{"source":43,"target":0},{"source":43,"target":7},{"source":43,"target":247},{"source":247,"target":7},{"source":44,"target":0},{"source":44,"target":86},{"source":44,"target":39},{"source":44,"target":248},{"source":44,"target":249},{"source":248,"target":86},{"source":249,"target":39},{"source":45,"target":0},{"source":45,"target":64},{"source":45,"target":250},{"source":250,"target":64},{"source":46,"target":0},{"source":46,"target":188},{"source":46,"target":251},{"source":251,"target":188},{"source":47,"target":0},{"source":47,"target":86},{"source":47,"target":35},{"source":47,"target":252},{"source":47,"target":253},{"source":252,"target":86},{"source":253,"target":35},{"source":48,"target":0},{"source":48,"target":86},{"source":48,"target":39},{"source":48,"target":122},{"source":48,"target":254},{"source":48,"target":255},{"source":48,"target":256},{"source":254,"target":86},{"source":255,"target":39},{"source":256,"target":122},{"source":49,"target":0},{"source":49,"target":39},{"source":49,"target":257},{"source":257,"target":39},{"source":50,"target":0},{"source":50,"target":188},{"source":50,"target":258},{"source":258,"target":188},{"source":51,"target":0},{"source":51,"target":188},{"source":51,"target":259},{"source":259,"target":188},{"source":52,"target":0},{"source":52,"target":49},{"source":52,"target":260},{"source":260,"target":49},{"source":53,"target":0},{"source":53,"target":39},{"source":53,"target":261},{"source":261,"target":39},{"source":54,"target":0},{"source":54,"target":18},{"source":54,"target":262},{"source":262,"target":18},{"source":55,"target":0},{"source":55,"target":31},{"source":55,"target":263},{"source":263,"target":31},{"source":56,"target":0},{"source":56,"target":188},{"source":56,"target":264},{"source":264,"target":188},{"source":57,"target":0},{"source":57,"target":30},{"source":57,"target":265},{"source":265,"target":30},{"source":58,"target":0},{"source":58,"target":17},{"source":58,"target":266},{"source":266,"target":17},{"source":59,"target":0},{"source":59,"target":144},{"source":59,"target":267},{"source":267,"target":144},{"source":60,"target":0},{"source":60,"target":180},{"source":60,"target":268},{"source":268,"target":180},{"source":61,"target":0},{"source":61,"target":5},{"source":61,"target":269},{"source":269,"target":5},{"source":62,"target":0},{"source":62,"target":183},{"source":62,"target":270},{"source":270,"target":183},{"source":63,"target":0},{"source":63,"target":17},{"source":63,"target":271},{"source":271,"target":17},{"source":64,"target":0},{"source":64,"target":180},{"source":64,"target":272},{"source":272,"target":180},{"source":65,"target":0},{"source":65,"target":17},{"source":65,"target":273},{"source":273,"target":17},{"source":66,"target":0},{"source":66,"target":183},{"source":66,"target":274},{"source":274,"target":183},{"source":67,"target":0},{"source":67,"target":50},{"source":67,"target":275},{"source":275,"target":50},{"source":68,"target":0},{"source":68,"target":5},{"source":68,"target":276},{"source":276,"target":5},{"source":69,"target":0},{"source":69,"target":73},{"source":69,"target":277},{"source":277,"target":73},{"source":70,"target":0},{"source":70,"target":188},{"source":70,"target":278},{"source":278,"target":188},{"source":71,"target":0},{"source":71,"target":122},{"source":71,"target":279},{"source":279,"target":122},{"source":72,"target":0},{"source":72,"target":70},{"source":72,"target":280},{"source":280,"target":70},{"source":73,"target":0},{"source":73,"target":86},{"source":73,"target":189},{"source":73,"target":39},{"source":73,"target":281},{"source":73,"target":282},{"source":73,"target":283},{"source":281,"target":86},{"source":282,"target":189},{"source":283,"target":39},{"source":74,"target":0},{"source":74,"target":188},{"source":74,"target":284},{"source":284,"target":188},{"source":75,"target":0},{"source":75,"target":117},{"source":75,"target":285},{"source":285,"target":117},{"source":76,"target":0},{"source":76,"target":70},{"source":76,"target":286},{"source":286,"target":70},{"source":77,"target":0},{"source":77,"target":188},{"source":77,"target":287},{"source":287,"target":188},{"source":78,"target":0},{"source":78,"target":73},{"source":78,"target":288},{"source":288,"target":73},{"source":79,"target":0},{"source":79,"target":168},{"source":79,"target":289},{"source":289,"target":168},{"source":80,"target":0},{"source":80,"target":181},{"source":80,"target":290},{"source":290,"target":181},{"source":81,"target":0},{"source":81,"target":82},{"source":81,"target":291},{"source":291,"target":82},{"source":82,"target":0},{"source":82,"target":73},{"source":82,"target":169},{"source":82,"target":292},{"source":82,"target":293},{"source":292,"target":73},{"source":293,"target":169},{"source":83,"target":0},{"source":83,"target":112},{"source":83,"target":294},{"source":294,"target":112},{"source":84,"target":0},{"source":84,"target":121},{"source":84,"target":295},{"source":295,"target":121},{"source":85,"target":0},{"source":85,"target":73},{"source":85,"target":296},{"source":296,"target":73},{"source":86,"target":0},{"source":86,"target":17},{"source":86,"target":297},{"source":297,"target":17},{"source":87,"target":0},{"source":87,"target":17},{"source":87,"target":298},{"source":298,"target":17},{"source":88,"target":0},{"source":88,"target":192},{"source":88,"target":299},{"source":299,"target":192},{"source":89,"target":0},{"source":89,"target":73},{"source":89,"target":300},{"source":300,"target":73},{"source":90,"target":0},{"source":90,"target":193},{"source":90,"target":301},{"source":301,"target":193},{"source":91,"target":0},{"source":91,"target":140},{"source":91,"target":302},{"source":302,"target":140},{"source":92,"target":0},{"source":92,"target":17},{"source":92,"target":303},{"source":303,"target":17},{"source":93,"target":0},{"source":93,"target":167},{"source":93,"target":304},{"source":304,"target":167},{"source":94,"target":0},{"source":94,"target":73},{"source":94,"target":305},{"source":305,"target":73},{"source":95,"target":0},{"source":95,"target":97},{"source":95,"target":306},{"source":306,"target":97},{"source":96,"target":0},{"source":96,"target":31},{"source":96,"target":307},{"source":307,"target":31},{"source":97,"target":0},{"source":97,"target":117},{"source":97,"target":308},{"source":308,"target":117},{"source":98,"target":0},{"source":98,"target":147},{"source":98,"target":309},{"source":309,"target":147},{"source":99,"target":0},{"source":99,"target":96},{"source":99,"target":310},{"source":310,"target":96},{"source":100,"target":0},{"source":100,"target":43},{"source":100,"target":311},{"source":311,"target":43},{"source":101,"target":0},{"source":101,"target":97},{"source":101,"target":312},{"source":312,"target":97},{"source":102,"target":0},{"source":102,"target":35},{"source":102,"target":158},{"source":102,"target":313},{"source":102,"target":314},{"source":313,"target":35},{"source":314,"target":158},{"source":103,"target":0},{"source":103,"target":161},{"source":103,"target":315},{"source":315,"target":161},{"source":104,"target":0},{"source":104,"target":152},{"source":104,"target":121},{"source":104,"target":316},{"source":104,"target":317},{"source":316,"target":152},{"source":317,"target":121},{"source":105,"target":0},{"source":105,"target":150},{"source":105,"target":318},{"source":318,"target":150},{"source":106,"target":0},{"source":106,"target":128},{"source":106,"target":319},{"source":319,"target":128},{"source":107,"target":0},{"source":107,"target":89},{"source":107,"target":320},{"source":320,"target":89},{"source":108,"target":0},{"source":108,"target":64},{"source":108,"target":321},{"source":321,"target":64},{"source":109,"target":0},{"source":109,"target":188},{"source":109,"target":322},{"source":322,"target":188},{"source":110,"target":0},{"source":110,"target":18},{"source":110,"target":323},{"source":323,"target":18},{"source":111,"target":0},{"source":111,"target":37},{"source":111,"target":324},{"source":324,"target":37},{"source":112,"target":0},{"source":112,"target":31},{"source":112,"target":325},{"source":325,"target":31},{"source":113,"target":0},{"source":113,"target":10},{"source":113,"target":326},{"source":326,"target":10},{"source":114,"target":0},{"source":114,"target":117},{"source":114,"target":327},{"source":327,"target":117},{"source":115,"target":0},{"source":115,"target":188},{"source":115,"target":328},{"source":328,"target":188},{"source":116,"target":0},{"source":116,"target":17},{"source":116,"target":329},{"source":329,"target":17},{"source":117,"target":0},{"source":117,"target":149},{"source":117,"target":330},{"source":330,"target":149},{"source":118,"target":0},{"source":118,"target":117},{"source":118,"target":331},{"source":331,"target":117},{"source":119,"target":0},{"source":119,"target":39},{"source":119,"target":332},{"source":332,"target":39},{"source":120,"target":0},{"source":120,"target":108},{"source":120,"target":333},{"source":333,"target":108},{"source":121,"target":0},{"source":121,"target":73},{"source":121,"target":334},{"source":334,"target":73},{"source":122,"target":0},{"source":122,"target":17},{"source":122,"target":335},{"source":335,"target":17},{"source":123,"target":0},{"source":123,"target":148},{"source":123,"target":336},{"source":336,"target":148},{"source":124,"target":0},{"source":124,"target":48},{"source":124,"target":337},{"source":337,"target":48},{"source":125,"target":0},{"source":125,"target":193},{"source":125,"target":338},{"source":338,"target":193},{"source":126,"target":0},{"source":126,"target":35},{"source":126,"target":339},{"source":339,"target":35},{"source":127,"target":0},{"source":127,"target":70},{"source":127,"target":340},{"source":340,"target":70},{"source":128,"target":0},{"source":128,"target":117},{"source":128,"target":341},{"source":341,"target":117},{"source":129,"target":0},{"source":129,"target":188},{"source":129,"target":342},{"source":342,"target":188},{"source":130,"target":0},{"source":130,"target":117},{"source":130,"target":343},{"source":343,"target":117},{"source":131,"target":0},{"source":131,"target":194},{"source":131,"target":344},{"source":344,"target":194},{"source":132,"target":0},{"source":132,"target":112},{"source":132,"target":345},{"source":345,"target":112},{"source":133,"target":0},{"source":133,"target":128},{"source":133,"target":346},{"source":346,"target":128},{"source":134,"target":0},{"source":134,"target":18},{"source":134,"target":347},{"source":347,"target":18},{"source":135,"target":0},{"source":135,"target":177},{"source":135,"target":149},{"source":135,"target":348},{"source":135,"target":349},{"source":348,"target":177},{"source":349,"target":149},{"source":136,"target":0},{"source":136,"target":25},{"source":136,"target":87},{"source":136,"target":187},{"source":136,"target":350},{"source":136,"target":351},{"source":136,"target":352},{"source":136,"target":353},{"source":350,"target":136},{"source":350,"target":354},{"source":350,"target":136},{"source":354,"target":136},{"source":351,"target":25},{"source":352,"target":87},{"source":353,"target":187},{"source":137,"target":0},{"source":137,"target":150},{"source":137,"target":355},{"source":355,"target":150},{"source":138,"target":0},{"source":138,"target":76},{"source":138,"target":356},{"source":356,"target":76},{"source":139,"target":0},{"source":139,"target":35},{"source":139,"target":357},{"source":357,"target":35},{"source":140,"target":0},{"source":140,"target":144},{"source":140,"target":358},{"source":358,"target":144},{"source":141,"target":0},{"source":141,"target":37},{"source":141,"target":359},{"source":359,"target":37},{"source":142,"target":0},{"source":142,"target":17},{"source":142,"target":360},{"source":360,"target":17},{"source":143,"target":0},{"source":143,"target":97},{"source":143,"target":361},{"source":361,"target":97},{"source":144,"target":0},{"source":144,"target":56},{"source":144,"target":362},{"source":362,"target":56},{"source":145,"target":0},{"source":145,"target":73},{"source":145,"target":363},{"source":363,"target":73},{"source":146,"target":0},{"source":146,"target":35},{"source":146,"target":364},{"source":364,"target":35},{"source":147,"target":0},{"source":147,"target":35},{"source":147,"target":365},{"source":365,"target":35},{"source":148,"target":0},{"source":148,"target":168},{"source":148,"target":366},{"source":366,"target":168},{"source":149,"target":0},{"source":149,"target":17},{"source":149,"target":367},{"source":367,"target":17},{"source":150,"target":0},{"source":150,"target":188},{"source":150,"target":368},{"source":368,"target":188},{"source":151,"target":0},{"source":151,"target":87},{"source":151,"target":149},{"source":151,"target":369},{"source":151,"target":370},{"source":369,"target":87},{"source":370,"target":149},{"source":152,"target":0},{"source":152,"target":41},{"source":152,"target":107},{"source":152,"target":371},{"source":152,"target":372},{"source":371,"target":41},{"source":372,"target":107},{"source":153,"target":0},{"source":153,"target":158},{"source":153,"target":373},{"source":373,"target":158},{"source":154,"target":0},{"source":154,"target":17},{"source":154,"target":374},{"source":374,"target":17},{"source":155,"target":0},{"source":155,"target":177},{"source":155,"target":375},{"source":375,"target":177},{"source":156,"target":0},{"source":156,"target":105},{"source":156,"target":376},{"source":376,"target":105},{"source":157,"target":0},{"source":157,"target":42},{"source":157,"target":377},{"source":377,"target":42},{"source":158,"target":0},{"source":158,"target":17},{"source":158,"target":378},{"source":378,"target":17},{"source":159,"target":0},{"source":159,"target":102},{"source":159,"target":379},{"source":379,"target":102},{"source":160,"target":0},{"source":160,"target":112},{"source":160,"target":380},{"source":380,"target":112},{"source":161,"target":0},{"source":161,"target":31},{"source":161,"target":187},{"source":161,"target":169},{"source":161,"target":381},{"source":161,"target":382},{"source":161,"target":383},{"source":381,"target":31},{"source":382,"target":187},{"source":383,"target":169},{"source":162,"target":0},{"source":162,"target":121},{"source":162,"target":384},{"source":384,"target":121},{"source":163,"target":0},{"source":163,"target":180},{"source":163,"target":385},{"source":385,"target":180},{"source":164,"target":0},{"source":164,"target":5},{"source":164,"target":386},{"source":386,"target":5},{"source":165,"target":0},{"source":165,"target":49},{"source":165,"target":387},{"source":387,"target":49},{"source":166,"target":0},{"source":166,"target":150},{"source":166,"target":388},{"source":388,"target":150},{"source":167,"target":0},{"source":167,"target":17},{"source":167,"target":389},{"source":389,"target":17},{"source":168,"target":0},{"source":168,"target":152},{"source":168,"target":390},{"source":390,"target":152},{"source":169,"target":0},{"source":169,"target":17},{"source":169,"target":391},{"source":391,"target":17},{"source":170,"target":0},{"source":170,"target":7},{"source":170,"target":392},{"source":392,"target":7},{"source":171,"target":0},{"source":171,"target":136},{"source":171,"target":393},{"source":393,"target":136},{"source":172,"target":0},{"source":172,"target":188},{"source":172,"target":394},{"source":394,"target":188},{"source":173,"target":0},{"source":173,"target":38},{"source":173,"target":395},{"source":395,"target":38},{"source":174,"target":0},{"source":174,"target":188},{"source":174,"target":396},{"source":396,"target":188},{"source":175,"target":0},{"source":175,"target":38},{"source":175,"target":397},{"source":397,"target":38},{"source":176,"target":0},{"source":176,"target":56},{"source":176,"target":398},{"source":398,"target":56},{"source":177,"target":0},{"source":177,"target":86},{"source":177,"target":53},{"source":177,"target":399},{"source":177,"target":400},{"source":399,"target":86},{"source":400,"target":53},{"source":178,"target":0},{"source":178,"target":73},{"source":178,"target":401},{"source":401,"target":73},{"source":179,"target":0},{"source":179,"target":30},{"source":179,"target":402},{"source":402,"target":30},{"source":180,"target":0},{"source":180,"target":7},{"source":180,"target":149},{"source":180,"target":403},{"source":180,"target":404},{"source":403,"target":7},{"source":404,"target":149},{"source":181,"target":0},{"source":181,"target":112},{"source":181,"target":405},{"source":405,"target":112},{"source":182,"target":0},{"source":182,"target":188},{"source":182,"target":406},{"source":406,"target":188},{"source":183,"target":0},{"source":183,"target":43},{"source":183,"target":407},{"source":407,"target":43},{"source":184,"target":0},{"source":184,"target":188},{"source":184,"target":408},{"source":408,"target":188},{"source":185,"target":0},{"source":185,"target":39},{"source":185,"target":409},{"source":409,"target":39},{"source":186,"target":0},{"source":186,"target":152},{"source":186,"target":410},{"source":410,"target":152},{"source":187,"target":0},{"source":187,"target":17},{"source":187,"target":411},{"source":411,"target":17},{"source":188,"target":0},{"source":188,"target":170},{"source":188,"target":412},{"source":412,"target":170},{"source":189,"target":0},{"source":189,"target":31},{"source":189,"target":413},{"source":413,"target":31},{"source":190,"target":0},{"source":190,"target":168},{"source":190,"target":35},{"source":190,"target":414},{"source":190,"target":415},{"source":414,"target":168},{"source":415,"target":35},{"source":191,"target":0},{"source":191,"target":136},{"source":191,"target":416},{"source":416,"target":136},{"source":192,"target":0},{"source":192,"target":180},{"source":192,"target":417},{"source":417,"target":180},{"source":193,"target":0},{"source":193,"target":181},{"source":193,"target":418},{"source":418,"target":181},{"source":194,"target":0},{"source":194,"target":30},{"source":194,"target":419},{"source":419,"target":30},{"source":195,"target":0},{"source":195,"target":73},{"source":195,"target":420},{"source":420,"target":73},{"source":196,"target":0},{"source":196,"target":188},{"source":196,"target":421},{"source":421,"target":188},{"source":197,"target":0},{"source":197,"target":194},{"source":197,"target":422},{"source":422,"target":194}],"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="l2" nsURI="http://www.eclipse.org/uml2/4.0.0/UML/Profile/L2"
nsPrefix="l2">
<eClassifiers xsi:type="ecore:EClass" name="Auxiliary">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that supports another more central or fundamental class, typically by implementing secondary logic or control flow. The class that the auxiliary supports may be defined explicitly using a Focus class or implicitly as the supplier of dependency relationship whose client is an auxiliary class. Auxiliary classes are typically used together with Focus classes, and are particularly useful for specifying the secondary business logic or control flow of components during design. See also: «Focus»."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseClass" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Call">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A usage dependency whose source is an operation and whose target is an operation. The relationship may also be subsumed to the class containing an operation, with the meaning that there exists an operation in the class to which the dependency applies. A call dependency specifies that the source operation or an operation in the source class invokes the target operation or an operation in the target class. A call dependency may connect a source operation to any target operation that is within scope including, but not limited to, operations of the enclosing classifier and operations of other visible classifiers."/>
</eAnnotations>
<eOperations name="clientAndSupplierAreOperations" 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="self.base_Usage.client->forAll(oclIsKindOf(Operation)) and self.base_Usage.supplier->forAll(oclIsKindOf(Operation))"/>
</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="baseUsage" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Create">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="When applied to a usage dependency, it specifies that the client classifier creates instances of the supplier classifier. When applied to a BehavioralFeature, it specifies that the designated feature creates an instance of the classifier to which the feature is attached."/>
</eAnnotations>
<eOperations name="clientAndSupplierAreClassifiers" 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="self.base_Usage->notEmpty() implies (self.base_Usage.client->forAll(oclIsKindOf(Classifier)) and self.base_Usage.supplier->forAll(oclIsKindOf(Classifier)))"/>
</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="baseBehavioralFeature"
ordered="false" eType="ecore:EClass uml.ecore#//BehavioralFeature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseUsage" ordered="false"
eType="ecore:EClass uml.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Derive">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a derivation relationship among model elements that are usually, but not necessarily, of the same type. A derived dependency specifies that the client may be computed from the supplier. The mapping specifies the computation. The client may be implemented for design reasons, such as efficiency, even though it is logically redundant."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseAbstraction" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Abstraction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="computation" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//ValueSpecification" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The specification for computing the derived client element from the derivation supplier element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Destroy">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies that the designated feature destroys an instance of the classifier to which the feature is attached."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseBehavioralFeature"
ordered="false" lowerBound="1" eType="ecore:EClass uml.ecore#//BehavioralFeature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Document" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A specific kind of file that is not an «Executable», «Library», «Script» or «Source». Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="baseArtifact" ordered="false" lowerBound="1"
eType="ecore:EClass uml.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/baseArtifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="File" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A physical file in the context of the system developed."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseArtifact" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Artifact"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A persistent information component representing a business concept."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseComponent" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Executable" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A program file that can be executed on a computer system. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="baseArtifact" ordered="false" lowerBound="1"
eType="ecore:EClass uml.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/baseArtifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Focus">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that defines the core logic or control flow for one or more auxiliary classes that support it. Support classes may be defined explicitly using Auxiliary classes or implicitly as clients of dependency relationships whose supplier is a focus class. Focus classes are typically used together with one or more Auxiliary classes, and are particularly useful for specifying the core business logic or control flow of components during design. See also: «Auxiliary»."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseClass" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Framework">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A package that contains model elements that specify a reusable architecture for all or part of a system. Frameworks typically include classes, patterns, or templates. When frameworks are specialized for an application domain they are sometimes referred to as application frameworks."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="basePackage" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Implement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A component definition that is not intended to have a specification itself. Rather, it is an implementation for a separate «Specification» to which it has a Dependency."/>
</eAnnotations>
<eOperations name="implementsSpecification" 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="self.base_Component.clientDependency.supplier->select(oclIsKindOf(Classifier)).oclAsType(Classifier).extension_Specificaiton->notEmpty()"/>
</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="baseComponent" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImplementationClass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The implementation of a class in some programming language (e.g., C++, Smalltalk, Java) in which an instance may not have more than one class. This is in contrast to Class, for which an instance may have multiple classes at one time and may gain or lose classes over time, and an object (a child of instance) may dynamically have multiple classes. An Implementation class is said to realize a Classifier if it provides all of the operations defined for the Classifier with the same behavior as specified for the Classifier's operations. An Implementation Class may realize a number of different Types. Note that the physical attributes and associations of the Implementation class do not have to be the same as those of any Classifier it realizes and that the Implementation Class may provide methods for its operations in terms of its physical attributes and associations. See also: «Type»."/>
</eAnnotations>
<eOperations name="cannotBeRealization" 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="self.base_Class.extension_Realization->isEmpty()"/>
</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="baseClass" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instantiate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A usage dependency among classifiers indicating that operations on the client create instances of the supplier."/>
</eAnnotations>
<eOperations name="clientAndSupplierAreClassifiers" 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="self.base_Usage.client->forAll(oclIsKindOf(Classifier)) and self.base_Usage.supplier->forAll(oclIsKindOf(Classifier))"/>
</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="baseUsage" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A static or dynamic library file. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="baseArtifact" ordered="false" lowerBound="1"
eType="ecore:EClass uml.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/baseArtifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metaclass">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class whose instances are also classes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseClass" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelLibrary">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A package that contains model elements that are intended to be reused by other packages. Model libraries are frequently used in conjunction with applied profiles. This is expressed by defining a dependency between a profile and a model library package, or by defining a model library as contained in a profile package. The classes in a model library are not stereotypes and tagged definitions extending the metamodel. A model library is analogous to a class library in some programming languages. When a model library is defined as a part of a profile, it is imported or deleted with the application or removal of the profile. The profile is implicitly applied to its model library. In the other case, when the model library is defined as an external package imported by a profile, the profile requires that the model library be there in the model at the stage of the profile application. The application or the removal of the profile does not affect the presence of the model library elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="basePackage" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Process">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A transaction based component."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseComponent" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Realization">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A classifier that specifies a domain of objects and that also defines the physical implementation of those objects. For example, a Component stereotyped by «realization» will only have realizing Classifiers that implement behavior specified by a separate «Specification» Component. See «specification». This differs from «ImplementationClass» because an «ImplementationClass» is a realization of a Class that can have features such as attributes and methods that are useful to system designers."/>
</eAnnotations>
<eOperations name="cannotBeImplementationClass" 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="self.base_Classifier.extension_ImplementationClass->isEmpty()"/>
</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="baseClassifier" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Refine">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a refinement relationship between model elements at different semantic levels, such as analysis and design. The mapping specifies the relationship between the two elements or sets of elements. The mapping may or may not be computable, and it may be unidirectional or bidirectional. Refinement can be used to model transformations from analysis to design and other such changes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseAbstraction" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Abstraction"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Responsibility">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A contract or an obligation of an element in its relationship to other elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseUsage" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Script" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A script file that can be interpreted by a computer system. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="baseArtifact" ordered="false" lowerBound="1"
eType="ecore:EClass uml.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/baseArtifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Send">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A usage dependency whose client is an operation and whose supplier is a signal, specifying that the client sends the supplier signal."/>
</eAnnotations>
<eOperations name="clientOperationSendsSupplierSignal" 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="self.base_Usage.client->forAll(oclIsKindOf(Operation)) and self.base_Usage.supplier->forAll(oclIsKindOf(Signal))"/>
</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="baseUsage" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Usage"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Service">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A stateless, functional component (computes a value)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseComponent" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Source" eSuperTypes="#//File">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A source file that can be compiled into an executable file. Subclass of «File»."/>
</eAnnotations>
<eAnnotations source="duplicates">
<contents xsi:type="ecore:EReference" name="baseArtifact" ordered="false" lowerBound="1"
eType="ecore:EClass uml.ecore#//Artifact">
<eAnnotations source="redefines" references="#//File/baseArtifact"/>
</contents>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Specification">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that specifies a domain of objects together with the operations applicable to the objects, without defining the physical implementation of those objects. However, it may have attributes and associations. Behavioral specifications for type operations may be expressed using, for example, activity diagrams. An object may have at most one implementation class, however it may conform to multiple different types. See also: «ImplementationClass»."/>
</eAnnotations>
<eOperations name="cannotBeType" 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="self.base_Classifier.extension_Type->isEmpty()"/>
</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="baseClassifier" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Classifier"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Subsystem">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A unit of hierarchical decomposition for large systems. A subsystem is commonly instantiated indirectly. Definitions of subsystems vary widely among domains and methods, and it is expected that domain and method profiles will specialize this construct. A subsystem may be defined to have specification and realization elements. See also: «Specification» and «Realization»."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseComponent" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Component"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that specifies a domain of objects together with the operations applicable to the objects, without defining the physical implementation of those objects. However, it may have attributes and associations. Behavioral specifications for type operations may be expressed using, for example, activity diagrams. An object may have at most one implementation class, however it may conform to multiple different types. See also: «ImplementationClass»."/>
</eAnnotations>
<eOperations name="cannotBeSpecification" 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="self.base_Class.extension_Specification->isEmpty()"/>
</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="baseClass" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Utility">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A class that has no instances, but rather denotes a named collection of static attributes and static operations, all of which are class-scoped."/>
</eAnnotations>
<eOperations name="isUtility" 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="self.base_Class.feature->forAll(isStatic)"/>
</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="baseClass" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Trace">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Specifies a trace relationship between model elements or sets of model elements that represent the same concept in different models. Traces are mainly used for tracking requirements and changes across models. Since model changes can occur in both directions, the directionality of the dependency can often be ignored. The mapping specifies the relationship between the two, but it is rarely computable and is usually informal."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseAbstraction" ordered="false"
lowerBound="1" eType="ecore:EClass uml.ecore#//Abstraction"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/axelreichwein/SysML2OSLCResourceShapes/SysMLProfileToOSLCResourceShapes/Original XMI/l2.ecore | ecore | l2
Auxiliary
baseClass
Call
clientAndSupplierAreOperations
diagnostics
context
baseUsage
Create
clientAndSupplierAreClassifiers
diagnostics
context
baseBehavioralFeature
baseUsage
Derive
baseAbstraction
computation
Destroy
baseBehavioralFeature
Document
baseArtifact
File
baseArtifact
Entity
baseComponent
Executable
baseArtifact
Focus
baseClass
Framework
basePackage
Implement
implementsSpecification
diagnostics
context
baseComponent
ImplementationClass
cannotBeRealization
diagnostics
context
baseClass
Instantiate
clientAndSupplierAreClassifiers
diagnostics
context
baseUsage
Library
baseArtifact
Metaclass
baseClass
ModelLibrary
basePackage
Process
baseComponent
Realization
cannotBeImplementationClass
diagnostics
context
baseClassifier
Refine
baseAbstraction
Responsibility
baseUsage
Script
baseArtifact
Send
clientOperationSendsSupplierSignal
diagnostics
context
baseUsage
Service
baseComponent
Source
baseArtifact
Specification
cannotBeType
diagnostics
context
baseClassifier
Subsystem
baseComponent
Type
cannotBeSpecification
diagnostics
context
baseClass
Utility
isUtility
diagnostics
context
baseClass
Trace
baseAbstraction | null | {"directed":true,"nodes":[{"nsPrefix":"l2","nsURI":"http://www.eclipse.org/uml2/4.0.0/UML/Profile/L2","name":"l2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Auxiliary","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Create","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Derive","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Destroy","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Document","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"File","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Executable","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Focus","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Framework","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationClass","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instantiate","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metaclass","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelLibrary","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refine","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Responsibility","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Send","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Specification","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subsystem","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Utility","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trace","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"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":"baseClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"clientAndSupplierAreOperations","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"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":"baseUsage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EParameter"},{"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":"clientAndSupplierAreClassifiers","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"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":"baseBehavioralFeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"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":"baseUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EParameter"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"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":"baseAbstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"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":"computation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"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":"baseBehavioralFeature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"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":"baseArtifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"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":"baseArtifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"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":"baseComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"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":"baseArtifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"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":"baseClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"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":"basePackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"implementsSpecification","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"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":"baseComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":79,"many":false,"required":false,"eClass":"EParameter"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannotBeRealization","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EOperation"},{"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":"baseClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":88,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"clientAndSupplierAreClassifiers","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"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":"baseUsage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"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":"baseArtifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"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":"baseClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"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":"basePackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"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":"baseComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannotBeImplementationClass","lowerBound":0,"id":114,"many":false,"required":false,"eClass":"EOperation"},{"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":"baseClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":118,"many":false,"required":false,"eClass":"EParameter"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"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":"baseAbstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"id":125,"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":"baseUsage","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseArtifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"clientOperationSendsSupplierSignal","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EOperation"},{"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":"baseUsage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":134,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EParameter"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"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":"baseComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"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":"baseArtifact","changeable":true,"resolveProxies":true,"lowerBound":1,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannotBeType","lowerBound":0,"id":146,"many":false,"required":false,"eClass":"EOperation"},{"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":"baseClassifier","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":149,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":150,"many":false,"required":false,"eClass":"EParameter"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"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":"baseComponent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cannotBeSpecification","lowerBound":0,"id":158,"many":false,"required":false,"eClass":"EOperation"},{"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":"baseClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":0,"id":162,"many":false,"required":false,"eClass":"EParameter"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isUtility","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"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":"baseClass","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"diagnostics","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"},{"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":"baseAbstraction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"id":179,"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":1,"target":0},{"source":1,"target":31},{"source":31,"target":32},{"source":31,"target":1},{"source":2,"target":0},{"source":2,"target":33},{"source":2,"target":34},{"source":33,"target":35},{"source":33,"target":2},{"source":33,"target":36},{"source":33,"target":37},{"source":36,"target":38},{"source":36,"target":33},{"source":37,"target":39},{"source":37,"target":33},{"source":39,"target":40},{"source":39,"target":41},{"source":34,"target":42},{"source":34,"target":2},{"source":3,"target":0},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":43,"target":46},{"source":43,"target":3},{"source":43,"target":47},{"source":43,"target":48},{"source":47,"target":49},{"source":47,"target":43},{"source":48,"target":50},{"source":48,"target":43},{"source":50,"target":51},{"source":50,"target":52},{"source":44,"target":53},{"source":44,"target":3},{"source":45,"target":54},{"source":45,"target":3},{"source":4,"target":0},{"source":4,"target":55},{"source":4,"target":56},{"source":55,"target":57},{"source":55,"target":4},{"source":56,"target":58},{"source":56,"target":4},{"source":5,"target":0},{"source":5,"target":59},{"source":59,"target":60},{"source":59,"target":5},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":61},{"source":62,"target":63},{"source":61,"target":7},{"source":7,"target":0},{"source":7,"target":64},{"source":64,"target":65},{"source":64,"target":7},{"source":8,"target":0},{"source":8,"target":66},{"source":66,"target":67},{"source":66,"target":8},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":68},{"source":69,"target":70},{"source":68,"target":7},{"source":10,"target":0},{"source":10,"target":71},{"source":71,"target":72},{"source":71,"target":10},{"source":11,"target":0},{"source":11,"target":73},{"source":73,"target":74},{"source":73,"target":11},{"source":12,"target":0},{"source":12,"target":75},{"source":12,"target":76},{"source":75,"target":77},{"source":75,"target":12},{"source":75,"target":78},{"source":75,"target":79},{"source":78,"target":80},{"source":78,"target":75},{"source":79,"target":81},{"source":79,"target":75},{"source":81,"target":82},{"source":81,"target":83},{"source":76,"target":84},{"source":76,"target":12},{"source":13,"target":0},{"source":13,"target":85},{"source":13,"target":86},{"source":85,"target":87},{"source":85,"target":13},{"source":85,"target":88},{"source":85,"target":89},{"source":88,"target":90},{"source":88,"target":85},{"source":89,"target":91},{"source":89,"target":85},{"source":91,"target":92},{"source":91,"target":93},{"source":86,"target":94},{"source":86,"target":13},{"source":14,"target":0},{"source":14,"target":95},{"source":14,"target":96},{"source":95,"target":97},{"source":95,"target":14},{"source":95,"target":98},{"source":95,"target":99},{"source":98,"target":100},{"source":98,"target":95},{"source":99,"target":101},{"source":99,"target":95},{"source":101,"target":102},{"source":101,"target":103},{"source":96,"target":104},{"source":96,"target":14},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":105},{"source":106,"target":107},{"source":105,"target":7},{"source":16,"target":0},{"source":16,"target":108},{"source":108,"target":109},{"source":108,"target":16},{"source":17,"target":0},{"source":17,"target":110},{"source":110,"target":111},{"source":110,"target":17},{"source":18,"target":0},{"source":18,"target":112},{"source":112,"target":113},{"source":112,"target":18},{"source":19,"target":0},{"source":19,"target":114},{"source":19,"target":115},{"source":114,"target":116},{"source":114,"target":19},{"source":114,"target":117},{"source":114,"target":118},{"source":117,"target":119},{"source":117,"target":114},{"source":118,"target":120},{"source":118,"target":114},{"source":120,"target":121},{"source":120,"target":122},{"source":115,"target":123},{"source":115,"target":19},{"source":20,"target":0},{"source":20,"target":124},{"source":124,"target":125},{"source":124,"target":20},{"source":21,"target":0},{"source":21,"target":126},{"source":126,"target":127},{"source":126,"target":21},{"source":22,"target":0},{"source":22,"target":7},{"source":22,"target":128},{"source":129,"target":130},{"source":128,"target":7},{"source":23,"target":0},{"source":23,"target":131},{"source":23,"target":132},{"source":131,"target":133},{"source":131,"target":23},{"source":131,"target":134},{"source":131,"target":135},{"source":134,"target":136},{"source":134,"target":131},{"source":135,"target":137},{"source":135,"target":131},{"source":137,"target":138},{"source":137,"target":139},{"source":132,"target":140},{"source":132,"target":23},{"source":24,"target":0},{"source":24,"target":141},{"source":141,"target":142},{"source":141,"target":24},{"source":25,"target":0},{"source":25,"target":7},{"source":25,"target":143},{"source":144,"target":145},{"source":143,"target":7},{"source":26,"target":0},{"source":26,"target":146},{"source":26,"target":147},{"source":146,"target":148},{"source":146,"target":26},{"source":146,"target":149},{"source":146,"target":150},{"source":149,"target":151},{"source":149,"target":146},{"source":150,"target":152},{"source":150,"target":146},{"source":152,"target":153},{"source":152,"target":154},{"source":147,"target":155},{"source":147,"target":26},{"source":27,"target":0},{"source":27,"target":156},{"source":156,"target":157},{"source":156,"target":27},{"source":28,"target":0},{"source":28,"target":158},{"source":28,"target":159},{"source":158,"target":160},{"source":158,"target":28},{"source":158,"target":161},{"source":158,"target":162},{"source":161,"target":163},{"source":161,"target":158},{"source":162,"target":164},{"source":162,"target":158},{"source":164,"target":165},{"source":164,"target":166},{"source":159,"target":167},{"source":159,"target":28},{"source":29,"target":0},{"source":29,"target":168},{"source":29,"target":169},{"source":168,"target":170},{"source":168,"target":29},{"source":168,"target":171},{"source":168,"target":172},{"source":171,"target":173},{"source":171,"target":168},{"source":172,"target":174},{"source":172,"target":168},{"source":174,"target":175},{"source":174,"target":176},{"source":169,"target":177},{"source":169,"target":29},{"source":30,"target":0},{"source":30,"target":178},{"source":178,"target":179},{"source":178,"target":30}],"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="message"
nsURI="http://fuse.com/tools/message" nsPrefix="message">
<eClassifiers xsi:type="ecore:EClass" name="Body">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="body_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="content"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileRef" 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="file-ref"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="useFileRef" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="use-file-ref"/>
</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="message" upperBound="-2"
eType="#//Message" 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="message"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Message">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="message_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" lowerBound="1"
eType="#//Properties" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="properties"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Body"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="body"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="providerId" 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="providerId"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="providerName" 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="providerName"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" 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="type"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Properties">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="propertiesType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" upperBound="-1"
eType="#//Property" containment="true" resolveProxies="false">
<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">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="propertyType"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isheader" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
defaultValueLiteral="true" unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="isheader"/>
</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:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="name"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" 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="value"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/Message.ecore | ecore | message
Body
content
fileRef
useFileRef
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
message
Message
properties
body
providerId
providerName
type
Properties
property
Property
isheader
true
name
value | null | {"directed":true,"nodes":[{"nsPrefix":"message","nsURI":"http://fuse.com/tools/message","name":"message","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Body","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,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","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"},{"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":"content","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"fileRef","changeable":true,"lowerBound":0,"iD":false,"id":7,"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":"useFileRef","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"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":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":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"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":"message","changeable":true,"resolveProxies":false,"lowerBound":0,"id":15,"derived":true},{"id":16,"eClass":"EGenericType"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"body","changeable":true,"resolveProxies":false,"lowerBound":1,"id":21,"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":"providerId","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":"providerName","changeable":true,"lowerBound":1,"iD":false,"id":23,"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":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"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":"property","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"isheader","changeable":true,"lowerBound":0,"iD":false,"id":32,"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":33,"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":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":6,"target":9},{"source":6,"target":1},{"source":7,"target":10},{"source":7,"target":1},{"source":8,"target":11},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":12,"target":16},{"source":12,"target":2},{"source":13,"target":17},{"source":13,"target":2},{"source":14,"target":18},{"source":14,"target":2},{"source":15,"target":3},{"source":15,"target":19},{"source":15,"target":2},{"source":19,"target":3},{"source":3,"target":0},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":20,"target":4},{"source":20,"target":25},{"source":20,"target":3},{"source":25,"target":4},{"source":21,"target":1},{"source":21,"target":26},{"source":21,"target":3},{"source":26,"target":1},{"source":22,"target":27},{"source":22,"target":3},{"source":23,"target":28},{"source":23,"target":3},{"source":24,"target":29},{"source":24,"target":3},{"source":4,"target":0},{"source":4,"target":30},{"source":30,"target":5},{"source":30,"target":31},{"source":30,"target":4},{"source":31,"target":5},{"source":5,"target":0},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":32,"target":35},{"source":32,"target":5},{"source":33,"target":36},{"source":33,"target":5},{"source":34,"target":37},{"source":34,"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="qvtimperative" nsURI="http://www.eclipse.org/qvt/0.9/QVTimperative"
nsPrefix="qvti">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Package for an Imperative QVT transformation."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="qvtb" value="/resource/org.eclipse.qvtd.pivot.qvtbase/model/QVTbase.ecore#/"/>
<details key="qvtcb" value="/resource/org.eclipse.qvtd.pivot.qvtcorebase/model/QVTcoreBase.ecore#/"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="ImperativeModel" eSuperTypes="../../org.eclipse.qvtd.pivot.qvtbase/model/QVTbase.ecore#//BaseModel">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Model of an Imperative QVT transformation."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="../../org.eclipse.qvtd.pivot.qvtcorebase/model/QVTcoreBase.ecore#//AbstractMapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An Imperative Mapping extends the abstract declarative mapping to support
explicit nested invocation of mappings with bindings for the invoked mapping's
bound variables."/>
</eAnnotations>
<eOperations name="getAllMappings" ordered="false" upperBound="-1" eType="#//Mapping"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappingCall" upperBound="-1"
eType="#//MappingCall" containment="true" eOpposite="#//MappingCall/context"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingCall" eSuperTypes="../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//OCLExpression ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//ReferringElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A MappingCall specifies the invocation of a referredMapping with a set of bindings
of the bound variables of the referredMapping to values provided in the invocation.
Where Collections of values are provided for isLoop bindings, a distinct invocation
is performed for each distinct permutation of Collection elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="referredMapping" lowerBound="1"
eType="#//Mapping">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Mapping invoked by the MappingCall."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" ordered="false"
upperBound="-1" eType="#//MappingCallBinding" containment="true" eOpposite="#//MappingCallBinding/mappingCall">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Set of value to bound variable bindings."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1"
eType="#//Mapping" eOpposite="#//Mapping/mappingCall">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Mapping that provides the invocation context for this MappingCall."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingCallBinding" eSuperTypes="../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Element">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A MappingCallBinding specifies the binding of a single variable as part of
a MappingCall. A value is bound to the variable. OPtionally isLoop may be true
to indicate that the value is a collection of values, each of which is to
be used as part of a distinct invocation."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappingCall" eType="#//MappingCall"
eOpposite="#//MappingCall/binding">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The containing MappingCall."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="boundVariable" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Variable">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable with the mappingCall.referredMapping bound to the/a value"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//OCLExpression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value or collection of values to bind to boundVariable"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isLoop" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Whether the value is a collection of values to be looped over."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MiddlePropertyAssignment" eSuperTypes="../../org.eclipse.qvtd.pivot.qvtcorebase/model/QVTcoreBase.ecore#//PropertyAssignment">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A MiddlePropertyAssignment identifies a property assignment to the middle model.
It adds an additional feature to facilitate efficient access to a cache of
non-navigable outer-to-middle opposites."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cacheIndex" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Identification of the cache of unnavigable opposites to be maintained
by this property assignment. May be null if no cache is required."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MiddlePropertyCallExp" eSuperTypes="../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//PropertyCallExp">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A MiddlePropertyCallExp identifies a property call from the middle model.
It adds an additional feature to facilitate efficient access to a cache of
non-navigable outer-to-middle opposites."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cacheIndex" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Identification of the cache of unnavigable opposites to be exploited
by this property call. Should not be null during execution."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariablePredicate" eSuperTypes="../../org.eclipse.qvtd.pivot.qvtbase/model/QVTbase.ecore#//Predicate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A VariablePredicate validates the initialization of a guard pattern varaible."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetVariable" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.ocl.examples.pivot/model/Pivot.ecore#//Variable">
<eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName">
<details key="body" value="predicate"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/QVTimperative.ecore | ecore | qvtimperative
ImperativeModel
Mapping
getAllMappings
mappingCall
MappingCall
referredMapping
binding
context
MappingCallBinding
mappingCall
boundVariable
value
isLoop
false
MiddlePropertyAssignment
cacheIndex
MiddlePropertyCallExp
cacheIndex
VariablePredicate
targetVariable | null | {"directed":true,"nodes":[{"nsPrefix":"qvti","nsURI":"http://www.eclipse.org/qvt/0.9/QVTimperative","name":"qvtimperative","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImperativeModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCall","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingCallBinding","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MiddlePropertyAssignment","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MiddlePropertyCallExp","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariablePredicate","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"id":8,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAllMappings","lowerBound":0,"id":9,"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":"mappingCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"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":"context","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"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":"referredMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"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":"binding","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"},{"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":"mappingCall","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"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":"boundVariable","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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"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":"isLoop","changeable":true,"lowerBound":1,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"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":"cacheIndex","changeable":true,"lowerBound":0,"iD":false,"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":"cacheIndex","changeable":true,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"targetVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"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":2,"target":0},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":9,"target":2},{"source":9,"target":12},{"source":9,"target":2},{"source":12,"target":2},{"source":10,"target":3},{"source":10,"target":13},{"source":10,"target":2},{"source":10,"target":14},{"source":13,"target":3},{"source":3,"target":0},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":14},{"source":3,"target":17},{"source":3,"target":18},{"source":15,"target":2},{"source":15,"target":19},{"source":15,"target":3},{"source":19,"target":2},{"source":16,"target":4},{"source":16,"target":20},{"source":16,"target":3},{"source":16,"target":21},{"source":20,"target":4},{"source":14,"target":2},{"source":14,"target":22},{"source":14,"target":3},{"source":14,"target":10},{"source":22,"target":2},{"source":4,"target":0},{"source":4,"target":21},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":21,"target":3},{"source":21,"target":27},{"source":21,"target":4},{"source":21,"target":16},{"source":27,"target":3},{"source":23,"target":28},{"source":23,"target":4},{"source":24,"target":29},{"source":24,"target":4},{"source":25,"target":30},{"source":25,"target":4},{"source":5,"target":0},{"source":5,"target":31},{"source":5,"target":32},{"source":31,"target":33},{"source":31,"target":5},{"source":6,"target":0},{"source":6,"target":34},{"source":6,"target":35},{"source":34,"target":36},{"source":34,"target":6},{"source":7,"target":0},{"source":7,"target":37},{"source":7,"target":38},{"source":37,"target":39},{"source":37,"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="mickeyLang" nsURI="http://www.justeat.com/mickeydb/MickeyLang"
nsPrefix="mickeyLang">
<eClassifiers xsi:type="ecore:EClass" name="MickeyFile">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="databaseName" 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#//EBigDecimal"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="#//MickeyBlock" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MickeyBlock"/>
<eClassifiers xsi:type="ecore:EClass" name="MickeyFunction" eSuperTypes="#//MickeyBlock">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//FunctionArg"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TableDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//DMLStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionStatement" eSuperTypes="#//MickeyBlock">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="uri" eType="#//ContentUri"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TableDefinition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1"
eType="#//ContentUriQueryParam" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="notifications" upperBound="-1"
eType="#//ContentNotificationUri" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContentNotificationUri">
<eStructuralFeatures xsi:type="ecore:EReference" name="uri" eType="#//NotifyContentUri"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionArg">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ColumnType"/>
<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="NotifyContentUri">
<eStructuralFeatures xsi:type="ecore:EReference" name="segments" upperBound="-1"
eType="#//NotifyContentUriSegment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotifyContentUriSegment">
<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="ContentUri">
<eStructuralFeatures xsi:type="ecore:EReference" name="segments" upperBound="-1"
eType="#//ContentUriSegment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContentUriQueryParam">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="like" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//ColumnSource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContentUriSegment">
<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="MigrationBlock" eSuperTypes="#//MickeyBlock">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//MigrationBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//DDLStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="Case">
<eStructuralFeatures xsi:type="ecore:EReference" name="whenExpression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectStatement" eSuperTypes="#//DMLStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="core" eType="#//SelectCoreExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderby" eType="#//OrderingTermList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="limit" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="limitOffset" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderingTermList">
<eStructuralFeatures xsi:type="ecore:EReference" name="orderingTerms" upperBound="-1"
eType="#//OrderingTerm" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectCoreExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="SelectList">
<eStructuralFeatures xsi:type="ecore:EReference" name="resultColumns" upperBound="-1"
eType="#//ColumnSource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhereExpressions">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupByExpressions">
<eStructuralFeatures xsi:type="ecore:EReference" name="groupByExpressions" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HavingExpressions">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="CompoundOperator">
<eLiterals name="unionall" literal="union all"/>
<eLiterals name="union" value="1" literal="union"/>
<eLiterals name="intersect" value="2" literal="intersect"/>
<eLiterals name="except" value="3" literal="except"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderingTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="asc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JoinSource">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//SingleSource"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="joinStatements" upperBound="-1"
eType="#//JoinStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleSource"/>
<eClassifiers xsi:type="ecore:EClass" name="SelectSource" eSuperTypes="#//SingleSource">
<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="SingleSourceJoin" eSuperTypes="#//SingleSource">
<eStructuralFeatures xsi:type="ecore:EReference" name="joinSource" eType="#//JoinSource"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JoinStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="natural" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="left" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inner" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cross" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="singleSource" eType="#//SingleSource"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnSource">
<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="LiteralValue"/>
<eClassifiers xsi:type="ecore:EEnum" name="SqliteDataType">
<eLiterals name="text" literal="text"/>
<eLiterals name="integer" value="1" literal="integer"/>
<eLiterals name="real" value="2" literal="real"/>
<eLiterals name="blob" value="3" literal="blob"/>
<eLiterals name="none" value="4" literal="none"/>
<eLiterals name="numeric" value="5" literal="numeric"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DDLStatement" eSuperTypes="#//MickeyBlock"/>
<eClassifiers xsi:type="ecore:EClass" name="TableDefinition" eSuperTypes="#//DDLStatement">
<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="CreateTriggerStatement" eSuperTypes="#//DDLStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="temporary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="when" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eventType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="updateColumnNames" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="forEachRow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whenExpression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//DMLStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlterTableAddColumnStatement" eSuperTypes="#//DDLStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columnDef" eType="#//ColumnSource"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DropTableStatement" eSuperTypes="#//DDLStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ifExists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DropTriggerStatement" eSuperTypes="#//DDLStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ifExists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" eType="#//CreateTriggerStatement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DropViewStatement" eSuperTypes="#//DDLStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ifExists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="view" eType="#//CreateViewStatement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateIndexStatement" eSuperTypes="#//DDLStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//IndexedColumn" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DropIndexStatement" eSuperTypes="#//DDLStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ifExists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="#//CreateIndexStatement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="TableConstraint">
<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="UniqueTableConstraint" eSuperTypes="#//TableConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//IndexedColumn" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conflictClause" eType="#//ConflictClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryConstraint" eSuperTypes="#//TableConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1"
eType="#//IndexedColumn" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conflictClause" eType="#//ConflictClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CheckTableConstraint" eSuperTypes="#//TableConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IndexedColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="columnReference" eType="#//ColumnDef"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="collationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="asc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultValue"/>
<eClassifiers xsi:type="ecore:EClass" name="ConflictClause">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolution" eType="#//ConflictResolution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ColumnType">
<eLiterals name="text" literal="text"/>
<eLiterals name="integer" value="1" literal="integer"/>
<eLiterals name="real" value="2" literal="real"/>
<eLiterals name="blob" value="3" literal="blob"/>
<eLiterals name="boolean" value="4" literal="boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConflictResolution">
<eLiterals name="rollback" literal="rollback"/>
<eLiterals name="abort" value="1" literal="abort"/>
<eLiterals name="fail" value="2" literal="fail"/>
<eLiterals name="ignore" value="3" literal="ignore"/>
<eLiterals name="replace" value="4" literal="replace"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DMLStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeleteStatement" eSuperTypes="#//DMLStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InsertStatement" eSuperTypes="#//DMLStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conflictResolution" eType="#//ConflictResolution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columnNames" unique="false"
upperBound="-1" eType="#//ColumnDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectStatement" eType="#//SelectStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UpdateStatement" eSuperTypes="#//DMLStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="conflictResolution" eType="#//ConflictResolution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updateColumnExpressions"
upperBound="-1" eType="#//UpdateColumnExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whereExpression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UpdateColumnExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="columnName" eType="#//ColumnDef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotifyContentUriParamSegment" eSuperTypes="#//NotifyContentUriSegment"/>
<eClassifiers xsi:type="ecore:EClass" name="ContentUriParamSegment" eSuperTypes="#//ContentUriSegment">
<eStructuralFeatures xsi:type="ecore:EReference" name="param" eType="#//ColumnSource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprConcat" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<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="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprMult" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<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="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprAdd" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<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="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprBit" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<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="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprRelate" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<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="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprEqual" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<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="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprAnd" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<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="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprOr" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<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="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullCheckExpression" eSuperTypes="#//Expression">
<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:EClass" name="IsNull" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="NotNull" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="NewColumn" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//ColumnSource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OldColumn" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//ColumnSource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnSourceRef" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//SelectSource"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//ColumnSource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Literal" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="literalValue" eType="#//LiteralValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NestedExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectStatementExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exists" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="select" eType="#//SelectStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CaseExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="caseExpression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cases" upperBound="-1"
eType="#//Case" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SqliteDataType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionArgument" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="#//FunctionArg"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectCore" eSuperTypes="#//SelectCoreExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//SelectCoreExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//CompoundOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//SelectCoreExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectExpression" eSuperTypes="#//SelectCoreExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="distinct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allColumns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectList" eType="#//SelectList"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//JoinSource"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="#//WhereExpressions"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groupBy" eType="#//GroupByExpressions"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="having" eType="#//HavingExpressions"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleSourceTable" eSuperTypes="#//SelectSource">
<eStructuralFeatures xsi:type="ecore:EReference" name="tableReference" eType="#//TableDefinition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SingleSourceSelectStatement" eSuperTypes="#//SelectSource">
<eStructuralFeatures xsi:type="ecore:EReference" name="selectStatement" eType="#//SelectStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResultColumn" eSuperTypes="#//ColumnSource">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericLiteral" eSuperTypes="#//LiteralValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//LiteralValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//LiteralValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CurrentTimeLiteral" eSuperTypes="#//LiteralValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CurrentDateLiteral" eSuperTypes="#//LiteralValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CurrentTimeStampLiteral" eSuperTypes="#//LiteralValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="literal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateTableStatement" eSuperTypes="#//TableDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="temporary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="columnDefs" upperBound="-1"
eType="#//ColumnSource" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1"
eType="#//TableConstraint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateViewStatement" eSuperTypes="#//TableDefinition">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="temporary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectStatement" eType="#//SelectStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AlterTableRenameStatement" eSuperTypes="#//TableDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableDefinition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnDef" eSuperTypes="#//ColumnSource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ColumnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1"
eType="#//ColumnConstraint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PrimaryKeyColumnConstraint" eSuperTypes="#//ColumnConstraint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="asc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="autoincrement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotNullConstraint" eSuperTypes="#//ColumnConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="conflictClause" eType="#//ConflictClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UniqueConstraint" eSuperTypes="#//ColumnConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="conflictClause" eType="#//ConflictClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultConstraint" eSuperTypes="#//ColumnConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//DefaultValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CheckConstraint" eSuperTypes="#//ColumnConstraint">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralDefaultValue" eSuperTypes="#//DefaultValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="literal" eType="#//LiteralValue"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionDefaultValue" eSuperTypes="#//DefaultValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/justeat/mickeydb/com.justeat.mickeydb/model/generated/MickeyLang.ecore | ecore | mickeyLang
MickeyFile
databaseName
version
blocks
MickeyBlock
MickeyFunction
name
args
type
statements
ActionStatement
name
uri
type
unique
params
notifications
ContentNotificationUri
uri
FunctionArg
type
name
NotifyContentUri
segments
NotifyContentUriSegment
name
ContentUri
segments
ContentUriQueryParam
like
column
ContentUriSegment
name
MigrationBlock
name
from
statements
Expression
Case
whenExpression
thenExpression
SelectStatement
core
orderby
limit
limitOffset
OrderingTermList
orderingTerms
SelectCoreExpression
SelectList
resultColumns
WhereExpressions
expression
GroupByExpressions
groupByExpressions
HavingExpressions
expression
CompoundOperator
unionall
union all
union
union
intersect
intersect
except
except
OrderingTerm
expression
asc
desc
JoinSource
source
joinStatements
SingleSource
SelectSource
name
SingleSourceJoin
joinSource
JoinStatement
natural
left
outer
inner
cross
singleSource
expression
ColumnSource
name
LiteralValue
SqliteDataType
text
text
integer
integer
real
real
blob
blob
none
none
numeric
numeric
DDLStatement
TableDefinition
name
CreateTriggerStatement
temporary
name
when
eventType
updateColumnNames
table
forEachRow
whenExpression
statements
AlterTableAddColumnStatement
table
columnDef
DropTableStatement
ifExists
table
DropTriggerStatement
ifExists
trigger
DropViewStatement
ifExists
view
CreateIndexStatement
unique
name
table
columns
DropIndexStatement
ifExists
index
ColumnConstraint
TableConstraint
name
UniqueTableConstraint
columns
conflictClause
PrimaryConstraint
columns
conflictClause
CheckTableConstraint
expression
IndexedColumn
columnReference
collationName
asc
desc
DefaultValue
ConflictClause
resolution
ColumnType
text
text
integer
integer
real
real
blob
blob
boolean
boolean
ConflictResolution
rollback
rollback
abort
abort
fail
fail
ignore
ignore
replace
replace
DMLStatement
DeleteStatement
table
expression
InsertStatement
conflictResolution
table
columnNames
expressions
selectStatement
UpdateStatement
conflictResolution
table
updateColumnExpressions
whereExpression
UpdateColumnExpression
columnName
expression
NotifyContentUriParamSegment
ContentUriParamSegment
param
ExprConcat
left
op
right
ExprMult
left
op
right
ExprAdd
left
op
right
ExprBit
left
op
right
ExprRelate
left
op
right
ExprEqual
left
op
right
ExprAnd
left
op
right
ExprOr
left
op
right
NullCheckExpression
left
right
IsNull
NotNull
NewColumn
column
OldColumn
column
ColumnSourceRef
source
all
column
Literal
literalValue
NestedExpression
expression
SelectStatementExpression
not
exists
select
CaseExpression
caseExpression
cases
elseExpression
Function
name
all
arguments
CastExpression
expression
type
FunctionArgument
arg
SelectCore
left
op
right
SelectExpression
distinct
all
allColumns
selectList
source
where
groupBy
having
SingleSourceTable
tableReference
SingleSourceSelectStatement
selectStatement
ResultColumn
expression
NumericLiteral
number
StringLiteral
literal
NullLiteral
literal
CurrentTimeLiteral
literal
CurrentDateLiteral
literal
CurrentTimeStampLiteral
literal
CreateTableStatement
temporary
columnDefs
constraints
CreateViewStatement
temporary
selectStatement
AlterTableRenameStatement
table
ColumnDef
type
constraints
PrimaryKeyColumnConstraint
asc
desc
autoincrement
NotNullConstraint
conflictClause
UniqueConstraint
conflictClause
DefaultConstraint
defaultValue
CheckConstraint
expression
LiteralDefaultValue
literal
ExpressionDefaultValue
expression | null | {"directed":true,"nodes":[{"nsPrefix":"mickeyLang","nsURI":"http://www.justeat.com/mickeydb/MickeyLang","name":"mickeyLang","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MickeyFile","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MickeyBlock","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MickeyFunction","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionStatement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentNotificationUri","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionArg","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotifyContentUri","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotifyContentUriSegment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentUri","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentUriQueryParam","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentUriSegment","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MigrationBlock","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectStatement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderingTermList","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectCoreExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectList","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhereExpressions","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupByExpressions","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HavingExpressions","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CompoundOperator","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderingTerm","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinSource","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleSource","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectSource","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleSourceJoin","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinStatement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnSource","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralValue","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SqliteDataType","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DDLStatement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableDefinition","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateTriggerStatement","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlterTableAddColumnStatement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropTableStatement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropTriggerStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropViewStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateIndexStatement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DropIndexStatement","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnConstraint","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableConstraint","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueTableConstraint","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryConstraint","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckTableConstraint","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexedColumn","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultValue","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConflictClause","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColumnType","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConflictResolution","instanceClass":null,"id":50,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DMLStatement","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteStatement","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InsertStatement","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateStatement","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateColumnExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotifyContentUriParamSegment","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContentUriParamSegment","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprConcat","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprMult","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprAdd","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprBit","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprRelate","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprEqual","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprAnd","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprOr","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullCheckExpression","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsNull","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotNull","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewColumn","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OldColumn","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnSourceRef","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedExpression","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectStatementExpression","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseExpression","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionArgument","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectCore","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectExpression","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleSourceTable","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleSourceSelectStatement","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResultColumn","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericLiteral","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentTimeLiteral","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentDateLiteral","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CurrentTimeStampLiteral","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateTableStatement","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateViewStatement","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlterTableRenameStatement","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnDef","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKeyColumnConstraint","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotNullConstraint","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueConstraint","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultConstraint","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckConstraint","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralDefaultValue","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionDefaultValue","instanceClass":null,"abstract":false,"id":100,"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":"databaseName","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":102,"derived":false},{"container":false,"ordered":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":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"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":107,"derived":false},{"container":false,"ordered":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":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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":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":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"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":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"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":118,"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":"unique","changeable":true,"lowerBound":0,"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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"container":false,"ordered":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":121,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"segments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"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":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"segments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"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":"like","changeable":true,"lowerBound":0,"iD":false,"id":141,"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":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"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":145,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":147,"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":"from","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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"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":"whenExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"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":"core","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderby","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"limit","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":"limitOffset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderingTerms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultColumns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"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":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupByExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"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":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"name":"unionall","id":177,"value":0,"literal":"union all","eClass":"EEnumLiteral"},{"name":"union","id":178,"value":1,"literal":"union","eClass":"EEnumLiteral"},{"name":"intersect","id":179,"value":2,"literal":"intersect","eClass":"EEnumLiteral"},{"name":"except","id":180,"value":3,"literal":"except","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":181,"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":"asc","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":"desc","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"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":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"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":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"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":"joinSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"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":"natural","changeable":true,"lowerBound":0,"iD":false,"id":197,"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":"left","changeable":true,"lowerBound":0,"iD":false,"id":198,"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":"outer","changeable":true,"lowerBound":0,"iD":false,"id":199,"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":"inner","changeable":true,"lowerBound":0,"iD":false,"id":200,"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":"cross","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"singleSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"container":false,"ordered":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":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"},{"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},{"id":212,"eClass":"EGenericType"},{"name":"text","id":213,"value":0,"literal":"text","eClass":"EEnumLiteral"},{"name":"integer","id":214,"value":1,"literal":"integer","eClass":"EEnumLiteral"},{"name":"real","id":215,"value":2,"literal":"real","eClass":"EEnumLiteral"},{"name":"blob","id":216,"value":3,"literal":"blob","eClass":"EEnumLiteral"},{"name":"none","id":217,"value":4,"literal":"none","eClass":"EEnumLiteral"},{"name":"numeric","id":218,"value":5,"literal":"numeric","eClass":"EEnumLiteral"},{"id":219,"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":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"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":"temporary","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":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":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"when","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":"eventType","changeable":true,"lowerBound":0,"iD":false,"id":226,"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":"updateColumnNames","changeable":true,"lowerBound":0,"iD":false,"id":227,"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":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"forEachRow","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whenExpression","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":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"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"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"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":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columnDef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"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":"ifExists","changeable":true,"lowerBound":0,"iD":false,"id":247,"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":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"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":"ifExists","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":false,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"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":"ifExists","changeable":true,"lowerBound":0,"iD":false,"id":257,"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":"view","changeable":true,"resolveProxies":true,"lowerBound":0,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"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":"unique","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":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":263,"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":"table","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":"columns","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":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ifExists","changeable":true,"lowerBound":0,"iD":false,"id":271,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conflictClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"container":false,"ordered":true,"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":283,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conflictClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"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":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"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":"columnReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"collationName","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":"asc","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":null,"unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resolution","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"name":"text","id":301,"value":0,"literal":"text","eClass":"EEnumLiteral"},{"name":"integer","id":302,"value":1,"literal":"integer","eClass":"EEnumLiteral"},{"name":"real","id":303,"value":2,"literal":"real","eClass":"EEnumLiteral"},{"name":"blob","id":304,"value":3,"literal":"blob","eClass":"EEnumLiteral"},{"name":"boolean","id":305,"value":4,"literal":"boolean","eClass":"EEnumLiteral"},{"name":"rollback","id":306,"value":0,"literal":"rollback","eClass":"EEnumLiteral"},{"name":"abort","id":307,"value":1,"literal":"abort","eClass":"EEnumLiteral"},{"name":"fail","id":308,"value":2,"literal":"fail","eClass":"EEnumLiteral"},{"name":"ignore","id":309,"value":3,"literal":"ignore","eClass":"EEnumLiteral"},{"name":"replace","id":310,"value":4,"literal":"replace","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":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conflictResolution","changeable":true,"lowerBound":0,"iD":false,"id":316,"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":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"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":"columnNames","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conflictResolution","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":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updateColumnExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whereExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"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":"columnName","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":"expression","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":false,"unsettable":false,"transient":false,"unique":true,"name":"param","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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"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":345,"derived":false},{"container":false,"ordered":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":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"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":351,"derived":false},{"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":352,"derived":false},{"container":false,"ordered":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":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"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":358,"derived":false},{"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":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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"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":365,"derived":false},{"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":366,"derived":false},{"container":false,"ordered":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":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"id":371,"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":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":"op","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"container":false,"ordered":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":374,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"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":380,"derived":false},{"container":false,"ordered":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":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"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":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":"op","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"container":false,"ordered":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":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"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":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"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":394,"derived":false},{"container":false,"ordered":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":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"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":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":"right","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"},{"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":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"id":408,"eClass":"EGenericType"},{"id":409,"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":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"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":413,"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":"all","changeable":true,"lowerBound":0,"iD":false,"id":414,"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":"column","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literalValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"id":421,"eClass":"EGenericType"},{"id":422,"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":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"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":426,"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":"exists","changeable":true,"lowerBound":0,"iD":false,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"select","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"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":"caseExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"container":false,"ordered":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":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":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"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":440,"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":"all","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"container":false,"ordered":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":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"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":448,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"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":455,"derived":false},{"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":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":"right","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distinct","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":null,"unsettable":false,"transient":false,"unique":true,"name":"all","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":null,"unsettable":false,"transient":false,"unique":true,"name":"allColumns","changeable":true,"lowerBound":0,"iD":false,"id":464,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":465,"derived":false},{"container":false,"ordered":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":466,"derived":false},{"container":false,"ordered":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":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":"groupBy","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":"having","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"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"tableReference","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectStatement","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"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":"number","changeable":true,"lowerBound":0,"iD":false,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"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":"literal","changeable":true,"lowerBound":0,"iD":false,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"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":"literal","changeable":true,"lowerBound":0,"iD":false,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"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":"literal","changeable":true,"lowerBound":0,"iD":false,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"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":"literal","changeable":true,"lowerBound":0,"iD":false,"id":500,"derived":false},{"id":501,"eClass":"EGenericType"},{"id":502,"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":"literal","changeable":true,"lowerBound":0,"iD":false,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"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":"temporary","changeable":true,"lowerBound":0,"iD":false,"id":506,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columnDefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"container":false,"ordered":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":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"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":"temporary","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":true,"unsettable":false,"transient":false,"unique":true,"name":"selectStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":514,"derived":false},{"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":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":518,"derived":false},{"id":519,"eClass":"EGenericType"},{"id":520,"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":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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"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":"asc","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":"desc","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":"autoincrement","changeable":true,"lowerBound":0,"iD":false,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"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":"conflictClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"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":"conflictClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":536,"derived":false},{"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":"defaultValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"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":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"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":"literal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":545,"derived":false},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"derived":false},{"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":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":1,"target":0},{"source":1,"target":101},{"source":1,"target":102},{"source":1,"target":103},{"source":101,"target":104},{"source":101,"target":1},{"source":102,"target":105},{"source":102,"target":1},{"source":103,"target":2},{"source":103,"target":106},{"source":103,"target":1},{"source":106,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":107},{"source":3,"target":108},{"source":3,"target":109},{"source":3,"target":110},{"source":3,"target":111},{"source":107,"target":112},{"source":107,"target":3},{"source":108,"target":6},{"source":108,"target":113},{"source":108,"target":3},{"source":113,"target":6},{"source":109,"target":33},{"source":109,"target":114},{"source":109,"target":3},{"source":114,"target":33},{"source":110,"target":51},{"source":110,"target":115},{"source":110,"target":3},{"source":115,"target":51},{"source":111,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":116},{"source":4,"target":117},{"source":4,"target":118},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":121},{"source":4,"target":122},{"source":116,"target":123},{"source":116,"target":4},{"source":117,"target":9},{"source":117,"target":124},{"source":117,"target":4},{"source":124,"target":9},{"source":118,"target":33},{"source":118,"target":125},{"source":118,"target":4},{"source":125,"target":33},{"source":119,"target":126},{"source":119,"target":4},{"source":120,"target":10},{"source":120,"target":127},{"source":120,"target":4},{"source":127,"target":10},{"source":121,"target":5},{"source":121,"target":128},{"source":121,"target":4},{"source":128,"target":5},{"source":122,"target":2},{"source":5,"target":0},{"source":5,"target":129},{"source":129,"target":7},{"source":129,"target":130},{"source":129,"target":5},{"source":130,"target":7},{"source":6,"target":0},{"source":6,"target":131},{"source":6,"target":132},{"source":131,"target":49},{"source":131,"target":133},{"source":131,"target":6},{"source":133,"target":49},{"source":132,"target":134},{"source":132,"target":6},{"source":7,"target":0},{"source":7,"target":135},{"source":135,"target":8},{"source":135,"target":136},{"source":135,"target":7},{"source":136,"target":8},{"source":8,"target":0},{"source":8,"target":137},{"source":137,"target":138},{"source":137,"target":8},{"source":9,"target":0},{"source":9,"target":139},{"source":139,"target":11},{"source":139,"target":140},{"source":139,"target":9},{"source":140,"target":11},{"source":10,"target":0},{"source":10,"target":141},{"source":10,"target":142},{"source":141,"target":143},{"source":141,"target":10},{"source":142,"target":29},{"source":142,"target":144},{"source":142,"target":10},{"source":144,"target":29},{"source":11,"target":0},{"source":11,"target":145},{"source":145,"target":146},{"source":145,"target":11},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":147},{"source":12,"target":148},{"source":12,"target":149},{"source":12,"target":150},{"source":147,"target":151},{"source":147,"target":12},{"source":148,"target":12},{"source":148,"target":152},{"source":148,"target":12},{"source":152,"target":12},{"source":149,"target":32},{"source":149,"target":153},{"source":149,"target":12},{"source":153,"target":32},{"source":150,"target":2},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":154},{"source":14,"target":155},{"source":154,"target":13},{"source":154,"target":156},{"source":154,"target":14},{"source":156,"target":13},{"source":155,"target":13},{"source":155,"target":157},{"source":155,"target":14},{"source":157,"target":13},{"source":15,"target":0},{"source":15,"target":51},{"source":15,"target":158},{"source":15,"target":159},{"source":15,"target":160},{"source":15,"target":161},{"source":15,"target":162},{"source":158,"target":17},{"source":158,"target":163},{"source":158,"target":15},{"source":163,"target":17},{"source":159,"target":16},{"source":159,"target":164},{"source":159,"target":15},{"source":164,"target":16},{"source":160,"target":13},{"source":160,"target":165},{"source":160,"target":15},{"source":165,"target":13},{"source":161,"target":13},{"source":161,"target":166},{"source":161,"target":15},{"source":166,"target":13},{"source":162,"target":51},{"source":16,"target":0},{"source":16,"target":167},{"source":167,"target":23},{"source":167,"target":168},{"source":167,"target":16},{"source":168,"target":23},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":169},{"source":169,"target":29},{"source":169,"target":170},{"source":169,"target":18},{"source":170,"target":29},{"source":19,"target":0},{"source":19,"target":171},{"source":171,"target":13},{"source":171,"target":172},{"source":171,"target":19},{"source":172,"target":13},{"source":20,"target":0},{"source":20,"target":173},{"source":173,"target":13},{"source":173,"target":174},{"source":173,"target":20},{"source":174,"target":13},{"source":21,"target":0},{"source":21,"target":175},{"source":175,"target":13},{"source":175,"target":176},{"source":175,"target":21},{"source":176,"target":13},{"source":22,"target":0},{"source":22,"target":177},{"source":22,"target":178},{"source":22,"target":179},{"source":22,"target":180},{"source":177,"target":22},{"source":178,"target":22},{"source":179,"target":22},{"source":180,"target":22},{"source":23,"target":0},{"source":23,"target":181},{"source":23,"target":182},{"source":23,"target":183},{"source":181,"target":13},{"source":181,"target":184},{"source":181,"target":23},{"source":184,"target":13},{"source":182,"target":185},{"source":182,"target":23},{"source":183,"target":186},{"source":183,"target":23},{"source":24,"target":0},{"source":24,"target":187},{"source":24,"target":188},{"source":187,"target":25},{"source":187,"target":189},{"source":187,"target":24},{"source":189,"target":25},{"source":188,"target":28},{"source":188,"target":190},{"source":188,"target":24},{"source":190,"target":28},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":191},{"source":26,"target":192},{"source":191,"target":193},{"source":191,"target":26},{"source":192,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":194},{"source":27,"target":195},{"source":194,"target":24},{"source":194,"target":196},{"source":194,"target":27},{"source":196,"target":24},{"source":195,"target":25},{"source":28,"target":0},{"source":28,"target":197},{"source":28,"target":198},{"source":28,"target":199},{"source":28,"target":200},{"source":28,"target":201},{"source":28,"target":202},{"source":28,"target":203},{"source":197,"target":204},{"source":197,"target":28},{"source":198,"target":205},{"source":198,"target":28},{"source":199,"target":206},{"source":199,"target":28},{"source":200,"target":207},{"source":200,"target":28},{"source":201,"target":208},{"source":201,"target":28},{"source":202,"target":25},{"source":202,"target":209},{"source":202,"target":28},{"source":209,"target":25},{"source":203,"target":13},{"source":203,"target":210},{"source":203,"target":28},{"source":210,"target":13},{"source":29,"target":0},{"source":29,"target":211},{"source":211,"target":212},{"source":211,"target":29},{"source":30,"target":0},{"source":31,"target":0},{"source":31,"target":213},{"source":31,"target":214},{"source":31,"target":215},{"source":31,"target":216},{"source":31,"target":217},{"source":31,"target":218},{"source":213,"target":31},{"source":214,"target":31},{"source":215,"target":31},{"source":216,"target":31},{"source":217,"target":31},{"source":218,"target":31},{"source":32,"target":0},{"source":32,"target":2},{"source":32,"target":219},{"source":219,"target":2},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":220},{"source":33,"target":221},{"source":220,"target":222},{"source":220,"target":33},{"source":221,"target":32},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":223},{"source":34,"target":224},{"source":34,"target":225},{"source":34,"target":226},{"source":34,"target":227},{"source":34,"target":228},{"source":34,"target":229},{"source":34,"target":230},{"source":34,"target":231},{"source":34,"target":232},{"source":223,"target":233},{"source":223,"target":34},{"source":224,"target":234},{"source":224,"target":34},{"source":225,"target":235},{"source":225,"target":34},{"source":226,"target":236},{"source":226,"target":34},{"source":227,"target":237},{"source":227,"target":34},{"source":228,"target":33},{"source":228,"target":238},{"source":228,"target":34},{"source":238,"target":33},{"source":229,"target":239},{"source":229,"target":34},{"source":230,"target":13},{"source":230,"target":240},{"source":230,"target":34},{"source":240,"target":13},{"source":231,"target":51},{"source":231,"target":241},{"source":231,"target":34},{"source":241,"target":51},{"source":232,"target":32},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":242},{"source":35,"target":243},{"source":35,"target":244},{"source":242,"target":33},{"source":242,"target":245},{"source":242,"target":35},{"source":245,"target":33},{"source":243,"target":29},{"source":243,"target":246},{"source":243,"target":35},{"source":246,"target":29},{"source":244,"target":32},{"source":36,"target":0},{"source":36,"target":32},{"source":36,"target":247},{"source":36,"target":248},{"source":36,"target":249},{"source":247,"target":250},{"source":247,"target":36},{"source":248,"target":33},{"source":248,"target":251},{"source":248,"target":36},{"source":251,"target":33},{"source":249,"target":32},{"source":37,"target":0},{"source":37,"target":32},{"source":37,"target":252},{"source":37,"target":253},{"source":37,"target":254},{"source":252,"target":255},{"source":252,"target":37},{"source":253,"target":34},{"source":253,"target":256},{"source":253,"target":37},{"source":256,"target":34},{"source":254,"target":32},{"source":38,"target":0},{"source":38,"target":32},{"source":38,"target":257},{"source":38,"target":258},{"source":38,"target":259},{"source":257,"target":260},{"source":257,"target":38},{"source":258,"target":91},{"source":258,"target":261},{"source":258,"target":38},{"source":261,"target":91},{"source":259,"target":32},{"source":39,"target":0},{"source":39,"target":32},{"source":39,"target":262},{"source":39,"target":263},{"source":39,"target":264},{"source":39,"target":265},{"source":39,"target":266},{"source":262,"target":267},{"source":262,"target":39},{"source":263,"target":268},{"source":263,"target":39},{"source":264,"target":33},{"source":264,"target":269},{"source":264,"target":39},{"source":269,"target":33},{"source":265,"target":46},{"source":265,"target":270},{"source":265,"target":39},{"source":270,"target":46},{"source":266,"target":32},{"source":40,"target":0},{"source":40,"target":32},{"source":40,"target":271},{"source":40,"target":272},{"source":40,"target":273},{"source":271,"target":274},{"source":271,"target":40},{"source":272,"target":39},{"source":272,"target":275},{"source":272,"target":40},{"source":275,"target":39},{"source":273,"target":32},{"source":41,"target":0},{"source":42,"target":0},{"source":42,"target":276},{"source":276,"target":277},{"source":276,"target":42},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":278},{"source":43,"target":279},{"source":43,"target":280},{"source":278,"target":46},{"source":278,"target":281},{"source":278,"target":43},{"source":281,"target":46},{"source":279,"target":48},{"source":279,"target":282},{"source":279,"target":43},{"source":282,"target":48},{"source":280,"target":42},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":283},{"source":44,"target":284},{"source":44,"target":285},{"source":283,"target":46},{"source":283,"target":286},{"source":283,"target":44},{"source":286,"target":46},{"source":284,"target":48},{"source":284,"target":287},{"source":284,"target":44},{"source":287,"target":48},{"source":285,"target":42},{"source":45,"target":0},{"source":45,"target":42},{"source":45,"target":288},{"source":45,"target":289},{"source":288,"target":13},{"source":288,"target":290},{"source":288,"target":45},{"source":290,"target":13},{"source":289,"target":42},{"source":46,"target":0},{"source":46,"target":291},{"source":46,"target":292},{"source":46,"target":293},{"source":46,"target":294},{"source":291,"target":93},{"source":291,"target":295},{"source":291,"target":46},{"source":295,"target":93},{"source":292,"target":296},{"source":292,"target":46},{"source":293,"target":297},{"source":293,"target":46},{"source":294,"target":298},{"source":294,"target":46},{"source":47,"target":0},{"source":48,"target":0},{"source":48,"target":299},{"source":299,"target":50},{"source":299,"target":300},{"source":299,"target":48},{"source":300,"target":50},{"source":49,"target":0},{"source":49,"target":301},{"source":49,"target":302},{"source":49,"target":303},{"source":49,"target":304},{"source":49,"target":305},{"source":301,"target":49},{"source":302,"target":49},{"source":303,"target":49},{"source":304,"target":49},{"source":305,"target":49},{"source":50,"target":0},{"source":50,"target":306},{"source":50,"target":307},{"source":50,"target":308},{"source":50,"target":309},{"source":50,"target":310},{"source":306,"target":50},{"source":307,"target":50},{"source":308,"target":50},{"source":309,"target":50},{"source":310,"target":50},{"source":51,"target":0},{"source":52,"target":0},{"source":52,"target":51},{"source":52,"target":311},{"source":52,"target":312},{"source":52,"target":313},{"source":311,"target":33},{"source":311,"target":314},{"source":311,"target":52},{"source":314,"target":33},{"source":312,"target":13},{"source":312,"target":315},{"source":312,"target":52},{"source":315,"target":13},{"source":313,"target":51},{"source":53,"target":0},{"source":53,"target":51},{"source":53,"target":316},{"source":53,"target":317},{"source":53,"target":318},{"source":53,"target":319},{"source":53,"target":320},{"source":53,"target":321},{"source":316,"target":50},{"source":316,"target":322},{"source":316,"target":53},{"source":322,"target":50},{"source":317,"target":33},{"source":317,"target":323},{"source":317,"target":53},{"source":323,"target":33},{"source":318,"target":93},{"source":318,"target":324},{"source":318,"target":53},{"source":324,"target":93},{"source":319,"target":13},{"source":319,"target":325},{"source":319,"target":53},{"source":325,"target":13},{"source":320,"target":15},{"source":320,"target":326},{"source":320,"target":53},{"source":326,"target":15},{"source":321,"target":51},{"source":54,"target":0},{"source":54,"target":51},{"source":54,"target":327},{"source":54,"target":328},{"source":54,"target":329},{"source":54,"target":330},{"source":54,"target":331},{"source":327,"target":50},{"source":327,"target":332},{"source":327,"target":54},{"source":332,"target":50},{"source":328,"target":33},{"source":328,"target":333},{"source":328,"target":54},{"source":333,"target":33},{"source":329,"target":55},{"source":329,"target":334},{"source":329,"target":54},{"source":334,"target":55},{"source":330,"target":13},{"source":330,"target":335},{"source":330,"target":54},{"source":335,"target":13},{"source":331,"target":51},{"source":55,"target":0},{"source":55,"target":336},{"source":55,"target":337},{"source":336,"target":93},{"source":336,"target":338},{"source":336,"target":55},{"source":338,"target":93},{"source":337,"target":13},{"source":337,"target":339},{"source":337,"target":55},{"source":339,"target":13},{"source":56,"target":0},{"source":56,"target":8},{"source":56,"target":340},{"source":340,"target":8},{"source":57,"target":0},{"source":57,"target":11},{"source":57,"target":341},{"source":57,"target":342},{"source":341,"target":29},{"source":341,"target":343},{"source":341,"target":57},{"source":343,"target":29},{"source":342,"target":11},{"source":58,"target":0},{"source":58,"target":13},{"source":58,"target":344},{"source":58,"target":345},{"source":58,"target":346},{"source":58,"target":347},{"source":344,"target":13},{"source":344,"target":348},{"source":344,"target":58},{"source":348,"target":13},{"source":345,"target":349},{"source":345,"target":58},{"source":346,"target":13},{"source":346,"target":350},{"source":346,"target":58},{"source":350,"target":13},{"source":347,"target":13},{"source":59,"target":0},{"source":59,"target":13},{"source":59,"target":351},{"source":59,"target":352},{"source":59,"target":353},{"source":59,"target":354},{"source":351,"target":13},{"source":351,"target":355},{"source":351,"target":59},{"source":355,"target":13},{"source":352,"target":356},{"source":352,"target":59},{"source":353,"target":13},{"source":353,"target":357},{"source":353,"target":59},{"source":357,"target":13},{"source":354,"target":13},{"source":60,"target":0},{"source":60,"target":13},{"source":60,"target":358},{"source":60,"target":359},{"source":60,"target":360},{"source":60,"target":361},{"source":358,"target":13},{"source":358,"target":362},{"source":358,"target":60},{"source":362,"target":13},{"source":359,"target":363},{"source":359,"target":60},{"source":360,"target":13},{"source":360,"target":364},{"source":360,"target":60},{"source":364,"target":13},{"source":361,"target":13},{"source":61,"target":0},{"source":61,"target":13},{"source":61,"target":365},{"source":61,"target":366},{"source":61,"target":367},{"source":61,"target":368},{"source":365,"target":13},{"source":365,"target":369},{"source":365,"target":61},{"source":369,"target":13},{"source":366,"target":370},{"source":366,"target":61},{"source":367,"target":13},{"source":367,"target":371},{"source":367,"target":61},{"source":371,"target":13},{"source":368,"target":13},{"source":62,"target":0},{"source":62,"target":13},{"source":62,"target":372},{"source":62,"target":373},{"source":62,"target":374},{"source":62,"target":375},{"source":372,"target":13},{"source":372,"target":376},{"source":372,"target":62},{"source":376,"target":13},{"source":373,"target":377},{"source":373,"target":62},{"source":374,"target":13},{"source":374,"target":378},{"source":374,"target":62},{"source":378,"target":13},{"source":375,"target":13},{"source":63,"target":0},{"source":63,"target":13},{"source":63,"target":379},{"source":63,"target":380},{"source":63,"target":381},{"source":63,"target":382},{"source":379,"target":13},{"source":379,"target":383},{"source":379,"target":63},{"source":383,"target":13},{"source":380,"target":384},{"source":380,"target":63},{"source":381,"target":13},{"source":381,"target":385},{"source":381,"target":63},{"source":385,"target":13},{"source":382,"target":13},{"source":64,"target":0},{"source":64,"target":13},{"source":64,"target":386},{"source":64,"target":387},{"source":64,"target":388},{"source":64,"target":389},{"source":386,"target":13},{"source":386,"target":390},{"source":386,"target":64},{"source":390,"target":13},{"source":387,"target":391},{"source":387,"target":64},{"source":388,"target":13},{"source":388,"target":392},{"source":388,"target":64},{"source":392,"target":13},{"source":389,"target":13},{"source":65,"target":0},{"source":65,"target":13},{"source":65,"target":393},{"source":65,"target":394},{"source":65,"target":395},{"source":65,"target":396},{"source":393,"target":13},{"source":393,"target":397},{"source":393,"target":65},{"source":397,"target":13},{"source":394,"target":398},{"source":394,"target":65},{"source":395,"target":13},{"source":395,"target":399},{"source":395,"target":65},{"source":399,"target":13},{"source":396,"target":13},{"source":66,"target":0},{"source":66,"target":13},{"source":66,"target":400},{"source":66,"target":401},{"source":66,"target":402},{"source":400,"target":13},{"source":400,"target":403},{"source":400,"target":66},{"source":403,"target":13},{"source":401,"target":13},{"source":401,"target":404},{"source":401,"target":66},{"source":404,"target":13},{"source":402,"target":13},{"source":67,"target":0},{"source":67,"target":13},{"source":67,"target":405},{"source":405,"target":13},{"source":68,"target":0},{"source":68,"target":13},{"source":68,"target":406},{"source":406,"target":13},{"source":69,"target":0},{"source":69,"target":13},{"source":69,"target":407},{"source":69,"target":408},{"source":407,"target":29},{"source":407,"target":409},{"source":407,"target":69},{"source":409,"target":29},{"source":408,"target":13},{"source":70,"target":0},{"source":70,"target":13},{"source":70,"target":410},{"source":70,"target":411},{"source":410,"target":29},{"source":410,"target":412},{"source":410,"target":70},{"source":412,"target":29},{"source":411,"target":13},{"source":71,"target":0},{"source":71,"target":13},{"source":71,"target":413},{"source":71,"target":414},{"source":71,"target":415},{"source":71,"target":416},{"source":413,"target":26},{"source":413,"target":417},{"source":413,"target":71},{"source":417,"target":26},{"source":414,"target":418},{"source":414,"target":71},{"source":415,"target":29},{"source":415,"target":419},{"source":415,"target":71},{"source":419,"target":29},{"source":416,"target":13},{"source":72,"target":0},{"source":72,"target":13},{"source":72,"target":420},{"source":72,"target":421},{"source":420,"target":30},{"source":420,"target":422},{"source":420,"target":72},{"source":422,"target":30},{"source":421,"target":13},{"source":73,"target":0},{"source":73,"target":13},{"source":73,"target":423},{"source":73,"target":424},{"source":423,"target":13},{"source":423,"target":425},{"source":423,"target":73},{"source":425,"target":13},{"source":424,"target":13},{"source":74,"target":0},{"source":74,"target":13},{"source":74,"target":426},{"source":74,"target":427},{"source":74,"target":428},{"source":74,"target":429},{"source":426,"target":430},{"source":426,"target":74},{"source":427,"target":431},{"source":427,"target":74},{"source":428,"target":15},{"source":428,"target":432},{"source":428,"target":74},{"source":432,"target":15},{"source":429,"target":13},{"source":75,"target":0},{"source":75,"target":13},{"source":75,"target":433},{"source":75,"target":434},{"source":75,"target":435},{"source":75,"target":436},{"source":433,"target":13},{"source":433,"target":437},{"source":433,"target":75},{"source":437,"target":13},{"source":434,"target":14},{"source":434,"target":438},{"source":434,"target":75},{"source":438,"target":14},{"source":435,"target":13},{"source":435,"target":439},{"source":435,"target":75},{"source":439,"target":13},{"source":436,"target":13},{"source":76,"target":0},{"source":76,"target":13},{"source":76,"target":440},{"source":76,"target":441},{"source":76,"target":442},{"source":76,"target":443},{"source":440,"target":444},{"source":440,"target":76},{"source":441,"target":445},{"source":441,"target":76},{"source":442,"target":13},{"source":442,"target":446},{"source":442,"target":76},{"source":446,"target":13},{"source":443,"target":13},{"source":77,"target":0},{"source":77,"target":13},{"source":77,"target":447},{"source":77,"target":448},{"source":77,"target":449},{"source":447,"target":13},{"source":447,"target":450},{"source":447,"target":77},{"source":450,"target":13},{"source":448,"target":31},{"source":448,"target":451},{"source":448,"target":77},{"source":451,"target":31},{"source":449,"target":13},{"source":78,"target":0},{"source":78,"target":13},{"source":78,"target":452},{"source":78,"target":453},{"source":452,"target":6},{"source":452,"target":454},{"source":452,"target":78},{"source":454,"target":6},{"source":453,"target":13},{"source":79,"target":0},{"source":79,"target":17},{"source":79,"target":455},{"source":79,"target":456},{"source":79,"target":457},{"source":79,"target":458},{"source":455,"target":17},{"source":455,"target":459},{"source":455,"target":79},{"source":459,"target":17},{"source":456,"target":22},{"source":456,"target":460},{"source":456,"target":79},{"source":460,"target":22},{"source":457,"target":17},{"source":457,"target":461},{"source":457,"target":79},{"source":461,"target":17},{"source":458,"target":17},{"source":80,"target":0},{"source":80,"target":17},{"source":80,"target":462},{"source":80,"target":463},{"source":80,"target":464},{"source":80,"target":465},{"source":80,"target":466},{"source":80,"target":467},{"source":80,"target":468},{"source":80,"target":469},{"source":80,"target":470},{"source":462,"target":471},{"source":462,"target":80},{"source":463,"target":472},{"source":463,"target":80},{"source":464,"target":473},{"source":464,"target":80},{"source":465,"target":18},{"source":465,"target":474},{"source":465,"target":80},{"source":474,"target":18},{"source":466,"target":24},{"source":466,"target":475},{"source":466,"target":80},{"source":475,"target":24},{"source":467,"target":19},{"source":467,"target":476},{"source":467,"target":80},{"source":476,"target":19},{"source":468,"target":20},{"source":468,"target":477},{"source":468,"target":80},{"source":477,"target":20},{"source":469,"target":21},{"source":469,"target":478},{"source":469,"target":80},{"source":478,"target":21},{"source":470,"target":17},{"source":81,"target":0},{"source":81,"target":26},{"source":81,"target":479},{"source":81,"target":480},{"source":479,"target":33},{"source":479,"target":481},{"source":479,"target":81},{"source":481,"target":33},{"source":480,"target":26},{"source":82,"target":0},{"source":82,"target":26},{"source":82,"target":482},{"source":82,"target":483},{"source":482,"target":15},{"source":482,"target":484},{"source":482,"target":82},{"source":484,"target":15},{"source":483,"target":26},{"source":83,"target":0},{"source":83,"target":29},{"source":83,"target":485},{"source":83,"target":486},{"source":485,"target":13},{"source":485,"target":487},{"source":485,"target":83},{"source":487,"target":13},{"source":486,"target":29},{"source":84,"target":0},{"source":84,"target":30},{"source":84,"target":488},{"source":84,"target":489},{"source":488,"target":490},{"source":488,"target":84},{"source":489,"target":30},{"source":85,"target":0},{"source":85,"target":30},{"source":85,"target":491},{"source":85,"target":492},{"source":491,"target":493},{"source":491,"target":85},{"source":492,"target":30},{"source":86,"target":0},{"source":86,"target":30},{"source":86,"target":494},{"source":86,"target":495},{"source":494,"target":496},{"source":494,"target":86},{"source":495,"target":30},{"source":87,"target":0},{"source":87,"target":30},{"source":87,"target":497},{"source":87,"target":498},{"source":497,"target":499},{"source":497,"target":87},{"source":498,"target":30},{"source":88,"target":0},{"source":88,"target":30},{"source":88,"target":500},{"source":88,"target":501},{"source":500,"target":502},{"source":500,"target":88},{"source":501,"target":30},{"source":89,"target":0},{"source":89,"target":30},{"source":89,"target":503},{"source":89,"target":504},{"source":503,"target":505},{"source":503,"target":89},{"source":504,"target":30},{"source":90,"target":0},{"source":90,"target":33},{"source":90,"target":506},{"source":90,"target":507},{"source":90,"target":508},{"source":90,"target":509},{"source":506,"target":510},{"source":506,"target":90},{"source":507,"target":29},{"source":507,"target":511},{"source":507,"target":90},{"source":511,"target":29},{"source":508,"target":42},{"source":508,"target":512},{"source":508,"target":90},{"source":512,"target":42},{"source":509,"target":33},{"source":91,"target":0},{"source":91,"target":33},{"source":91,"target":513},{"source":91,"target":514},{"source":91,"target":515},{"source":513,"target":516},{"source":513,"target":91},{"source":514,"target":15},{"source":514,"target":517},{"source":514,"target":91},{"source":517,"target":15},{"source":515,"target":33},{"source":92,"target":0},{"source":92,"target":33},{"source":92,"target":518},{"source":92,"target":519},{"source":518,"target":33},{"source":518,"target":520},{"source":518,"target":92},{"source":520,"target":33},{"source":519,"target":33},{"source":93,"target":0},{"source":93,"target":29},{"source":93,"target":521},{"source":93,"target":522},{"source":93,"target":523},{"source":521,"target":49},{"source":521,"target":524},{"source":521,"target":93},{"source":524,"target":49},{"source":522,"target":41},{"source":522,"target":525},{"source":522,"target":93},{"source":525,"target":41},{"source":523,"target":29},{"source":94,"target":0},{"source":94,"target":41},{"source":94,"target":526},{"source":94,"target":527},{"source":94,"target":528},{"source":94,"target":529},{"source":526,"target":530},{"source":526,"target":94},{"source":527,"target":531},{"source":527,"target":94},{"source":528,"target":532},{"source":528,"target":94},{"source":529,"target":41},{"source":95,"target":0},{"source":95,"target":41},{"source":95,"target":533},{"source":95,"target":534},{"source":533,"target":48},{"source":533,"target":535},{"source":533,"target":95},{"source":535,"target":48},{"source":534,"target":41},{"source":96,"target":0},{"source":96,"target":41},{"source":96,"target":536},{"source":96,"target":537},{"source":536,"target":48},{"source":536,"target":538},{"source":536,"target":96},{"source":538,"target":48},{"source":537,"target":41},{"source":97,"target":0},{"source":97,"target":41},{"source":97,"target":539},{"source":97,"target":540},{"source":539,"target":47},{"source":539,"target":541},{"source":539,"target":97},{"source":541,"target":47},{"source":540,"target":41},{"source":98,"target":0},{"source":98,"target":41},{"source":98,"target":542},{"source":98,"target":543},{"source":542,"target":13},{"source":542,"target":544},{"source":542,"target":98},{"source":544,"target":13},{"source":543,"target":41},{"source":99,"target":0},{"source":99,"target":47},{"source":99,"target":545},{"source":99,"target":546},{"source":545,"target":30},{"source":545,"target":547},{"source":545,"target":99},{"source":547,"target":30},{"source":546,"target":47},{"source":100,"target":0},{"source":100,"target":47},{"source":100,"target":548},{"source":100,"target":549},{"source":548,"target":13},{"source":548,"target":550},{"source":548,"target":100},{"source":550,"target":13},{"source":549,"target":47}],"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget">
<eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" upperBound="-1"
eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<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="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsRoyalAndLoyalsubsetRequiresDifferentName.ecore | ecore | UML2
InvocationAction
GeneralizationSet
InteractionOperand
Permission
CreateLinkObjectAction
ReclassifyObjectAction
StructuralFeature
TemplateableClassifier
Abstraction
Node
ProtocolStateMachine
DeployedArtifact
Pin
Connector
LiteralNull
LiteralSpecification
Extension
EnumerationLiteral
Collaboration
DataType
RemoveStructuralFeatureValueAction
ClearAssociationAction
Signal
ClearStructuralFeatureAction
LinkAction
TypedElement
ConnectionPointReference
Region
Behavior
Reception
SendObjectAction
Component
DestroyObjectAction
Include
Interface
InteractionOccurrence
LoopNode
CreateObjectAction
StartOwnedBehaviorAction
FinalNode
CallTrigger
TimeObservationAction
StructuredActivityNode
CombinedFragment
AnyTrigger
Operation
Enumeration
ExpansionNode
Substitution
Gate
Port
StateMachine
FinalState
AcceptEventAction
ExecutionOccurrence
MessageTrigger
DeploymentTarget
Activity
Expression
ActivityParameterNode
InformationItem
Profile
TimeExpression
Interaction
ExpansionRegion
IntervalConstraint
Model
ReadVariableAction
BehavioredClassifier
ParameterableClassifier
ReadLinkAction
Transition
Class
EncapsulatedClassifier
ClearVariableAction
Vertex
Trigger
CallAction
StateInvariant
ActivityNode
Usage
VariableAction
ActivityFinalNode
Property
subsettedProperty
DeploymentSpecification
ReadLinkObjectEndAction
Stop
ValuePin
EventOccurrence
InstanceValue
RedefinableTemplateSignature
CallOperationAction
Parameter
PrimitiveFunction
InstanceSpecification
ControlNode
UseCase
Manifestation
OutputPin
TimeInterval
AcceptCallAction
TimeTrigger
LiteralInteger
ExtensionEnd
LiteralString
DurationConstraint
PartDecomposition
Continuation
WriteStructuralFeatureAction
InteractionFragment
RemoveVariableValueAction
Namespace
BroadcastSignalAction
Association
StructuredClassifier
Message
MessageEnd
WriteVariableAction
Pseudostate
BehavioralFeature
RedefinableElement
AddVariableValueAction
AssociationClass
Stereotype
ReadStructuralFeatureAction
OpaqueExpression
ActivityPartition
DataStoreNode
DecisionNode
Type
Realization
TimeConstraint
InteractionConstraint
AddStructuralFeatureValueAction
ReadLinkObjectEndQualifierAction
ReplyAction
ExecutableNode
NamedElement
name
Device
InitialNode
CollaborationOccurrence
ConnectableElement
Implementation
ConditionalNode
LiteralBoolean
CommunicationPath
LiteralUnlimitedNatural
Feature
ValueSpecification
DurationObservationAction
Classifier
State
MergeNode
Action
Duration
PrimitiveType
DurationInterval
ControlFlow
InformationFlow
Actor
Constraint
GeneralOrdering
Package
JoinNode
FlowFinalNode
WriteLinkAction
ReadExtentAction
CallBehaviorAction
CreateLinkAction
ObjectNode
ObjectFlow
Variable
ApplyFunctionAction
StructuralFeatureAction
Lifeline
RaiseExceptionAction
Dependency
ParameterSet
ReadSelfAction
PackageableElement
Extend
ProtocolTransition
Artifact
SendSignalAction
ForkNode
ExecutionEnvironment
ChangeTrigger
ReadIsClassifiedObjectAction
Deployment
DestroyLinkAction
CentralBufferNode
TestIdentityAction
ActivityEdge
InputPin
SignalTrigger
ExtensionPoint
Interval | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"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"},{"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"},{"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"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"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"},{"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"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"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":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"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"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"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"},{"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"},{"id":345,"eClass":"EGenericType"},{"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"},{"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":354,"derived":false},{"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"},{"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"},{"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"},{"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"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"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"},{"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"}],"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":1,"target":0},{"source":1,"target":154},{"source":1,"target":198},{"source":198,"target":154},{"source":2,"target":0},{"source":2,"target":180},{"source":2,"target":199},{"source":199,"target":180},{"source":3,"target":0},{"source":3,"target":112},{"source":3,"target":110},{"source":3,"target":200},{"source":3,"target":201},{"source":200,"target":112},{"source":201,"target":110},{"source":4,"target":0},{"source":4,"target":177},{"source":4,"target":202},{"source":202,"target":177},{"source":5,"target":0},{"source":5,"target":169},{"source":5,"target":203},{"source":203,"target":169},{"source":6,"target":0},{"source":6,"target":154},{"source":6,"target":204},{"source":204,"target":154},{"source":7,"target":0},{"source":7,"target":148},{"source":7,"target":26},{"source":7,"target":205},{"source":7,"target":206},{"source":205,"target":148},{"source":206,"target":26},{"source":8,"target":0},{"source":8,"target":151},{"source":8,"target":207},{"source":207,"target":151},{"source":9,"target":0},{"source":9,"target":177},{"source":9,"target":208},{"source":208,"target":177},{"source":10,"target":0},{"source":10,"target":73},{"source":10,"target":57},{"source":10,"target":209},{"source":10,"target":210},{"source":209,"target":73},{"source":210,"target":57},{"source":11,"target":0},{"source":11,"target":52},{"source":11,"target":211},{"source":211,"target":52},{"source":12,"target":0},{"source":12,"target":138},{"source":12,"target":212},{"source":212,"target":138},{"source":13,"target":0},{"source":13,"target":170},{"source":13,"target":213},{"source":213,"target":170},{"source":14,"target":0},{"source":14,"target":148},{"source":14,"target":214},{"source":214,"target":148},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":215},{"source":215,"target":16},{"source":16,"target":0},{"source":16,"target":149},{"source":16,"target":216},{"source":216,"target":149},{"source":17,"target":0},{"source":17,"target":114},{"source":17,"target":217},{"source":217,"target":114},{"source":18,"target":0},{"source":18,"target":95},{"source":18,"target":218},{"source":218,"target":95},{"source":19,"target":0},{"source":19,"target":69},{"source":19,"target":115},{"source":19,"target":219},{"source":19,"target":220},{"source":219,"target":69},{"source":220,"target":115},{"source":20,"target":0},{"source":20,"target":151},{"source":20,"target":221},{"source":221,"target":151},{"source":21,"target":0},{"source":21,"target":109},{"source":21,"target":222},{"source":222,"target":109},{"source":22,"target":0},{"source":22,"target":154},{"source":22,"target":223},{"source":223,"target":154},{"source":23,"target":0},{"source":23,"target":151},{"source":23,"target":224},{"source":224,"target":151},{"source":24,"target":0},{"source":24,"target":174},{"source":24,"target":225},{"source":225,"target":174},{"source":25,"target":0},{"source":25,"target":154},{"source":25,"target":226},{"source":226,"target":154},{"source":26,"target":0},{"source":26,"target":138},{"source":26,"target":227},{"source":227,"target":138},{"source":27,"target":0},{"source":27,"target":76},{"source":27,"target":228},{"source":228,"target":76},{"source":28,"target":0},{"source":28,"target":112},{"source":28,"target":121},{"source":28,"target":229},{"source":28,"target":230},{"source":229,"target":112},{"source":230,"target":121},{"source":29,"target":0},{"source":29,"target":73},{"source":29,"target":231},{"source":231,"target":73},{"source":30,"target":0},{"source":30,"target":120},{"source":30,"target":232},{"source":232,"target":120},{"source":31,"target":0},{"source":31,"target":1},{"source":31,"target":233},{"source":233,"target":1},{"source":32,"target":0},{"source":32,"target":73},{"source":32,"target":234},{"source":234,"target":73},{"source":33,"target":0},{"source":33,"target":154},{"source":33,"target":235},{"source":235,"target":154},{"source":34,"target":0},{"source":34,"target":138},{"source":34,"target":236},{"source":236,"target":138},{"source":35,"target":0},{"source":35,"target":151},{"source":35,"target":237},{"source":237,"target":151},{"source":36,"target":0},{"source":36,"target":110},{"source":36,"target":238},{"source":238,"target":110},{"source":37,"target":0},{"source":37,"target":43},{"source":37,"target":239},{"source":239,"target":43},{"source":38,"target":0},{"source":38,"target":154},{"source":38,"target":240},{"source":240,"target":154},{"source":39,"target":0},{"source":39,"target":154},{"source":39,"target":241},{"source":241,"target":154},{"source":40,"target":0},{"source":40,"target":96},{"source":40,"target":242},{"source":242,"target":96},{"source":41,"target":0},{"source":41,"target":56},{"source":41,"target":243},{"source":243,"target":56},{"source":42,"target":0},{"source":42,"target":109},{"source":42,"target":244},{"source":244,"target":109},{"source":43,"target":0},{"source":43,"target":154},{"source":43,"target":112},{"source":43,"target":245},{"source":43,"target":246},{"source":245,"target":154},{"source":246,"target":112},{"source":44,"target":0},{"source":44,"target":110},{"source":44,"target":247},{"source":247,"target":110},{"source":45,"target":0},{"source":45,"target":56},{"source":45,"target":248},{"source":248,"target":56},{"source":46,"target":0},{"source":46,"target":120},{"source":46,"target":26},{"source":46,"target":249},{"source":46,"target":250},{"source":249,"target":120},{"source":250,"target":26},{"source":47,"target":0},{"source":47,"target":20},{"source":47,"target":251},{"source":251,"target":20},{"source":48,"target":0},{"source":48,"target":170},{"source":48,"target":252},{"source":252,"target":170},{"source":49,"target":0},{"source":49,"target":131},{"source":49,"target":253},{"source":253,"target":131},{"source":50,"target":0},{"source":50,"target":117},{"source":50,"target":254},{"source":254,"target":117},{"source":51,"target":0},{"source":51,"target":84},{"source":51,"target":255},{"source":255,"target":84},{"source":52,"target":0},{"source":52,"target":29},{"source":52,"target":256},{"source":256,"target":29},{"source":53,"target":0},{"source":53,"target":152},{"source":53,"target":257},{"source":257,"target":152},{"source":54,"target":0},{"source":54,"target":154},{"source":54,"target":258},{"source":258,"target":154},{"source":55,"target":0},{"source":55,"target":110},{"source":55,"target":259},{"source":259,"target":110},{"source":56,"target":0},{"source":56,"target":77},{"source":56,"target":260},{"source":260,"target":77},{"source":57,"target":0},{"source":57,"target":138},{"source":57,"target":261},{"source":261,"target":138},{"source":58,"target":0},{"source":58,"target":29},{"source":58,"target":262},{"source":262,"target":29},{"source":59,"target":0},{"source":59,"target":126},{"source":59,"target":263},{"source":263,"target":126},{"source":60,"target":0},{"source":60,"target":170},{"source":60,"target":264},{"source":264,"target":170},{"source":61,"target":0},{"source":61,"target":151},{"source":61,"target":265},{"source":265,"target":151},{"source":62,"target":0},{"source":62,"target":163},{"source":62,"target":266},{"source":266,"target":163},{"source":63,"target":0},{"source":63,"target":149},{"source":63,"target":267},{"source":267,"target":149},{"source":64,"target":0},{"source":64,"target":29},{"source":64,"target":110},{"source":64,"target":268},{"source":64,"target":269},{"source":268,"target":29},{"source":269,"target":110},{"source":65,"target":0},{"source":65,"target":43},{"source":65,"target":270},{"source":270,"target":43},{"source":66,"target":0},{"source":66,"target":161},{"source":66,"target":271},{"source":271,"target":161},{"source":67,"target":0},{"source":67,"target":163},{"source":67,"target":272},{"source":272,"target":163},{"source":68,"target":0},{"source":68,"target":82},{"source":68,"target":273},{"source":273,"target":82},{"source":69,"target":0},{"source":69,"target":151},{"source":69,"target":274},{"source":274,"target":151},{"source":70,"target":0},{"source":70,"target":151},{"source":70,"target":275},{"source":275,"target":151},{"source":71,"target":0},{"source":71,"target":25},{"source":71,"target":276},{"source":276,"target":25},{"source":72,"target":0},{"source":72,"target":121},{"source":72,"target":277},{"source":277,"target":121},{"source":73,"target":0},{"source":73,"target":69},{"source":73,"target":74},{"source":73,"target":278},{"source":73,"target":279},{"source":278,"target":69},{"source":279,"target":74},{"source":74,"target":0},{"source":74,"target":115},{"source":74,"target":280},{"source":280,"target":115},{"source":75,"target":0},{"source":75,"target":82},{"source":75,"target":281},{"source":281,"target":82},{"source":76,"target":0},{"source":76,"target":138},{"source":76,"target":282},{"source":282,"target":138},{"source":77,"target":0},{"source":77,"target":138},{"source":77,"target":283},{"source":283,"target":138},{"source":78,"target":0},{"source":78,"target":1},{"source":78,"target":284},{"source":284,"target":1},{"source":79,"target":0},{"source":79,"target":110},{"source":79,"target":285},{"source":285,"target":110},{"source":80,"target":0},{"source":80,"target":121},{"source":80,"target":286},{"source":286,"target":121},{"source":81,"target":0},{"source":81,"target":177},{"source":81,"target":287},{"source":287,"target":177},{"source":82,"target":0},{"source":82,"target":154},{"source":82,"target":288},{"source":288,"target":154},{"source":83,"target":0},{"source":83,"target":40},{"source":83,"target":289},{"source":289,"target":40},{"source":84,"target":0},{"source":84,"target":7},{"source":84,"target":142},{"source":84,"target":57},{"source":84,"target":290},{"source":84,"target":291},{"source":84,"target":292},{"source":84,"target":293},{"source":290,"target":84},{"source":290,"target":294},{"source":290,"target":84},{"source":294,"target":84},{"source":291,"target":7},{"source":292,"target":142},{"source":293,"target":57},{"source":85,"target":0},{"source":85,"target":183},{"source":85,"target":295},{"source":295,"target":183},{"source":86,"target":0},{"source":86,"target":154},{"source":86,"target":296},{"source":296,"target":154},{"source":87,"target":0},{"source":87,"target":89},{"source":87,"target":297},{"source":297,"target":89},{"source":88,"target":0},{"source":88,"target":194},{"source":88,"target":298},{"source":298,"target":194},{"source":89,"target":0},{"source":89,"target":110},{"source":89,"target":117},{"source":89,"target":299},{"source":89,"target":300},{"source":299,"target":110},{"source":300,"target":117},{"source":90,"target":0},{"source":90,"target":149},{"source":90,"target":301},{"source":301,"target":149},{"source":91,"target":0},{"source":91,"target":121},{"source":91,"target":302},{"source":302,"target":121},{"source":92,"target":0},{"source":92,"target":78},{"source":92,"target":303},{"source":303,"target":78},{"source":93,"target":0},{"source":93,"target":142},{"source":93,"target":26},{"source":93,"target":304},{"source":93,"target":305},{"source":304,"target":142},{"source":305,"target":26},{"source":94,"target":0},{"source":94,"target":180},{"source":94,"target":306},{"source":306,"target":180},{"source":95,"target":0},{"source":95,"target":180},{"source":95,"target":57},{"source":95,"target":12},{"source":95,"target":307},{"source":95,"target":308},{"source":95,"target":309},{"source":307,"target":180},{"source":308,"target":57},{"source":309,"target":12},{"source":96,"target":0},{"source":96,"target":80},{"source":96,"target":310},{"source":310,"target":80},{"source":97,"target":0},{"source":97,"target":69},{"source":97,"target":311},{"source":311,"target":69},{"source":98,"target":0},{"source":98,"target":9},{"source":98,"target":312},{"source":312,"target":9},{"source":99,"target":0},{"source":99,"target":13},{"source":99,"target":313},{"source":313,"target":13},{"source":100,"target":0},{"source":100,"target":197},{"source":100,"target":314},{"source":314,"target":197},{"source":101,"target":0},{"source":101,"target":54},{"source":101,"target":315},{"source":315,"target":54},{"source":102,"target":0},{"source":102,"target":77},{"source":102,"target":316},{"source":316,"target":77},{"source":103,"target":0},{"source":103,"target":16},{"source":103,"target":317},{"source":317,"target":16},{"source":104,"target":0},{"source":104,"target":84},{"source":104,"target":318},{"source":318,"target":84},{"source":105,"target":0},{"source":105,"target":16},{"source":105,"target":319},{"source":319,"target":16},{"source":106,"target":0},{"source":106,"target":66},{"source":106,"target":320},{"source":320,"target":66},{"source":107,"target":0},{"source":107,"target":36},{"source":107,"target":321},{"source":321,"target":36},{"source":108,"target":0},{"source":108,"target":110},{"source":108,"target":322},{"source":322,"target":110},{"source":109,"target":0},{"source":109,"target":174},{"source":109,"target":323},{"source":323,"target":174},{"source":110,"target":0},{"source":110,"target":138},{"source":110,"target":324},{"source":324,"target":138},{"source":111,"target":0},{"source":111,"target":118},{"source":111,"target":325},{"source":325,"target":118},{"source":112,"target":0},{"source":112,"target":138},{"source":112,"target":326},{"source":326,"target":138},{"source":113,"target":0},{"source":113,"target":1},{"source":113,"target":327},{"source":327,"target":1},{"source":114,"target":0},{"source":114,"target":151},{"source":114,"target":328},{"source":328,"target":151},{"source":115,"target":0},{"source":115,"target":151},{"source":115,"target":329},{"source":329,"target":151},{"source":116,"target":0},{"source":116,"target":138},{"source":116,"target":330},{"source":330,"target":138},{"source":117,"target":0},{"source":117,"target":138},{"source":117,"target":331},{"source":331,"target":138},{"source":118,"target":0},{"source":118,"target":82},{"source":118,"target":332},{"source":332,"target":82},{"source":119,"target":0},{"source":119,"target":76},{"source":119,"target":333},{"source":333,"target":76},{"source":120,"target":0},{"source":120,"target":112},{"source":120,"target":148},{"source":120,"target":334},{"source":120,"target":335},{"source":334,"target":112},{"source":335,"target":148},{"source":121,"target":0},{"source":121,"target":138},{"source":121,"target":336},{"source":336,"target":138},{"source":122,"target":0},{"source":122,"target":118},{"source":122,"target":337},{"source":337,"target":118},{"source":123,"target":0},{"source":123,"target":73},{"source":123,"target":114},{"source":123,"target":338},{"source":123,"target":339},{"source":338,"target":73},{"source":339,"target":114},{"source":124,"target":0},{"source":124,"target":73},{"source":124,"target":340},{"source":340,"target":73},{"source":125,"target":0},{"source":125,"target":174},{"source":125,"target":341},{"source":341,"target":174},{"source":126,"target":0},{"source":126,"target":149},{"source":126,"target":342},{"source":342,"target":149},{"source":127,"target":0},{"source":127,"target":138},{"source":127,"target":343},{"source":343,"target":138},{"source":128,"target":0},{"source":128,"target":191},{"source":128,"target":344},{"source":344,"target":191},{"source":129,"target":0},{"source":129,"target":96},{"source":129,"target":345},{"source":345,"target":96},{"source":130,"target":0},{"source":130,"target":180},{"source":130,"target":346},{"source":346,"target":180},{"source":131,"target":0},{"source":131,"target":9},{"source":131,"target":347},{"source":347,"target":9},{"source":132,"target":0},{"source":132,"target":66},{"source":132,"target":348},{"source":348,"target":66},{"source":133,"target":0},{"source":133,"target":161},{"source":133,"target":349},{"source":349,"target":161},{"source":134,"target":0},{"source":134,"target":109},{"source":134,"target":350},{"source":350,"target":109},{"source":135,"target":0},{"source":135,"target":154},{"source":135,"target":351},{"source":351,"target":154},{"source":136,"target":0},{"source":136,"target":154},{"source":136,"target":352},{"source":352,"target":154},{"source":137,"target":0},{"source":137,"target":80},{"source":137,"target":353},{"source":353,"target":80},{"source":138,"target":0},{"source":138,"target":354},{"source":354,"target":355},{"source":354,"target":138},{"source":139,"target":0},{"source":139,"target":10},{"source":139,"target":356},{"source":356,"target":10},{"source":140,"target":0},{"source":140,"target":96},{"source":140,"target":357},{"source":357,"target":96},{"source":141,"target":0},{"source":141,"target":138},{"source":141,"target":358},{"source":358,"target":138},{"source":142,"target":0},{"source":142,"target":138},{"source":142,"target":359},{"source":359,"target":138},{"source":143,"target":0},{"source":143,"target":131},{"source":143,"target":360},{"source":360,"target":131},{"source":144,"target":0},{"source":144,"target":43},{"source":144,"target":361},{"source":361,"target":43},{"source":145,"target":0},{"source":145,"target":16},{"source":145,"target":362},{"source":362,"target":16},{"source":146,"target":0},{"source":146,"target":114},{"source":146,"target":363},{"source":363,"target":114},{"source":147,"target":0},{"source":147,"target":16},{"source":147,"target":364},{"source":364,"target":16},{"source":148,"target":0},{"source":148,"target":121},{"source":148,"target":365},{"source":365,"target":121},{"source":149,"target":0},{"source":149,"target":26},{"source":149,"target":366},{"source":366,"target":26},{"source":150,"target":0},{"source":150,"target":109},{"source":150,"target":367},{"source":367,"target":109},{"source":151,"target":0},{"source":151,"target":112},{"source":151,"target":130},{"source":151,"target":121},{"source":151,"target":368},{"source":151,"target":369},{"source":151,"target":370},{"source":368,"target":112},{"source":369,"target":130},{"source":370,"target":121},{"source":152,"target":0},{"source":152,"target":112},{"source":152,"target":121},{"source":152,"target":76},{"source":152,"target":371},{"source":152,"target":372},{"source":152,"target":373},{"source":371,"target":112},{"source":372,"target":121},{"source":373,"target":76},{"source":153,"target":0},{"source":153,"target":96},{"source":153,"target":374},{"source":374,"target":96},{"source":154,"target":0},{"source":154,"target":137},{"source":154,"target":375},{"source":375,"target":137},{"source":155,"target":0},{"source":155,"target":149},{"source":155,"target":376},{"source":376,"target":149},{"source":156,"target":0},{"source":156,"target":20},{"source":156,"target":377},{"source":377,"target":20},{"source":157,"target":0},{"source":157,"target":197},{"source":157,"target":378},{"source":378,"target":197},{"source":158,"target":0},{"source":158,"target":193},{"source":158,"target":379},{"source":379,"target":193},{"source":159,"target":0},{"source":159,"target":180},{"source":159,"target":380},{"source":380,"target":180},{"source":160,"target":0},{"source":160,"target":151},{"source":160,"target":381},{"source":381,"target":151},{"source":161,"target":0},{"source":161,"target":180},{"source":161,"target":382},{"source":382,"target":180},{"source":162,"target":0},{"source":162,"target":138},{"source":162,"target":383},{"source":383,"target":138},{"source":163,"target":0},{"source":163,"target":112},{"source":163,"target":180},{"source":163,"target":384},{"source":163,"target":385},{"source":384,"target":112},{"source":385,"target":180},{"source":164,"target":0},{"source":164,"target":96},{"source":164,"target":386},{"source":386,"target":96},{"source":165,"target":0},{"source":165,"target":40},{"source":165,"target":387},{"source":387,"target":40},{"source":166,"target":0},{"source":166,"target":25},{"source":166,"target":388},{"source":388,"target":25},{"source":167,"target":0},{"source":167,"target":154},{"source":167,"target":389},{"source":389,"target":154},{"source":168,"target":0},{"source":168,"target":78},{"source":168,"target":390},{"source":390,"target":78},{"source":169,"target":0},{"source":169,"target":166},{"source":169,"target":391},{"source":391,"target":166},{"source":170,"target":0},{"source":170,"target":80},{"source":170,"target":26},{"source":170,"target":392},{"source":170,"target":393},{"source":392,"target":80},{"source":393,"target":26},{"source":171,"target":0},{"source":171,"target":193},{"source":171,"target":394},{"source":394,"target":193},{"source":172,"target":0},{"source":172,"target":142},{"source":172,"target":26},{"source":172,"target":395},{"source":172,"target":396},{"source":395,"target":142},{"source":396,"target":26},{"source":173,"target":0},{"source":173,"target":154},{"source":173,"target":397},{"source":397,"target":154},{"source":174,"target":0},{"source":174,"target":154},{"source":174,"target":398},{"source":398,"target":154},{"source":175,"target":0},{"source":175,"target":138},{"source":175,"target":399},{"source":399,"target":138},{"source":176,"target":0},{"source":176,"target":154},{"source":176,"target":400},{"source":400,"target":154},{"source":177,"target":0},{"source":177,"target":180},{"source":177,"target":401},{"source":401,"target":180},{"source":178,"target":0},{"source":178,"target":138},{"source":178,"target":402},{"source":402,"target":138},{"source":179,"target":0},{"source":179,"target":154},{"source":179,"target":403},{"source":403,"target":154},{"source":180,"target":0},{"source":180,"target":138},{"source":180,"target":404},{"source":404,"target":138},{"source":181,"target":0},{"source":181,"target":138},{"source":181,"target":405},{"source":405,"target":138},{"source":182,"target":0},{"source":182,"target":72},{"source":182,"target":406},{"source":406,"target":72},{"source":183,"target":0},{"source":183,"target":151},{"source":183,"target":12},{"source":183,"target":407},{"source":183,"target":408},{"source":407,"target":151},{"source":408,"target":12},{"source":184,"target":0},{"source":184,"target":1},{"source":184,"target":409},{"source":409,"target":1},{"source":185,"target":0},{"source":185,"target":96},{"source":185,"target":410},{"source":410,"target":96},{"source":186,"target":0},{"source":186,"target":10},{"source":186,"target":411},{"source":411,"target":10},{"source":187,"target":0},{"source":187,"target":77},{"source":187,"target":412},{"source":412,"target":77},{"source":188,"target":0},{"source":188,"target":154},{"source":188,"target":413},{"source":413,"target":154},{"source":189,"target":0},{"source":189,"target":177},{"source":189,"target":414},{"source":414,"target":177},{"source":190,"target":0},{"source":190,"target":166},{"source":190,"target":415},{"source":415,"target":166},{"source":191,"target":0},{"source":191,"target":170},{"source":191,"target":416},{"source":416,"target":170},{"source":192,"target":0},{"source":192,"target":154},{"source":192,"target":417},{"source":417,"target":154},{"source":193,"target":0},{"source":193,"target":121},{"source":193,"target":418},{"source":418,"target":121},{"source":194,"target":0},{"source":194,"target":13},{"source":194,"target":419},{"source":419,"target":13},{"source":195,"target":0},{"source":195,"target":56},{"source":195,"target":420},{"source":420,"target":56},{"source":196,"target":0},{"source":196,"target":121},{"source":196,"target":421},{"source":421,"target":121},{"source":197,"target":0},{"source":197,"target":149},{"source":197,"target":422},{"source":422,"target":149}],"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="shadowrun" nsURI="http://shadowrun.ecore" nsPrefix="shr">
<eClassifiers xsi:type="ecore:EClass" name="AbstaktFernKampfwaffe" abstract="true"
eSuperTypes="#//AbstaktWaffe">
<eStructuralFeatures xsi:type="ecore:EReference" name="reichweite" lowerBound="1"
eType="#//Reichweite"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstaktGegenstand" abstract="true" eSuperTypes="#//FK #//GeldWert #//Beschreibbar #//Legalitaet #//Bemerkbar #//Quelle #//Modifizierbar">
<eOperations name="Benutze"/>
<eOperations name="ErzeugePersonaHandlung"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gewicht" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="raumKapazitaet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verbraucht" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inBenutzung" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tragbar" eType="#//Tragbar"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstaktPersona" abstract="true" eSuperTypes="#//Beschreibbar #//Essenz #//BodyIndex #//KoerperlicheAtribute #//BerechneteAttribute #//GeistigeAttribute">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="basis Persona
"/>
</eAnnotations>
<eOperations name="getGesamtGewicht" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="KonsitutionBase" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="StaerkeBase" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SchnelligkeitBase" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="InteligenzBase" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="CharismaBase" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="WillenskraftBase" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ReaktionBase" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ReaktionWBase" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="KampfpoolBase" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"
volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="EssenzBase" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eigenGewicht" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="das eigen gewicht
"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="fertigkeiten" upperBound="-1"
eType="#//PersonaFertigkeit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modsetter" lowerBound="1"
eType="#//ModSetter" changeable="false" transient="true" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cyberware" upperBound="-1"
eType="#//Cyberware" containment="true" eOpposite="#//Cyberware/persona"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bioware" upperBound="-1"
eType="#//BioWare" containment="true" eOpposite="#//BioWare/persona"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gegenstaende" upperBound="-1"
eType="#//AbstaktGegenstand" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="linkeHand" eType="#//AbstaktGegenstand"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rechteHand" eType="#//AbstaktGegenstand"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="kleidung" upperBound="-1"
eType="#//AbstraktKleidung"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inBenutzung" upperBound="-1"
eType="#//AbstaktGegenstand"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="spezies" eType="#//Spezies"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstaktWaffe" abstract="true" eSuperTypes="#//AbstaktGegenstand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schadenscode" eType="#//SchadensCode"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fertigkeit" lowerBound="1"
eType="#//Fertigkeit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="konzentration" lowerBound="1"
eType="#//Konzentration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="spezialisierung" lowerBound="1"
eType="#//Spezialisierung"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstrakRaumKoerper" abstract="true">
<eOperations name="ProcessWorldTick"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="position" eType="#//RaumKoordinate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstrakteRuestung" abstract="true" eSuperTypes="#//AbstraktKleidung">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruestungsSchutzBalistisch"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruestungsSchutzStoss" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstraktKleidung" abstract="true" eSuperTypes="#//AbstaktGegenstand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="koeperTeil" eType="#//Koerperteil"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstraktModifikatoren" abstract="true"
eSuperTypes="#//Beschreibbar #//Modifizierbar #//Quelle"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstraktNahkampfwaffe" abstract="true"
eSuperTypes="#//AbstaktWaffe #//NahkampfReichweite"/>
<eClassifiers xsi:type="ecore:EClass" name="Behaelter" eSuperTypes="#//Gegenstand">
<eStructuralFeatures xsi:type="ecore:EReference" name="gegenstaendeList" upperBound="-1"
eType="#//AbstaktGegenstand" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kapazitaet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feuerwaffe" eSuperTypes="#//AbstaktFernKampfwaffe">
<eStructuralFeatures xsi:type="ecore:EReference" name="munitionReservior" eType="#//MunitionsBehealter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="munitionstyp" eType="#//MagazinTyp"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modie" upperBound="-1"
eType="#//FeuerModus"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kapazitaet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Gegenstand" eSuperTypes="#//AbstaktGegenstand"/>
<eClassifiers xsi:type="ecore:EClass" name="Kleidung" eSuperTypes="#//AbstraktKleidung"/>
<eClassifiers xsi:type="ecore:EClass" name="MunitionsBehealter" eSuperTypes="#//Gegenstand"/>
<eClassifiers xsi:type="ecore:EClass" name="Persona" eSuperTypes="#//AbstaktPersona"/>
<eClassifiers xsi:type="ecore:EClass" name="PersonaGruppe" eSuperTypes="#//Beschreibbar">
<eOperations name="getPersonaByName">
<eParameters name="ItemName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getPersonaCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eOperations name="getPersonas">
<eParameters name="Index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="personaList" upperBound="-1"
eType="#//AbstaktPersona" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PersonaKoerper">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gesamtZustand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Placement" eSuperTypes="#//Beschreibbar">
<eOperations name="getGruppeByName">
<eParameters name="ItemName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="gruppen" upperBound="-1"
eType="#//PersonaGruppe"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Projektilwaffe" eSuperTypes="#//AbstaktFernKampfwaffe"/>
<eClassifiers xsi:type="ecore:EClass" name="Ruestung" eSuperTypes="#//AbstrakteRuestung"/>
<eClassifiers xsi:type="ecore:EClass" name="Script" eSuperTypes="#//Beschreibbar">
<eOperations name="getPlacementByName">
<eParameters name="ItemName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getPlacementCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eOperations name="getPlacements">
<eParameters name="Index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="placementList" upperBound="-1"
eType="#//Placement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="spielerGruppe" eType="#//PersonaGruppe"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Wurfwaffe" eSuperTypes="#//AbstaktFernKampfwaffe"/>
<eClassifiers xsi:type="ecore:EClass" name="FK"/>
<eClassifiers xsi:type="ecore:EClass" name="RaumKoordinate"/>
<eClassifiers xsi:type="ecore:EClass" name="Cyberware" eSuperTypes="#//GeldWert #//koerpermods">
<eStructuralFeatures xsi:type="ecore:EReference" name="persona" eType="#//AbstaktPersona"
eOpposite="#//AbstaktPersona/cyberware"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeldWert" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wert" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strassenIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verfuegbarkeit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicList">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//FK" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributModifikatorWert">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="die Modifikation

"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribut" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wert" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modifiziertes" eType="#//Modifizierbar"
eOpposite="#//Modifizierbar/mods"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KiKraft" eSuperTypes="#//MagischeMods">
<eStructuralFeatures xsi:type="ecore:EReference" name="persona" eType="#//KiAdept"
eOpposite="#//KiAdept/kikraft"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstraktFertigkeit" abstract="true"
eSuperTypes="#//FK #//Beschreibbar"/>
<eClassifiers xsi:type="ecore:EClass" name="Fertigkeit" eSuperTypes="#//AbstraktFertigkeit">
<eStructuralFeatures xsi:type="ecore:EReference" name="konzentrationen" upperBound="-1"
eType="#//Konzentration" containment="true" eOpposite="#//Konzentration/fertigkeit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gruppe" eType="#//FertigkeitsGruppe"
eOpposite="#//FertigkeitsGruppe/fertigkeiten"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Konzentration" eSuperTypes="#//AbstraktFertigkeit">
<eStructuralFeatures xsi:type="ecore:EReference" name="spezialisierungen" upperBound="-1"
eType="#//Spezialisierung" containment="true" eOpposite="#//Spezialisierung/konzentration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fertigkeit" eType="#//Fertigkeit"
eOpposite="#//Fertigkeit/konzentrationen"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Spezialisierung" eSuperTypes="#//AbstraktFertigkeit">
<eStructuralFeatures xsi:type="ecore:EReference" name="konzentration" eType="#//Konzentration"
eOpposite="#//Konzentration/spezialisierungen"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PersonaFertigkeit">
<eStructuralFeatures xsi:type="ecore:EReference" name="fertigkeit" lowerBound="1"
eType="#//AbstraktFertigkeit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stufe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ModSetter" instanceClassName="de.urszeidler.eclipse.shadowrun.ModSetter"
serializable="false"/>
<eClassifiers xsi:type="ecore:EClass" name="BioWare" eSuperTypes="#//GeldWert #//koerpermods">
<eStructuralFeatures xsi:type="ecore:EReference" name="persona" eType="#//AbstaktPersona"
eOpposite="#//AbstaktPersona/bioware"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModifikatorList">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//AbstraktModifikatoren"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="SchadensCode" instanceClassName="de.urszeidler.eclipse.shadowrun.SchadenCode"/>
<eClassifiers xsi:type="ecore:EClass" name="koerpermods" abstract="true" eSuperTypes="#//AbstraktModifikatoren"/>
<eClassifiers xsi:type="ecore:EClass" name="MagischeMods" abstract="true" eSuperTypes="#//AbstraktModifikatoren"/>
<eClassifiers xsi:type="ecore:EClass" name="BaseMagischePersona" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="magie" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
volatile="true" transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractMagischePaersona" abstract="true"
eSuperTypes="#//AbstaktPersona #//BaseMagischePersona">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="magieBase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KiAdept" eSuperTypes="#//AbstractMagischePaersona">
<eStructuralFeatures xsi:type="ecore:EReference" name="kikraft" upperBound="-1"
eType="#//KiKraft" containment="true" eOpposite="#//KiKraft/persona"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GengenstandListe">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//AbstaktGegenstand" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FeuerModus">
<eLiterals name="EM"/>
<eLiterals name="HM" value="1"/>
<eLiterals name="SM" value="2"/>
<eLiterals name="AM" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Beschreibbar" abstract="true" interface="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="beschreibung" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="image" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reichweite" eSuperTypes="#//Beschreibbar">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reichweiteKurz" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reichweiteKurz1" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reichweiteMittel" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reichweiteMittel1" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reichweiteWeit" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reichweiteWeit1" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reichweiteExtrem" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reichweiteExtrem1" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Reichweiten">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//Reichweite" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Legalitaet" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="legalitaet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractMagier" abstract="true" interface="true"
eSuperTypes="#//BaseMagischePersona">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Astralpool" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MagiePool" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="InitationsGrad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MagiePersona" eSuperTypes="#//AbstractMagischePaersona #//AbstractMagier">
<eStructuralFeatures xsi:type="ecore:EReference" name="zauber" upperBound="-1"
eType="#//PersonaZauber" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Zauber" eSuperTypes="#//Beschreibbar">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="art" eType="#//ZauberArt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reichweite" eType="#//ZauberReichweite"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Mindestwurf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Schaden" eType="#//SchadensCode"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Dauer" eType="#//ZauberDauer"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Enzug" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PersonaZauber">
<eStructuralFeatures xsi:type="ecore:EReference" name="zauber" lowerBound="1"
eType="#//Zauber"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stufe" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FertigkeitsGruppe" eSuperTypes="#//Beschreibbar #//FK">
<eStructuralFeatures xsi:type="ecore:EReference" name="fertigkeiten" upperBound="-1"
eType="#//Fertigkeit" containment="true" eOpposite="#//Fertigkeit/gruppe"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Nahkampfwaffe" eSuperTypes="#//AbstraktNahkampfwaffe"/>
<eClassifiers xsi:type="ecore:EClass" name="Bemerkbar" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tarnstufe" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ShrList" eSuperTypes="#//Beschreibbar">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FernkampfwaffenModifikatoren" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Smartgun" eType="#//SmartgunType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Rueckstoss" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lasterPointer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Schalldaempfer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Vergroesserung" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Sichtverhaeltnisse" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Restlichtverstaerkung"
eType="#//ModifikatorType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Infrarot" eType="#//ModifikatorType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Ultrasound" eType="#//ModifikatorType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WarenListe">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="listenWert" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"
changeable="false" volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strassenWert" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"
changeable="false" volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//AbstaktGegenstand"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Quelle" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="page" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="srcBook" eType="#//SourceBook"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Modifizierbar" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="mods" upperBound="-1" eType="#//AttributModifikatorWert"
containment="true" eOpposite="#//AttributModifikatorWert/modifiziertes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="KoerperlicheAtribute" abstract="true"
interface="true" eSuperTypes="#//Schadenswiederstand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Konsitution" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"
volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Staerke" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"
volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Schnelligkeit" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"
volatile="true" transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BerechneteAttribute" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Reaktion" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"
volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ReaktionW" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"
volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Kampfpool" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"
volatile="true" transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GeistigeAttribute" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Inteligenz" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"
volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Charisma" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"
volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Willenskraft" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"
volatile="true" transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Essenz" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Essenz" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"
volatile="true" transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BodyIndex" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="bodyIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
changeable="false" volatile="true" transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MagazinTyp">
<eLiterals name="Clip"/>
<eLiterals name="Trommel" value="1"/>
<eLiterals name="Gurt" value="2"/>
<eLiterals name="Streifen" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NahkampfReichweite" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reichweite" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Spezies" eSuperTypes="#//Beschreibbar #//Modifizierbar">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="KonsitutionMax" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="StaerkeMax" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="SchnelligkeitMax" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="InteligenzMax" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="CharismaMax" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="WillenskraftMax" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceBook" eSuperTypes="#//Beschreibbar">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startShrTime" eType="#//ShrDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endShrTime" eType="#//ShrDate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Shamane" eSuperTypes="#//MagiePersona">
<eStructuralFeatures xsi:type="ecore:EReference" name="totem" eType="#//Totem"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Totem" eSuperTypes="#//Beschreibbar"/>
<eClassifiers xsi:type="ecore:EEnum" name="ZauberArt">
<eLiterals name="Mana"/>
<eLiterals name="Physisch" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ZauberReichweite">
<eLiterals name="Blickfeld"/>
<eLiterals name="Begrenzt" value="1"/>
<eLiterals name="Selbst" value="2"/>
<eLiterals name="Beruehrung" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ZauberDauer">
<eLiterals name="Sofort"/>
<eLiterals name="Aufrechterhalten" value="1"/>
<eLiterals name="Permanent" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Koerperteil">
<eLiterals name="Rumpf"/>
<eLiterals name="Kopf" value="1"/>
<eLiterals name="Arme" value="2"/>
<eLiterals name="Beine" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Granate" eSuperTypes="#//AbstaktWaffe">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="daempfung" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Munition" eSuperTypes="#//AbstaktGegenstand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="power" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="niveau" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typ" lowerBound="1" eType="#//Reichweite"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="schadensTyp" eType="#//SchadensTyp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SchadensTyp">
<eLiterals name="koerperlich"/>
<eLiterals name="geistig" value="1"/>
<eLiterals name="speziell" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Tragbar">
<eLiterals name="einhaendig"/>
<eLiterals name="zweihaendig" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GegenstandStufen" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Computer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Elektronik" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Tracing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="AntiTracing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Protection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="AntiProtection" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ModifikatorType">
<eLiterals name="Natural"/>
<eLiterals name="Cyber" value="1"/>
<eLiterals name="Bio" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SmartgunType">
<eLiterals name="SmartBrille"/>
<eLiterals name="SmartGun" value="1"/>
<eLiterals name="SmatgunII" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ShrDate" instanceClassName="java.util.Date"/>
<eClassifiers xsi:type="ecore:EClass" name="Schadenswiederstand" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruestungsSchutzStoss" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false"
volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruestungsSchutzBalistisch"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
changeable="false" volatile="true" transient="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/UrsZeidler/shr5rcp/de.urszeidler.shr5.model/model/shadowrun.ecore | ecore | shadowrun
AbstaktFernKampfwaffe
reichweite
AbstaktGegenstand
Benutze
ErzeugePersonaHandlung
gewicht
raumKapazitaet
verbraucht
inBenutzung
tragbar
AbstaktPersona
getGesamtGewicht
KonsitutionBase
StaerkeBase
SchnelligkeitBase
InteligenzBase
CharismaBase
WillenskraftBase
ReaktionBase
ReaktionWBase
KampfpoolBase
EssenzBase
eigenGewicht
fertigkeiten
modsetter
cyberware
bioware
gegenstaende
linkeHand
rechteHand
kleidung
inBenutzung
spezies
AbstaktWaffe
schadenscode
fertigkeit
konzentration
spezialisierung
AbstrakRaumKoerper
ProcessWorldTick
position
AbstrakteRuestung
ruestungsSchutzBalistisch
ruestungsSchutzStoss
AbstraktKleidung
koeperTeil
AbstraktModifikatoren
AbstraktNahkampfwaffe
Behaelter
gegenstaendeList
kapazitaet
Feuerwaffe
munitionReservior
munitionstyp
modie
kapazitaet
Gegenstand
Kleidung
MunitionsBehealter
Persona
PersonaGruppe
getPersonaByName
ItemName
getPersonaCount
getPersonas
Index
personaList
PersonaKoerper
gesamtZustand
Placement
getGruppeByName
ItemName
gruppen
Projektilwaffe
Ruestung
Script
getPlacementByName
ItemName
getPlacementCount
getPlacements
Index
placementList
spielerGruppe
Wurfwaffe
FK
RaumKoordinate
Cyberware
persona
GeldWert
wert
strassenIndex
verfuegbarkeit
BasicList
entries
AttributModifikatorWert
attribut
wert
modifiziertes
KiKraft
persona
AbstraktFertigkeit
Fertigkeit
konzentrationen
gruppe
Konzentration
spezialisierungen
fertigkeit
Spezialisierung
konzentration
PersonaFertigkeit
fertigkeit
stufe
ModSetter
de.urszeidler.eclipse.shadowrun.ModSetter
de.urszeidler.eclipse.shadowrun.ModSetter
BioWare
persona
ModifikatorList
entries
name
SchadensCode
de.urszeidler.eclipse.shadowrun.SchadenCode
de.urszeidler.eclipse.shadowrun.SchadenCode
koerpermods
MagischeMods
BaseMagischePersona
magie
AbstractMagischePaersona
magieBase
KiAdept
kikraft
GengenstandListe
entries
FeuerModus
EM
EM
HM
HM
SM
SM
AM
AM
Beschreibbar
name
beschreibung
image
Reichweite
reichweiteKurz
reichweiteKurz1
reichweiteMittel
reichweiteMittel1
reichweiteWeit
reichweiteWeit1
reichweiteExtrem
reichweiteExtrem1
Reichweiten
entries
Legalitaet
legalitaet
AbstractMagier
Astralpool
MagiePool
InitationsGrad
MagiePersona
zauber
Zauber
art
reichweite
Mindestwurf
Schaden
Dauer
Enzug
PersonaZauber
zauber
stufe
FertigkeitsGruppe
fertigkeiten
Nahkampfwaffe
Bemerkbar
tarnstufe
ShrList
entries
FernkampfwaffenModifikatoren
Smartgun
Rueckstoss
lasterPointer
Schalldaempfer
Vergroesserung
Sichtverhaeltnisse
Restlichtverstaerkung
Infrarot
Ultrasound
WarenListe
listenWert
strassenWert
entries
Quelle
page
srcBook
Modifizierbar
mods
KoerperlicheAtribute
Konsitution
Staerke
Schnelligkeit
BerechneteAttribute
Reaktion
ReaktionW
Kampfpool
GeistigeAttribute
Inteligenz
Charisma
Willenskraft
Essenz
Essenz
BodyIndex
bodyIndex
MagazinTyp
Clip
Clip
Trommel
Trommel
Gurt
Gurt
Streifen
Streifen
NahkampfReichweite
reichweite
Spezies
KonsitutionMax
StaerkeMax
SchnelligkeitMax
InteligenzMax
CharismaMax
WillenskraftMax
SourceBook
startShrTime
endShrTime
Shamane
totem
Totem
ZauberArt
Mana
Mana
Physisch
Physisch
ZauberReichweite
Blickfeld
Blickfeld
Begrenzt
Begrenzt
Selbst
Selbst
Beruehrung
Beruehrung
ZauberDauer
Sofort
Sofort
Aufrechterhalten
Aufrechterhalten
Permanent
Permanent
Koerperteil
Rumpf
Rumpf
Kopf
Kopf
Arme
Arme
Beine
Beine
Granate
type
daempfung
Munition
power
niveau
typ
schadensTyp
SchadensTyp
koerperlich
koerperlich
geistig
geistig
speziell
speziell
Tragbar
einhaendig
einhaendig
zweihaendig
zweihaendig
GegenstandStufen
Computer
Elektronik
Tracing
AntiTracing
Protection
AntiProtection
ModifikatorType
Natural
Natural
Cyber
Cyber
Bio
Bio
SmartgunType
SmartBrille
SmartBrille
SmartGun
SmartGun
SmatgunII
SmatgunII
ShrDate
java.util.Date
java.util.Date
Schadenswiederstand
ruestungsSchutzStoss
ruestungsSchutzBalistisch | null | {"directed":true,"nodes":[{"nsPrefix":"shr","nsURI":"http://shadowrun.ecore","name":"shadowrun","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstaktFernKampfwaffe","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstaktGegenstand","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstaktPersona","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstaktWaffe","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstrakRaumKoerper","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstrakteRuestung","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstraktKleidung","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstraktModifikatoren","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstraktNahkampfwaffe","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behaelter","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feuerwaffe","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gegenstand","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Kleidung","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MunitionsBehealter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Persona","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonaGruppe","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonaKoerper","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Placement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Projektilwaffe","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ruestung","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Script","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Wurfwaffe","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FK","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaumKoordinate","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cyberware","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeldWert","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicList","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributModifikatorWert","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KiKraft","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstraktFertigkeit","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Fertigkeit","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Konzentration","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spezialisierung","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonaFertigkeit","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":"de.urszeidler.eclipse.shadowrun.ModSetter","defaultValue":null,"instanceClassName":"de.urszeidler.eclipse.shadowrun.ModSetter","name":"ModSetter","instanceClass":null,"id":35,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BioWare","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifikatorList","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":"de.urszeidler.eclipse.shadowrun.SchadenCode","defaultValue":null,"instanceClassName":"de.urszeidler.eclipse.shadowrun.SchadenCode","name":"SchadensCode","instanceClass":null,"id":38,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"koerpermods","instanceClass":null,"abstract":true,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MagischeMods","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseMagischePersona","instanceClass":null,"abstract":true,"id":41,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMagischePaersona","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KiAdept","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GengenstandListe","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FeuerModus","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Beschreibbar","instanceClass":null,"abstract":true,"id":46,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reichweite","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reichweiten","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Legalitaet","instanceClass":null,"abstract":true,"id":49,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMagier","instanceClass":null,"abstract":true,"id":50,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MagiePersona","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Zauber","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonaZauber","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FertigkeitsGruppe","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nahkampfwaffe","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bemerkbar","instanceClass":null,"abstract":true,"id":56,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShrList","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FernkampfwaffenModifikatoren","instanceClass":null,"abstract":true,"id":58,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Sichtverhaeltnisse","instanceClass":null,"abstract":true,"id":59,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WarenListe","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Quelle","instanceClass":null,"abstract":true,"id":61,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifizierbar","instanceClass":null,"abstract":true,"id":62,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KoerperlicheAtribute","instanceClass":null,"abstract":true,"id":63,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BerechneteAttribute","instanceClass":null,"abstract":true,"id":64,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeistigeAttribute","instanceClass":null,"abstract":true,"id":65,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Essenz","instanceClass":null,"abstract":true,"id":66,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyIndex","instanceClass":null,"abstract":true,"id":67,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MagazinTyp","instanceClass":null,"id":68,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NahkampfReichweite","instanceClass":null,"abstract":true,"id":69,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spezies","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceBook","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shamane","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Totem","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ZauberArt","instanceClass":null,"id":74,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ZauberReichweite","instanceClass":null,"id":75,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ZauberDauer","instanceClass":null,"id":76,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Koerperteil","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Granate","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Munition","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SchadensTyp","instanceClass":null,"id":80,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Tragbar","instanceClass":null,"id":81,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GegenstandStufen","instanceClass":null,"abstract":true,"id":82,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ModifikatorType","instanceClass":null,"id":83,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SmartgunType","instanceClass":null,"id":84,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.util.Date","defaultValue":null,"instanceClassName":"java.util.Date","name":"ShrDate","instanceClass":"java.util.Date","id":85,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schadenswiederstand","instanceClass":null,"abstract":true,"id":86,"interface":true,"eClass":"EClass"},{"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":"reichweite","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Benutze","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"ErzeugePersonaHandlung","lowerBound":0,"id":91,"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":"gewicht","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":"raumKapazitaet","changeable":true,"lowerBound":0,"iD":false,"id":93,"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":"verbraucht","changeable":true,"lowerBound":0,"iD":false,"id":94,"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":"inBenutzung","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tragbar","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"},{"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":"getGesamtGewicht","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"KonsitutionBase","changeable":true,"lowerBound":1,"iD":false,"id":110,"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":"StaerkeBase","changeable":true,"lowerBound":1,"iD":false,"id":111,"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":"SchnelligkeitBase","changeable":true,"lowerBound":1,"iD":false,"id":112,"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":"InteligenzBase","changeable":true,"lowerBound":1,"iD":false,"id":113,"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":"CharismaBase","changeable":true,"lowerBound":1,"iD":false,"id":114,"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":"WillenskraftBase","changeable":true,"lowerBound":1,"iD":false,"id":115,"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":"ReaktionBase","changeable":true,"lowerBound":1,"iD":false,"id":116,"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":"ReaktionWBase","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"KampfpoolBase","changeable":false,"lowerBound":1,"iD":false,"id":118,"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":"EssenzBase","changeable":true,"lowerBound":1,"iD":false,"id":119,"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":"eigenGewicht","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fertigkeiten","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"modsetter","changeable":false,"lowerBound":1,"iD":false,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cyberware","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bioware","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gegenstaende","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":"linkeHand","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":"rechteHand","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":false,"unsettable":false,"transient":false,"unique":true,"name":"kleidung","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"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":"inBenutzung","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":"spezies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"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"},{"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":"persona","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"id":153,"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":"persona","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"schadenscode","changeable":true,"lowerBound":0,"iD":false,"id":161,"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":"fertigkeit","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"konzentration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"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":"spezialisierung","changeable":true,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ProcessWorldTick","lowerBound":0,"id":170,"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":"position","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"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":"ruestungsSchutzBalistisch","changeable":true,"lowerBound":0,"iD":false,"id":173,"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":"ruestungsSchutzStoss","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"koeperTeil","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gegenstaendeList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"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":"kapazitaet","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"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":"munitionReservior","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"munitionstyp","changeable":true,"lowerBound":0,"iD":false,"id":192,"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":"modie","changeable":true,"lowerBound":0,"iD":false,"id":193,"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":"kapazitaet","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"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPersonaByName","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPersonaCount","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPersonas","lowerBound":0,"id":206,"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":"personaList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ItemName","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EParameter"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Index","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EParameter"},{"id":213,"eClass":"EGenericType"},{"id":214,"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":"gesamtZustand","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getGruppeByName","lowerBound":0,"id":217,"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":"gruppen","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ItemName","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EParameter"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlacementByName","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlacementCount","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getPlacements","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":true,"unsettable":false,"transient":false,"unique":true,"name":"placementList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"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":"spielerGruppe","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ItemName","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EParameter"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"Index","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wert","changeable":true,"lowerBound":0,"iD":false,"id":242,"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":"strassenIndex","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":"verfuegbarkeit","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"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":"entries","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribut","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"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":"wert","changeable":true,"lowerBound":0,"iD":false,"id":251,"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":"modifiziertes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"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":"mods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"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":"persona","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"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":"kikraft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"konzentrationen","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"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":"gruppe","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"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":"fertigkeit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fertigkeiten","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":"spezialisierungen","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"konzentration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"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":"fertigkeit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"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":"stufe","changeable":true,"lowerBound":0,"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"},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":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":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"magie","changeable":true,"lowerBound":1,"iD":false,"id":290,"derived":false},{"id":291,"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":"magieBase","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"name":"EM","id":300,"value":0,"literal":"EM","eClass":"EEnumLiteral"},{"name":"HM","id":301,"value":1,"literal":"HM","eClass":"EEnumLiteral"},{"name":"SM","id":302,"value":2,"literal":"SM","eClass":"EEnumLiteral"},{"name":"AM","id":303,"value":3,"literal":"AM","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":304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"beschreibung","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"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":"reichweiteKurz","changeable":true,"lowerBound":1,"iD":false,"id":310,"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":"reichweiteKurz1","changeable":true,"lowerBound":1,"iD":false,"id":311,"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":"reichweiteMittel","changeable":true,"lowerBound":1,"iD":false,"id":312,"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":"reichweiteMittel1","changeable":true,"lowerBound":1,"iD":false,"id":313,"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":"reichweiteWeit","changeable":true,"lowerBound":1,"iD":false,"id":314,"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":"reichweiteWeit1","changeable":true,"lowerBound":1,"iD":false,"id":315,"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":"reichweiteExtrem","changeable":true,"lowerBound":1,"iD":false,"id":316,"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":"reichweiteExtrem1","changeable":true,"lowerBound":1,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":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":327,"derived":false},{"id":328,"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":"legalitaet","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"id":330,"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":"Astralpool","changeable":true,"lowerBound":0,"iD":false,"id":331,"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":"MagiePool","changeable":true,"lowerBound":0,"iD":false,"id":332,"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":"InitationsGrad","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"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":"zauber","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"art","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reichweite","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Mindestwurf","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Schaden","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Dauer","changeable":true,"lowerBound":0,"iD":false,"id":346,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Enzug","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"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"},{"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":"zauber","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"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":"stufe","changeable":true,"lowerBound":1,"iD":false,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"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":"tarnstufe","changeable":true,"lowerBound":1,"iD":false,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"container":false,"ordered":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":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Smartgun","changeable":true,"lowerBound":0,"iD":false,"id":368,"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":"Rueckstoss","changeable":true,"lowerBound":0,"iD":false,"id":369,"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":"lasterPointer","changeable":true,"lowerBound":0,"iD":false,"id":370,"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":"Schalldaempfer","changeable":true,"lowerBound":0,"iD":false,"id":371,"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":"Vergroesserung","changeable":true,"lowerBound":0,"iD":false,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Restlichtverstaerkung","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Infrarot","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Ultrasound","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"listenWert","changeable":false,"lowerBound":0,"iD":false,"id":384,"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":"strassenWert","changeable":false,"lowerBound":0,"iD":false,"id":385,"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"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":"page","changeable":true,"lowerBound":0,"iD":false,"id":390,"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":"srcBook","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Konsitution","changeable":false,"lowerBound":1,"iD":false,"id":395,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Staerke","changeable":false,"lowerBound":1,"iD":false,"id":396,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Schnelligkeit","changeable":false,"lowerBound":1,"iD":false,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Reaktion","changeable":false,"lowerBound":1,"iD":false,"id":402,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"ReaktionW","changeable":false,"lowerBound":1,"iD":false,"id":403,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Kampfpool","changeable":false,"lowerBound":1,"iD":false,"id":404,"derived":false},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Inteligenz","changeable":false,"lowerBound":1,"iD":false,"id":408,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Charisma","changeable":false,"lowerBound":1,"iD":false,"id":409,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Willenskraft","changeable":false,"lowerBound":1,"iD":false,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"Essenz","changeable":false,"lowerBound":1,"iD":false,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"bodyIndex","changeable":false,"lowerBound":0,"iD":false,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"name":"Clip","id":418,"value":0,"literal":"Clip","eClass":"EEnumLiteral"},{"name":"Trommel","id":419,"value":1,"literal":"Trommel","eClass":"EEnumLiteral"},{"name":"Gurt","id":420,"value":2,"literal":"Gurt","eClass":"EEnumLiteral"},{"name":"Streifen","id":421,"value":3,"literal":"Streifen","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":"reichweite","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"id":423,"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":"KonsitutionMax","changeable":true,"lowerBound":1,"iD":false,"id":424,"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":"StaerkeMax","changeable":true,"lowerBound":1,"iD":false,"id":425,"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":"SchnelligkeitMax","changeable":true,"lowerBound":1,"iD":false,"id":426,"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":"InteligenzMax","changeable":true,"lowerBound":1,"iD":false,"id":427,"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":"CharismaMax","changeable":true,"lowerBound":1,"iD":false,"id":428,"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":"WillenskraftMax","changeable":true,"lowerBound":1,"iD":false,"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"},{"id":437,"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":"startShrTime","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":"endShrTime","changeable":true,"lowerBound":0,"iD":false,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"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":"totem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":443,"derived":false},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"name":"Mana","id":447,"value":0,"literal":"Mana","eClass":"EEnumLiteral"},{"name":"Physisch","id":448,"value":1,"literal":"Physisch","eClass":"EEnumLiteral"},{"name":"Blickfeld","id":449,"value":0,"literal":"Blickfeld","eClass":"EEnumLiteral"},{"name":"Begrenzt","id":450,"value":1,"literal":"Begrenzt","eClass":"EEnumLiteral"},{"name":"Selbst","id":451,"value":2,"literal":"Selbst","eClass":"EEnumLiteral"},{"name":"Beruehrung","id":452,"value":3,"literal":"Beruehrung","eClass":"EEnumLiteral"},{"name":"Sofort","id":453,"value":0,"literal":"Sofort","eClass":"EEnumLiteral"},{"name":"Aufrechterhalten","id":454,"value":1,"literal":"Aufrechterhalten","eClass":"EEnumLiteral"},{"name":"Permanent","id":455,"value":2,"literal":"Permanent","eClass":"EEnumLiteral"},{"name":"Rumpf","id":456,"value":0,"literal":"Rumpf","eClass":"EEnumLiteral"},{"name":"Kopf","id":457,"value":1,"literal":"Kopf","eClass":"EEnumLiteral"},{"name":"Arme","id":458,"value":2,"literal":"Arme","eClass":"EEnumLiteral"},{"name":"Beine","id":459,"value":3,"literal":"Beine","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":460,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"daempfung","changeable":true,"lowerBound":0,"iD":false,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"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":"power","changeable":true,"lowerBound":0,"iD":false,"id":465,"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":"niveau","changeable":true,"lowerBound":0,"iD":false,"id":466,"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":"typ","changeable":true,"resolveProxies":true,"lowerBound":1,"id":467,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"schadensTyp","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"name":"koerperlich","id":474,"value":0,"literal":"koerperlich","eClass":"EEnumLiteral"},{"name":"geistig","id":475,"value":1,"literal":"geistig","eClass":"EEnumLiteral"},{"name":"speziell","id":476,"value":2,"literal":"speziell","eClass":"EEnumLiteral"},{"name":"einhaendig","id":477,"value":0,"literal":"einhaendig","eClass":"EEnumLiteral"},{"name":"zweihaendig","id":478,"value":1,"literal":"zweihaendig","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":"Computer","changeable":true,"lowerBound":0,"iD":false,"id":479,"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":"Elektronik","changeable":true,"lowerBound":0,"iD":false,"id":480,"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":"Tracing","changeable":true,"lowerBound":0,"iD":false,"id":481,"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":"AntiTracing","changeable":true,"lowerBound":0,"iD":false,"id":482,"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":"Protection","changeable":true,"lowerBound":0,"iD":false,"id":483,"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":"AntiProtection","changeable":true,"lowerBound":0,"iD":false,"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"},{"name":"Natural","id":491,"value":0,"literal":"Natural","eClass":"EEnumLiteral"},{"name":"Cyber","id":492,"value":1,"literal":"Cyber","eClass":"EEnumLiteral"},{"name":"Bio","id":493,"value":2,"literal":"Bio","eClass":"EEnumLiteral"},{"name":"SmartBrille","id":494,"value":0,"literal":"SmartBrille","eClass":"EEnumLiteral"},{"name":"SmartGun","id":495,"value":1,"literal":"SmartGun","eClass":"EEnumLiteral"},{"name":"SmatgunII","id":496,"value":2,"literal":"SmatgunII","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"ruestungsSchutzStoss","changeable":false,"lowerBound":1,"iD":false,"id":497,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"ruestungsSchutzBalistisch","changeable":false,"lowerBound":1,"iD":false,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"id":500,"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":1,"target":0},{"source":1,"target":4},{"source":1,"target":87},{"source":1,"target":88},{"source":87,"target":47},{"source":87,"target":89},{"source":87,"target":1},{"source":89,"target":47},{"source":88,"target":4},{"source":2,"target":0},{"source":2,"target":23},{"source":2,"target":26},{"source":2,"target":46},{"source":2,"target":49},{"source":2,"target":56},{"source":2,"target":61},{"source":2,"target":62},{"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":2,"target":96},{"source":2,"target":97},{"source":2,"target":98},{"source":2,"target":99},{"source":2,"target":100},{"source":2,"target":101},{"source":2,"target":102},{"source":2,"target":103},{"source":90,"target":2},{"source":91,"target":2},{"source":92,"target":104},{"source":92,"target":2},{"source":93,"target":105},{"source":93,"target":2},{"source":94,"target":106},{"source":94,"target":2},{"source":95,"target":107},{"source":95,"target":2},{"source":96,"target":81},{"source":96,"target":108},{"source":96,"target":2},{"source":108,"target":81},{"source":97,"target":23},{"source":98,"target":26},{"source":99,"target":46},{"source":100,"target":49},{"source":101,"target":56},{"source":102,"target":61},{"source":103,"target":62},{"source":3,"target":0},{"source":3,"target":46},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":109},{"source":3,"target":110},{"source":3,"target":111},{"source":3,"target":112},{"source":3,"target":113},{"source":3,"target":114},{"source":3,"target":115},{"source":3,"target":116},{"source":3,"target":117},{"source":3,"target":118},{"source":3,"target":119},{"source":3,"target":120},{"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":3,"target":129},{"source":3,"target":130},{"source":3,"target":131},{"source":3,"target":132},{"source":3,"target":133},{"source":3,"target":134},{"source":3,"target":135},{"source":3,"target":136},{"source":109,"target":137},{"source":109,"target":3},{"source":110,"target":138},{"source":110,"target":3},{"source":111,"target":139},{"source":111,"target":3},{"source":112,"target":140},{"source":112,"target":3},{"source":113,"target":141},{"source":113,"target":3},{"source":114,"target":142},{"source":114,"target":3},{"source":115,"target":143},{"source":115,"target":3},{"source":116,"target":144},{"source":116,"target":3},{"source":117,"target":145},{"source":117,"target":3},{"source":118,"target":146},{"source":118,"target":3},{"source":119,"target":147},{"source":119,"target":3},{"source":120,"target":148},{"source":120,"target":3},{"source":121,"target":34},{"source":121,"target":149},{"source":121,"target":3},{"source":149,"target":34},{"source":122,"target":35},{"source":122,"target":150},{"source":122,"target":3},{"source":150,"target":35},{"source":123,"target":25},{"source":123,"target":151},{"source":123,"target":3},{"source":123,"target":152},{"source":151,"target":25},{"source":124,"target":36},{"source":124,"target":153},{"source":124,"target":3},{"source":124,"target":154},{"source":153,"target":36},{"source":125,"target":2},{"source":125,"target":155},{"source":125,"target":3},{"source":155,"target":2},{"source":126,"target":2},{"source":126,"target":156},{"source":126,"target":3},{"source":156,"target":2},{"source":127,"target":2},{"source":127,"target":157},{"source":127,"target":3},{"source":157,"target":2},{"source":128,"target":7},{"source":128,"target":158},{"source":128,"target":3},{"source":158,"target":7},{"source":129,"target":2},{"source":129,"target":159},{"source":129,"target":3},{"source":159,"target":2},{"source":130,"target":70},{"source":130,"target":160},{"source":130,"target":3},{"source":160,"target":70},{"source":131,"target":46},{"source":132,"target":66},{"source":133,"target":67},{"source":134,"target":63},{"source":135,"target":64},{"source":136,"target":65},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":161},{"source":4,"target":162},{"source":4,"target":163},{"source":4,"target":164},{"source":4,"target":165},{"source":161,"target":38},{"source":161,"target":166},{"source":161,"target":4},{"source":166,"target":38},{"source":162,"target":31},{"source":162,"target":167},{"source":162,"target":4},{"source":167,"target":31},{"source":163,"target":32},{"source":163,"target":168},{"source":163,"target":4},{"source":168,"target":32},{"source":164,"target":33},{"source":164,"target":169},{"source":164,"target":4},{"source":169,"target":33},{"source":165,"target":2},{"source":5,"target":0},{"source":5,"target":170},{"source":5,"target":171},{"source":170,"target":5},{"source":171,"target":24},{"source":171,"target":172},{"source":171,"target":5},{"source":172,"target":24},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":173},{"source":6,"target":174},{"source":6,"target":175},{"source":173,"target":176},{"source":173,"target":6},{"source":174,"target":177},{"source":174,"target":6},{"source":175,"target":7},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":178},{"source":7,"target":179},{"source":178,"target":77},{"source":178,"target":180},{"source":178,"target":7},{"source":180,"target":77},{"source":179,"target":2},{"source":8,"target":0},{"source":8,"target":46},{"source":8,"target":62},{"source":8,"target":61},{"source":8,"target":181},{"source":8,"target":182},{"source":8,"target":183},{"source":181,"target":46},{"source":182,"target":62},{"source":183,"target":61},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":69},{"source":9,"target":184},{"source":9,"target":185},{"source":184,"target":4},{"source":185,"target":69},{"source":10,"target":0},{"source":10,"target":12},{"source":10,"target":186},{"source":10,"target":187},{"source":10,"target":188},{"source":186,"target":2},{"source":186,"target":189},{"source":186,"target":10},{"source":189,"target":2},{"source":187,"target":190},{"source":187,"target":10},{"source":188,"target":12},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":191},{"source":11,"target":192},{"source":11,"target":193},{"source":11,"target":194},{"source":11,"target":195},{"source":191,"target":14},{"source":191,"target":196},{"source":191,"target":11},{"source":196,"target":14},{"source":192,"target":68},{"source":192,"target":197},{"source":192,"target":11},{"source":197,"target":68},{"source":193,"target":45},{"source":193,"target":198},{"source":193,"target":11},{"source":198,"target":45},{"source":194,"target":199},{"source":194,"target":11},{"source":195,"target":1},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":200},{"source":200,"target":2},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":201},{"source":201,"target":7},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":202},{"source":202,"target":12},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":203},{"source":203,"target":3},{"source":16,"target":0},{"source":16,"target":46},{"source":16,"target":204},{"source":16,"target":205},{"source":16,"target":206},{"source":16,"target":207},{"source":16,"target":208},{"source":204,"target":16},{"source":204,"target":209},{"source":209,"target":210},{"source":209,"target":204},{"source":205,"target":211},{"source":205,"target":16},{"source":206,"target":16},{"source":206,"target":212},{"source":212,"target":213},{"source":212,"target":206},{"source":207,"target":3},{"source":207,"target":214},{"source":207,"target":16},{"source":214,"target":3},{"source":208,"target":46},{"source":17,"target":0},{"source":17,"target":215},{"source":215,"target":216},{"source":215,"target":17},{"source":18,"target":0},{"source":18,"target":46},{"source":18,"target":217},{"source":18,"target":218},{"source":18,"target":219},{"source":217,"target":18},{"source":217,"target":220},{"source":220,"target":221},{"source":220,"target":217},{"source":218,"target":16},{"source":218,"target":222},{"source":218,"target":18},{"source":222,"target":16},{"source":219,"target":46},{"source":19,"target":0},{"source":19,"target":1},{"source":19,"target":223},{"source":223,"target":1},{"source":20,"target":0},{"source":20,"target":6},{"source":20,"target":224},{"source":224,"target":6},{"source":21,"target":0},{"source":21,"target":46},{"source":21,"target":225},{"source":21,"target":226},{"source":21,"target":227},{"source":21,"target":228},{"source":21,"target":229},{"source":21,"target":230},{"source":225,"target":21},{"source":225,"target":231},{"source":231,"target":232},{"source":231,"target":225},{"source":226,"target":233},{"source":226,"target":21},{"source":227,"target":21},{"source":227,"target":234},{"source":234,"target":235},{"source":234,"target":227},{"source":228,"target":18},{"source":228,"target":236},{"source":228,"target":21},{"source":236,"target":18},{"source":229,"target":16},{"source":229,"target":237},{"source":229,"target":21},{"source":237,"target":16},{"source":230,"target":46},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":238},{"source":238,"target":1},{"source":23,"target":0},{"source":24,"target":0},{"source":25,"target":0},{"source":25,"target":26},{"source":25,"target":39},{"source":25,"target":152},{"source":25,"target":239},{"source":25,"target":240},{"source":152,"target":3},{"source":152,"target":241},{"source":152,"target":25},{"source":152,"target":123},{"source":241,"target":3},{"source":239,"target":26},{"source":240,"target":39},{"source":26,"target":0},{"source":26,"target":242},{"source":26,"target":243},{"source":26,"target":244},{"source":242,"target":245},{"source":242,"target":26},{"source":243,"target":246},{"source":243,"target":26},{"source":244,"target":247},{"source":244,"target":26},{"source":27,"target":0},{"source":27,"target":248},{"source":248,"target":23},{"source":248,"target":249},{"source":248,"target":27},{"source":249,"target":23},{"source":28,"target":0},{"source":28,"target":250},{"source":28,"target":251},{"source":28,"target":252},{"source":250,"target":253},{"source":250,"target":28},{"source":251,"target":254},{"source":251,"target":28},{"source":252,"target":62},{"source":252,"target":255},{"source":252,"target":28},{"source":252,"target":256},{"source":255,"target":62},{"source":29,"target":0},{"source":29,"target":40},{"source":29,"target":257},{"source":29,"target":258},{"source":257,"target":43},{"source":257,"target":259},{"source":257,"target":29},{"source":257,"target":260},{"source":259,"target":43},{"source":258,"target":40},{"source":30,"target":0},{"source":30,"target":23},{"source":30,"target":46},{"source":30,"target":261},{"source":30,"target":262},{"source":261,"target":23},{"source":262,"target":46},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":263},{"source":31,"target":264},{"source":31,"target":265},{"source":263,"target":32},{"source":263,"target":266},{"source":263,"target":31},{"source":263,"target":267},{"source":266,"target":32},{"source":264,"target":54},{"source":264,"target":268},{"source":264,"target":31},{"source":264,"target":269},{"source":268,"target":54},{"source":265,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":270},{"source":32,"target":267},{"source":32,"target":271},{"source":270,"target":33},{"source":270,"target":272},{"source":270,"target":32},{"source":270,"target":273},{"source":272,"target":33},{"source":267,"target":31},{"source":267,"target":274},{"source":267,"target":32},{"source":267,"target":263},{"source":274,"target":31},{"source":271,"target":30},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":273},{"source":33,"target":275},{"source":273,"target":32},{"source":273,"target":276},{"source":273,"target":33},{"source":273,"target":270},{"source":276,"target":32},{"source":275,"target":30},{"source":34,"target":0},{"source":34,"target":277},{"source":34,"target":278},{"source":277,"target":30},{"source":277,"target":279},{"source":277,"target":34},{"source":279,"target":30},{"source":278,"target":280},{"source":278,"target":34},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":26},{"source":36,"target":39},{"source":36,"target":154},{"source":36,"target":281},{"source":36,"target":282},{"source":154,"target":3},{"source":154,"target":283},{"source":154,"target":36},{"source":154,"target":124},{"source":283,"target":3},{"source":281,"target":26},{"source":282,"target":39},{"source":37,"target":0},{"source":37,"target":284},{"source":37,"target":285},{"source":284,"target":8},{"source":284,"target":286},{"source":284,"target":37},{"source":286,"target":8},{"source":285,"target":287},{"source":285,"target":37},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":8},{"source":39,"target":288},{"source":288,"target":8},{"source":40,"target":0},{"source":40,"target":8},{"source":40,"target":289},{"source":289,"target":8},{"source":41,"target":0},{"source":41,"target":290},{"source":290,"target":291},{"source":290,"target":41},{"source":42,"target":0},{"source":42,"target":3},{"source":42,"target":41},{"source":42,"target":292},{"source":42,"target":293},{"source":42,"target":294},{"source":292,"target":295},{"source":292,"target":42},{"source":293,"target":3},{"source":294,"target":41},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":260},{"source":43,"target":296},{"source":260,"target":29},{"source":260,"target":297},{"source":260,"target":43},{"source":260,"target":257},{"source":297,"target":29},{"source":296,"target":42},{"source":44,"target":0},{"source":44,"target":298},{"source":298,"target":2},{"source":298,"target":299},{"source":298,"target":44},{"source":299,"target":2},{"source":45,"target":0},{"source":45,"target":300},{"source":45,"target":301},{"source":45,"target":302},{"source":45,"target":303},{"source":300,"target":45},{"source":301,"target":45},{"source":302,"target":45},{"source":303,"target":45},{"source":46,"target":0},{"source":46,"target":304},{"source":46,"target":305},{"source":46,"target":306},{"source":304,"target":307},{"source":304,"target":46},{"source":305,"target":308},{"source":305,"target":46},{"source":306,"target":309},{"source":306,"target":46},{"source":47,"target":0},{"source":47,"target":46},{"source":47,"target":310},{"source":47,"target":311},{"source":47,"target":312},{"source":47,"target":313},{"source":47,"target":314},{"source":47,"target":315},{"source":47,"target":316},{"source":47,"target":317},{"source":47,"target":318},{"source":310,"target":319},{"source":310,"target":47},{"source":311,"target":320},{"source":311,"target":47},{"source":312,"target":321},{"source":312,"target":47},{"source":313,"target":322},{"source":313,"target":47},{"source":314,"target":323},{"source":314,"target":47},{"source":315,"target":324},{"source":315,"target":47},{"source":316,"target":325},{"source":316,"target":47},{"source":317,"target":326},{"source":317,"target":47},{"source":318,"target":46},{"source":48,"target":0},{"source":48,"target":327},{"source":327,"target":47},{"source":327,"target":328},{"source":327,"target":48},{"source":328,"target":47},{"source":49,"target":0},{"source":49,"target":329},{"source":329,"target":330},{"source":329,"target":49},{"source":50,"target":0},{"source":50,"target":41},{"source":50,"target":331},{"source":50,"target":332},{"source":50,"target":333},{"source":50,"target":334},{"source":331,"target":335},{"source":331,"target":50},{"source":332,"target":336},{"source":332,"target":50},{"source":333,"target":337},{"source":333,"target":50},{"source":334,"target":41},{"source":51,"target":0},{"source":51,"target":42},{"source":51,"target":50},{"source":51,"target":338},{"source":51,"target":339},{"source":51,"target":340},{"source":338,"target":53},{"source":338,"target":341},{"source":338,"target":51},{"source":341,"target":53},{"source":339,"target":42},{"source":340,"target":50},{"source":52,"target":0},{"source":52,"target":46},{"source":52,"target":342},{"source":52,"target":343},{"source":52,"target":344},{"source":52,"target":345},{"source":52,"target":346},{"source":52,"target":347},{"source":52,"target":348},{"source":342,"target":74},{"source":342,"target":349},{"source":342,"target":52},{"source":349,"target":74},{"source":343,"target":75},{"source":343,"target":350},{"source":343,"target":52},{"source":350,"target":75},{"source":344,"target":351},{"source":344,"target":52},{"source":345,"target":38},{"source":345,"target":352},{"source":345,"target":52},{"source":352,"target":38},{"source":346,"target":76},{"source":346,"target":353},{"source":346,"target":52},{"source":353,"target":76},{"source":347,"target":354},{"source":347,"target":52},{"source":348,"target":46},{"source":53,"target":0},{"source":53,"target":355},{"source":53,"target":356},{"source":355,"target":52},{"source":355,"target":357},{"source":355,"target":53},{"source":357,"target":52},{"source":356,"target":358},{"source":356,"target":53},{"source":54,"target":0},{"source":54,"target":46},{"source":54,"target":23},{"source":54,"target":269},{"source":54,"target":359},{"source":54,"target":360},{"source":269,"target":31},{"source":269,"target":361},{"source":269,"target":54},{"source":269,"target":264},{"source":361,"target":31},{"source":359,"target":46},{"source":360,"target":23},{"source":55,"target":0},{"source":55,"target":9},{"source":55,"target":362},{"source":362,"target":9},{"source":56,"target":0},{"source":56,"target":363},{"source":363,"target":364},{"source":363,"target":56},{"source":57,"target":0},{"source":57,"target":46},{"source":57,"target":365},{"source":57,"target":366},{"source":365,"target":367},{"source":365,"target":57},{"source":366,"target":46},{"source":58,"target":0},{"source":58,"target":368},{"source":58,"target":369},{"source":58,"target":370},{"source":58,"target":371},{"source":58,"target":372},{"source":368,"target":84},{"source":368,"target":373},{"source":368,"target":58},{"source":373,"target":84},{"source":369,"target":374},{"source":369,"target":58},{"source":370,"target":375},{"source":370,"target":58},{"source":371,"target":376},{"source":371,"target":58},{"source":372,"target":377},{"source":372,"target":58},{"source":59,"target":0},{"source":59,"target":378},{"source":59,"target":379},{"source":59,"target":380},{"source":378,"target":83},{"source":378,"target":381},{"source":378,"target":59},{"source":381,"target":83},{"source":379,"target":83},{"source":379,"target":382},{"source":379,"target":59},{"source":382,"target":83},{"source":380,"target":83},{"source":380,"target":383},{"source":380,"target":59},{"source":383,"target":83},{"source":60,"target":0},{"source":60,"target":384},{"source":60,"target":385},{"source":60,"target":386},{"source":384,"target":387},{"source":384,"target":60},{"source":385,"target":388},{"source":385,"target":60},{"source":386,"target":2},{"source":386,"target":389},{"source":386,"target":60},{"source":389,"target":2},{"source":61,"target":0},{"source":61,"target":390},{"source":61,"target":391},{"source":390,"target":392},{"source":390,"target":61},{"source":391,"target":71},{"source":391,"target":393},{"source":391,"target":61},{"source":393,"target":71},{"source":62,"target":0},{"source":62,"target":256},{"source":256,"target":28},{"source":256,"target":394},{"source":256,"target":62},{"source":256,"target":252},{"source":394,"target":28},{"source":63,"target":0},{"source":63,"target":86},{"source":63,"target":395},{"source":63,"target":396},{"source":63,"target":397},{"source":63,"target":398},{"source":395,"target":399},{"source":395,"target":63},{"source":396,"target":400},{"source":396,"target":63},{"source":397,"target":401},{"source":397,"target":63},{"source":398,"target":86},{"source":64,"target":0},{"source":64,"target":402},{"source":64,"target":403},{"source":64,"target":404},{"source":402,"target":405},{"source":402,"target":64},{"source":403,"target":406},{"source":403,"target":64},{"source":404,"target":407},{"source":404,"target":64},{"source":65,"target":0},{"source":65,"target":408},{"source":65,"target":409},{"source":65,"target":410},{"source":408,"target":411},{"source":408,"target":65},{"source":409,"target":412},{"source":409,"target":65},{"source":410,"target":413},{"source":410,"target":65},{"source":66,"target":0},{"source":66,"target":414},{"source":414,"target":415},{"source":414,"target":66},{"source":67,"target":0},{"source":67,"target":416},{"source":416,"target":417},{"source":416,"target":67},{"source":68,"target":0},{"source":68,"target":418},{"source":68,"target":419},{"source":68,"target":420},{"source":68,"target":421},{"source":418,"target":68},{"source":419,"target":68},{"source":420,"target":68},{"source":421,"target":68},{"source":69,"target":0},{"source":69,"target":422},{"source":422,"target":423},{"source":422,"target":69},{"source":70,"target":0},{"source":70,"target":46},{"source":70,"target":62},{"source":70,"target":424},{"source":70,"target":425},{"source":70,"target":426},{"source":70,"target":427},{"source":70,"target":428},{"source":70,"target":429},{"source":70,"target":430},{"source":70,"target":431},{"source":424,"target":432},{"source":424,"target":70},{"source":425,"target":433},{"source":425,"target":70},{"source":426,"target":434},{"source":426,"target":70},{"source":427,"target":435},{"source":427,"target":70},{"source":428,"target":436},{"source":428,"target":70},{"source":429,"target":437},{"source":429,"target":70},{"source":430,"target":46},{"source":431,"target":62},{"source":71,"target":0},{"source":71,"target":46},{"source":71,"target":438},{"source":71,"target":439},{"source":71,"target":440},{"source":438,"target":85},{"source":438,"target":441},{"source":438,"target":71},{"source":441,"target":85},{"source":439,"target":85},{"source":439,"target":442},{"source":439,"target":71},{"source":442,"target":85},{"source":440,"target":46},{"source":72,"target":0},{"source":72,"target":51},{"source":72,"target":443},{"source":72,"target":444},{"source":443,"target":73},{"source":443,"target":445},{"source":443,"target":72},{"source":445,"target":73},{"source":444,"target":51},{"source":73,"target":0},{"source":73,"target":46},{"source":73,"target":446},{"source":446,"target":46},{"source":74,"target":0},{"source":74,"target":447},{"source":74,"target":448},{"source":447,"target":74},{"source":448,"target":74},{"source":75,"target":0},{"source":75,"target":449},{"source":75,"target":450},{"source":75,"target":451},{"source":75,"target":452},{"source":449,"target":75},{"source":450,"target":75},{"source":451,"target":75},{"source":452,"target":75},{"source":76,"target":0},{"source":76,"target":453},{"source":76,"target":454},{"source":76,"target":455},{"source":453,"target":76},{"source":454,"target":76},{"source":455,"target":76},{"source":77,"target":0},{"source":77,"target":456},{"source":77,"target":457},{"source":77,"target":458},{"source":77,"target":459},{"source":456,"target":77},{"source":457,"target":77},{"source":458,"target":77},{"source":459,"target":77},{"source":78,"target":0},{"source":78,"target":4},{"source":78,"target":460},{"source":78,"target":461},{"source":78,"target":462},{"source":460,"target":463},{"source":460,"target":78},{"source":461,"target":464},{"source":461,"target":78},{"source":462,"target":4},{"source":79,"target":0},{"source":79,"target":2},{"source":79,"target":465},{"source":79,"target":466},{"source":79,"target":467},{"source":79,"target":468},{"source":79,"target":469},{"source":465,"target":470},{"source":465,"target":79},{"source":466,"target":471},{"source":466,"target":79},{"source":467,"target":47},{"source":467,"target":472},{"source":467,"target":79},{"source":472,"target":47},{"source":468,"target":80},{"source":468,"target":473},{"source":468,"target":79},{"source":473,"target":80},{"source":469,"target":2},{"source":80,"target":0},{"source":80,"target":474},{"source":80,"target":475},{"source":80,"target":476},{"source":474,"target":80},{"source":475,"target":80},{"source":476,"target":80},{"source":81,"target":0},{"source":81,"target":477},{"source":81,"target":478},{"source":477,"target":81},{"source":478,"target":81},{"source":82,"target":0},{"source":82,"target":479},{"source":82,"target":480},{"source":82,"target":481},{"source":82,"target":482},{"source":82,"target":483},{"source":82,"target":484},{"source":479,"target":485},{"source":479,"target":82},{"source":480,"target":486},{"source":480,"target":82},{"source":481,"target":487},{"source":481,"target":82},{"source":482,"target":488},{"source":482,"target":82},{"source":483,"target":489},{"source":483,"target":82},{"source":484,"target":490},{"source":484,"target":82},{"source":83,"target":0},{"source":83,"target":491},{"source":83,"target":492},{"source":83,"target":493},{"source":491,"target":83},{"source":492,"target":83},{"source":493,"target":83},{"source":84,"target":0},{"source":84,"target":494},{"source":84,"target":495},{"source":84,"target":496},{"source":494,"target":84},{"source":495,"target":84},{"source":496,"target":84},{"source":85,"target":0},{"source":86,"target":0},{"source":86,"target":497},{"source":86,"target":498},{"source":497,"target":499},{"source":497,"target":86},{"source":498,"target":500},{"source":498,"target":86}],"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<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="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget">
<eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" upperBound="-1"
eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsFSMsubsetRequiresDifferentName.ecore | ecore | UML2
Abstraction
EventOccurrence
AnyTrigger
TypedElement
CollaborationOccurrence
ExecutableNode
GeneralOrdering
ReadVariableAction
Pseudostate
WriteLinkAction
InformationItem
NamedElement
name
Duration
Transition
Stop
RemoveStructuralFeatureValueAction
Interface
DurationObservationAction
SendObjectAction
InformationFlow
ExtensionPoint
ReadLinkAction
CreateLinkObjectAction
StructuredClassifier
LinkAction
Operation
Behavior
CombinedFragment
Vertex
MessageTrigger
TemplateableClassifier
Trigger
DeploymentSpecification
ReadStructuralFeatureAction
FlowFinalNode
Artifact
JoinNode
StateMachine
CommunicationPath
LiteralNull
Signal
FinalState
PackageableElement
MessageEnd
AddStructuralFeatureValueAction
DataType
ConnectionPointReference
Message
CallBehaviorAction
Action
ReadSelfAction
ExecutionEnvironment
Package
IntervalConstraint
Association
Stereotype
Implementation
InstanceSpecification
CreateObjectAction
Permission
Namespace
Property
subsettedProperty
Substitution
PrimitiveType
RemoveVariableValueAction
ObjectNode
StateInvariant
RedefinableTemplateSignature
AddVariableValueAction
Continuation
ClearStructuralFeatureAction
GeneralizationSet
InteractionConstraint
ParameterSet
PrimitiveFunction
SendSignalAction
Extend
ActivityNode
LoopNode
AcceptEventAction
ExtensionEnd
ApplyFunctionAction
ClearAssociationAction
WriteVariableAction
CentralBufferNode
Device
State
InputPin
CallOperationAction
ProtocolTransition
Pin
Connector
ReplyAction
RedefinableElement
ForkNode
ValueSpecification
BehavioredClassifier
Reception
DurationConstraint
BroadcastSignalAction
ReadLinkObjectEndQualifierAction
ControlFlow
OpaqueExpression
Expression
ReadLinkObjectEndAction
Port
Include
ActivityFinalNode
ChangeTrigger
Lifeline
ConnectableElement
FinalNode
UseCase
InteractionOccurrence
TestIdentityAction
InitialNode
Component
Extension
DataStoreNode
LiteralString
SignalTrigger
StructuralFeature
TimeConstraint
LiteralUnlimitedNatural
Class
StructuralFeatureAction
CallTrigger
Actor
Profile
LiteralBoolean
RaiseExceptionAction
Manifestation
Region
MergeNode
Model
InstanceValue
ControlNode
BehavioralFeature
Collaboration
LiteralSpecification
AssociationClass
CallAction
StartOwnedBehaviorAction
ReadExtentAction
WriteStructuralFeatureAction
ActivityPartition
ObjectFlow
Dependency
EnumerationLiteral
TimeObservationAction
ClearVariableAction
PartDecomposition
DeployedArtifact
TimeInterval
EncapsulatedClassifier
Interaction
InteractionOperand
Interval
DecisionNode
TimeExpression
Constraint
ConditionalNode
ActivityParameterNode
ExpansionNode
OutputPin
Deployment
Activity
ExecutionOccurrence
VariableAction
Gate
Node
DestroyLinkAction
Feature
ProtocolStateMachine
Enumeration
DestroyObjectAction
Variable
Type
Usage
TimeTrigger
AcceptCallAction
StructuredActivityNode
ReclassifyObjectAction
DeploymentTarget
DurationInterval
ValuePin
Realization
CreateLinkAction
InteractionFragment
ParameterableClassifier
InvocationAction
Parameter
Classifier
ReadIsClassifiedObjectAction
ExpansionRegion
ActivityEdge
LiteralInteger | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"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"},{"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":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"},{"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"},{"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"},{"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"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"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"},{"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":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"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"},{"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"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"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"},{"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"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"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"},{"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"},{"id":345,"eClass":"EGenericType"},{"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"},{"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"},{"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"},{"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"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"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"},{"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"}],"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":1,"target":0},{"source":1,"target":148},{"source":1,"target":198},{"source":198,"target":148},{"source":2,"target":0},{"source":2,"target":189},{"source":2,"target":44},{"source":2,"target":199},{"source":2,"target":200},{"source":199,"target":189},{"source":200,"target":44},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":201},{"source":201,"target":30},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":202},{"source":202,"target":12},{"source":5,"target":0},{"source":5,"target":12},{"source":5,"target":203},{"source":203,"target":12},{"source":6,"target":0},{"source":6,"target":78},{"source":6,"target":204},{"source":204,"target":78},{"source":7,"target":0},{"source":7,"target":12},{"source":7,"target":205},{"source":205,"target":12},{"source":8,"target":0},{"source":8,"target":169},{"source":8,"target":206},{"source":206,"target":169},{"source":9,"target":0},{"source":9,"target":29},{"source":9,"target":207},{"source":207,"target":29},{"source":10,"target":0},{"source":10,"target":25},{"source":10,"target":208},{"source":208,"target":25},{"source":11,"target":0},{"source":11,"target":193},{"source":11,"target":209},{"source":209,"target":193},{"source":12,"target":0},{"source":12,"target":210},{"source":210,"target":211},{"source":210,"target":12},{"source":13,"target":0},{"source":13,"target":96},{"source":13,"target":212},{"source":212,"target":96},{"source":14,"target":0},{"source":14,"target":94},{"source":14,"target":213},{"source":213,"target":94},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":214},{"source":214,"target":2},{"source":16,"target":0},{"source":16,"target":145},{"source":16,"target":215},{"source":215,"target":145},{"source":17,"target":0},{"source":17,"target":193},{"source":17,"target":216},{"source":216,"target":193},{"source":18,"target":0},{"source":18,"target":145},{"source":18,"target":217},{"source":217,"target":145},{"source":19,"target":0},{"source":19,"target":191},{"source":19,"target":218},{"source":218,"target":191},{"source":20,"target":0},{"source":20,"target":43},{"source":20,"target":219},{"source":219,"target":43},{"source":21,"target":0},{"source":21,"target":94},{"source":21,"target":220},{"source":220,"target":94},{"source":22,"target":0},{"source":22,"target":25},{"source":22,"target":221},{"source":221,"target":25},{"source":23,"target":0},{"source":23,"target":188},{"source":23,"target":222},{"source":222,"target":188},{"source":24,"target":0},{"source":24,"target":193},{"source":24,"target":223},{"source":223,"target":193},{"source":25,"target":0},{"source":25,"target":50},{"source":25,"target":224},{"source":224,"target":50},{"source":26,"target":0},{"source":26,"target":138},{"source":26,"target":4},{"source":26,"target":225},{"source":26,"target":226},{"source":225,"target":138},{"source":226,"target":4},{"source":27,"target":0},{"source":27,"target":125},{"source":27,"target":227},{"source":227,"target":125},{"source":28,"target":0},{"source":28,"target":189},{"source":28,"target":228},{"source":228,"target":189},{"source":29,"target":0},{"source":29,"target":12},{"source":29,"target":229},{"source":229,"target":12},{"source":30,"target":0},{"source":30,"target":32},{"source":30,"target":230},{"source":230,"target":32},{"source":31,"target":0},{"source":31,"target":193},{"source":31,"target":231},{"source":231,"target":193},{"source":32,"target":0},{"source":32,"target":12},{"source":32,"target":232},{"source":232,"target":12},{"source":33,"target":0},{"source":33,"target":36},{"source":33,"target":233},{"source":233,"target":36},{"source":34,"target":0},{"source":34,"target":126},{"source":34,"target":234},{"source":234,"target":126},{"source":35,"target":0},{"source":35,"target":112},{"source":35,"target":235},{"source":235,"target":112},{"source":36,"target":0},{"source":36,"target":193},{"source":36,"target":153},{"source":36,"target":236},{"source":36,"target":237},{"source":236,"target":193},{"source":237,"target":153},{"source":37,"target":0},{"source":37,"target":137},{"source":37,"target":238},{"source":238,"target":137},{"source":38,"target":0},{"source":38,"target":27},{"source":38,"target":239},{"source":239,"target":27},{"source":39,"target":0},{"source":39,"target":55},{"source":39,"target":240},{"source":240,"target":55},{"source":40,"target":0},{"source":40,"target":140},{"source":40,"target":241},{"source":241,"target":140},{"source":41,"target":0},{"source":41,"target":193},{"source":41,"target":242},{"source":242,"target":193},{"source":42,"target":0},{"source":42,"target":87},{"source":42,"target":243},{"source":243,"target":87},{"source":43,"target":0},{"source":43,"target":12},{"source":43,"target":244},{"source":244,"target":12},{"source":44,"target":0},{"source":44,"target":12},{"source":44,"target":245},{"source":245,"target":12},{"source":45,"target":0},{"source":45,"target":145},{"source":45,"target":246},{"source":246,"target":145},{"source":46,"target":0},{"source":46,"target":193},{"source":46,"target":247},{"source":247,"target":193},{"source":47,"target":0},{"source":47,"target":29},{"source":47,"target":248},{"source":248,"target":29},{"source":48,"target":0},{"source":48,"target":12},{"source":48,"target":249},{"source":249,"target":12},{"source":49,"target":0},{"source":49,"target":142},{"source":49,"target":250},{"source":250,"target":142},{"source":50,"target":0},{"source":50,"target":6},{"source":50,"target":251},{"source":251,"target":6},{"source":51,"target":0},{"source":51,"target":50},{"source":51,"target":252},{"source":252,"target":50},{"source":52,"target":0},{"source":52,"target":171},{"source":52,"target":253},{"source":253,"target":171},{"source":53,"target":0},{"source":53,"target":61},{"source":53,"target":43},{"source":53,"target":254},{"source":53,"target":255},{"source":254,"target":61},{"source":255,"target":43},{"source":54,"target":0},{"source":54,"target":161},{"source":54,"target":256},{"source":256,"target":161},{"source":55,"target":0},{"source":55,"target":193},{"source":55,"target":257},{"source":257,"target":193},{"source":56,"target":0},{"source":56,"target":125},{"source":56,"target":258},{"source":258,"target":125},{"source":57,"target":0},{"source":57,"target":187},{"source":57,"target":259},{"source":259,"target":187},{"source":58,"target":0},{"source":58,"target":43},{"source":58,"target":184},{"source":58,"target":153},{"source":58,"target":260},{"source":58,"target":261},{"source":58,"target":262},{"source":260,"target":43},{"source":261,"target":184},{"source":262,"target":153},{"source":59,"target":0},{"source":59,"target":50},{"source":59,"target":263},{"source":263,"target":50},{"source":60,"target":0},{"source":60,"target":148},{"source":60,"target":264},{"source":264,"target":148},{"source":61,"target":0},{"source":61,"target":12},{"source":61,"target":265},{"source":265,"target":12},{"source":62,"target":0},{"source":62,"target":122},{"source":62,"target":111},{"source":62,"target":184},{"source":62,"target":266},{"source":62,"target":267},{"source":62,"target":268},{"source":62,"target":269},{"source":266,"target":62},{"source":266,"target":270},{"source":266,"target":62},{"source":270,"target":62},{"source":267,"target":122},{"source":268,"target":111},{"source":269,"target":184},{"source":63,"target":0},{"source":63,"target":187},{"source":63,"target":271},{"source":271,"target":187},{"source":64,"target":0},{"source":64,"target":46},{"source":64,"target":272},{"source":272,"target":46},{"source":65,"target":0},{"source":65,"target":84},{"source":65,"target":273},{"source":273,"target":84},{"source":66,"target":0},{"source":66,"target":78},{"source":66,"target":4},{"source":66,"target":274},{"source":66,"target":275},{"source":274,"target":78},{"source":275,"target":4},{"source":67,"target":0},{"source":67,"target":189},{"source":67,"target":276},{"source":276,"target":189},{"source":68,"target":0},{"source":68,"target":94},{"source":68,"target":277},{"source":277,"target":94},{"source":69,"target":0},{"source":69,"target":84},{"source":69,"target":278},{"source":278,"target":84},{"source":70,"target":0},{"source":70,"target":189},{"source":70,"target":279},{"source":279,"target":189},{"source":71,"target":0},{"source":71,"target":126},{"source":71,"target":280},{"source":280,"target":126},{"source":72,"target":0},{"source":72,"target":43},{"source":72,"target":281},{"source":281,"target":43},{"source":73,"target":0},{"source":73,"target":161},{"source":73,"target":282},{"source":282,"target":161},{"source":74,"target":0},{"source":74,"target":12},{"source":74,"target":283},{"source":283,"target":12},{"source":75,"target":0},{"source":75,"target":43},{"source":75,"target":284},{"source":284,"target":43},{"source":76,"target":0},{"source":76,"target":191},{"source":76,"target":285},{"source":285,"target":191},{"source":77,"target":0},{"source":77,"target":12},{"source":77,"target":286},{"source":286,"target":12},{"source":78,"target":0},{"source":78,"target":94},{"source":78,"target":287},{"source":287,"target":94},{"source":79,"target":0},{"source":79,"target":182},{"source":79,"target":288},{"source":288,"target":182},{"source":80,"target":0},{"source":80,"target":50},{"source":80,"target":289},{"source":289,"target":50},{"source":81,"target":0},{"source":81,"target":62},{"source":81,"target":290},{"source":290,"target":62},{"source":82,"target":0},{"source":82,"target":50},{"source":82,"target":291},{"source":291,"target":50},{"source":83,"target":0},{"source":83,"target":50},{"source":83,"target":292},{"source":292,"target":50},{"source":84,"target":0},{"source":84,"target":169},{"source":84,"target":293},{"source":293,"target":169},{"source":85,"target":0},{"source":85,"target":66},{"source":85,"target":294},{"source":294,"target":66},{"source":86,"target":0},{"source":86,"target":171},{"source":86,"target":295},{"source":295,"target":171},{"source":87,"target":0},{"source":87,"target":61},{"source":87,"target":94},{"source":87,"target":29},{"source":87,"target":296},{"source":87,"target":297},{"source":87,"target":298},{"source":296,"target":61},{"source":297,"target":94},{"source":298,"target":29},{"source":88,"target":0},{"source":88,"target":91},{"source":88,"target":299},{"source":299,"target":91},{"source":89,"target":0},{"source":89,"target":142},{"source":89,"target":300},{"source":300,"target":142},{"source":90,"target":0},{"source":90,"target":14},{"source":90,"target":301},{"source":301,"target":14},{"source":91,"target":0},{"source":91,"target":66},{"source":91,"target":302},{"source":302,"target":66},{"source":92,"target":0},{"source":92,"target":173},{"source":92,"target":303},{"source":303,"target":173},{"source":93,"target":0},{"source":93,"target":50},{"source":93,"target":304},{"source":304,"target":50},{"source":94,"target":0},{"source":94,"target":12},{"source":94,"target":305},{"source":305,"target":12},{"source":95,"target":0},{"source":95,"target":137},{"source":95,"target":306},{"source":306,"target":137},{"source":96,"target":0},{"source":96,"target":4},{"source":96,"target":307},{"source":307,"target":4},{"source":97,"target":0},{"source":97,"target":193},{"source":97,"target":308},{"source":308,"target":193},{"source":98,"target":0},{"source":98,"target":138},{"source":98,"target":309},{"source":309,"target":138},{"source":99,"target":0},{"source":99,"target":54},{"source":99,"target":310},{"source":310,"target":54},{"source":100,"target":0},{"source":100,"target":191},{"source":100,"target":311},{"source":311,"target":191},{"source":101,"target":0},{"source":101,"target":50},{"source":101,"target":312},{"source":312,"target":50},{"source":102,"target":0},{"source":102,"target":196},{"source":102,"target":313},{"source":313,"target":196},{"source":103,"target":0},{"source":103,"target":96},{"source":103,"target":314},{"source":314,"target":96},{"source":104,"target":0},{"source":104,"target":103},{"source":104,"target":315},{"source":315,"target":103},{"source":105,"target":0},{"source":105,"target":50},{"source":105,"target":316},{"source":316,"target":50},{"source":106,"target":0},{"source":106,"target":62},{"source":106,"target":317},{"source":317,"target":62},{"source":107,"target":0},{"source":107,"target":12},{"source":107,"target":318},{"source":318,"target":12},{"source":108,"target":0},{"source":108,"target":112},{"source":108,"target":319},{"source":319,"target":112},{"source":109,"target":0},{"source":109,"target":32},{"source":109,"target":320},{"source":320,"target":32},{"source":110,"target":0},{"source":110,"target":12},{"source":110,"target":321},{"source":321,"target":12},{"source":111,"target":0},{"source":111,"target":12},{"source":111,"target":322},{"source":322,"target":12},{"source":112,"target":0},{"source":112,"target":137},{"source":112,"target":323},{"source":323,"target":137},{"source":113,"target":0},{"source":113,"target":97},{"source":113,"target":324},{"source":324,"target":97},{"source":114,"target":0},{"source":114,"target":189},{"source":114,"target":325},{"source":325,"target":189},{"source":115,"target":0},{"source":115,"target":50},{"source":115,"target":326},{"source":326,"target":50},{"source":116,"target":0},{"source":116,"target":137},{"source":116,"target":327},{"source":327,"target":137},{"source":117,"target":0},{"source":117,"target":125},{"source":117,"target":328},{"source":328,"target":125},{"source":118,"target":0},{"source":118,"target":55},{"source":118,"target":329},{"source":329,"target":55},{"source":119,"target":0},{"source":119,"target":85},{"source":119,"target":330},{"source":330,"target":85},{"source":120,"target":0},{"source":120,"target":140},{"source":120,"target":331},{"source":331,"target":140},{"source":121,"target":0},{"source":121,"target":30},{"source":121,"target":332},{"source":332,"target":30},{"source":122,"target":0},{"source":122,"target":173},{"source":122,"target":4},{"source":122,"target":333},{"source":122,"target":334},{"source":333,"target":173},{"source":334,"target":4},{"source":123,"target":0},{"source":123,"target":54},{"source":123,"target":335},{"source":335,"target":54},{"source":124,"target":0},{"source":124,"target":140},{"source":124,"target":336},{"source":336,"target":140},{"source":125,"target":0},{"source":125,"target":97},{"source":125,"target":155},{"source":125,"target":337},{"source":125,"target":338},{"source":337,"target":97},{"source":338,"target":155},{"source":126,"target":0},{"source":126,"target":50},{"source":126,"target":339},{"source":339,"target":50},{"source":127,"target":0},{"source":127,"target":30},{"source":127,"target":340},{"source":340,"target":30},{"source":128,"target":0},{"source":128,"target":193},{"source":128,"target":341},{"source":341,"target":193},{"source":129,"target":0},{"source":129,"target":53},{"source":129,"target":342},{"source":342,"target":53},{"source":130,"target":0},{"source":130,"target":140},{"source":130,"target":343},{"source":343,"target":140},{"source":131,"target":0},{"source":131,"target":50},{"source":131,"target":344},{"source":344,"target":50},{"source":132,"target":0},{"source":132,"target":1},{"source":132,"target":345},{"source":345,"target":1},{"source":133,"target":0},{"source":133,"target":61},{"source":133,"target":94},{"source":133,"target":346},{"source":133,"target":347},{"source":346,"target":61},{"source":347,"target":94},{"source":134,"target":0},{"source":134,"target":137},{"source":134,"target":348},{"source":348,"target":137},{"source":135,"target":0},{"source":135,"target":53},{"source":135,"target":349},{"source":349,"target":53},{"source":136,"target":0},{"source":136,"target":96},{"source":136,"target":350},{"source":350,"target":96},{"source":137,"target":0},{"source":137,"target":78},{"source":137,"target":351},{"source":351,"target":78},{"source":138,"target":0},{"source":138,"target":61},{"source":138,"target":173},{"source":138,"target":352},{"source":138,"target":353},{"source":352,"target":61},{"source":353,"target":173},{"source":139,"target":0},{"source":139,"target":97},{"source":139,"target":24},{"source":139,"target":354},{"source":139,"target":355},{"source":354,"target":97},{"source":355,"target":24},{"source":140,"target":0},{"source":140,"target":96},{"source":140,"target":356},{"source":356,"target":96},{"source":141,"target":0},{"source":141,"target":125},{"source":141,"target":55},{"source":141,"target":357},{"source":141,"target":358},{"source":357,"target":125},{"source":358,"target":55},{"source":142,"target":0},{"source":142,"target":191},{"source":142,"target":359},{"source":359,"target":191},{"source":143,"target":0},{"source":143,"target":50},{"source":143,"target":360},{"source":360,"target":50},{"source":144,"target":0},{"source":144,"target":50},{"source":144,"target":361},{"source":361,"target":50},{"source":145,"target":0},{"source":145,"target":126},{"source":145,"target":362},{"source":362,"target":126},{"source":146,"target":0},{"source":146,"target":12},{"source":146,"target":363},{"source":363,"target":12},{"source":147,"target":0},{"source":147,"target":196},{"source":147,"target":364},{"source":364,"target":196},{"source":148,"target":0},{"source":148,"target":43},{"source":148,"target":365},{"source":365,"target":43},{"source":149,"target":0},{"source":149,"target":58},{"source":149,"target":366},{"source":366,"target":58},{"source":150,"target":0},{"source":150,"target":145},{"source":150,"target":367},{"source":367,"target":145},{"source":151,"target":0},{"source":151,"target":169},{"source":151,"target":368},{"source":368,"target":169},{"source":152,"target":0},{"source":152,"target":114},{"source":152,"target":369},{"source":369,"target":114},{"source":153,"target":0},{"source":153,"target":12},{"source":153,"target":370},{"source":370,"target":12},{"source":154,"target":0},{"source":154,"target":158},{"source":154,"target":371},{"source":371,"target":158},{"source":155,"target":0},{"source":155,"target":24},{"source":155,"target":372},{"source":372,"target":24},{"source":156,"target":0},{"source":156,"target":27},{"source":156,"target":189},{"source":156,"target":373},{"source":156,"target":374},{"source":373,"target":27},{"source":374,"target":189},{"source":157,"target":0},{"source":157,"target":61},{"source":157,"target":189},{"source":157,"target":375},{"source":157,"target":376},{"source":375,"target":61},{"source":376,"target":189},{"source":158,"target":0},{"source":158,"target":96},{"source":158,"target":377},{"source":377,"target":96},{"source":159,"target":0},{"source":159,"target":137},{"source":159,"target":378},{"source":378,"target":137},{"source":160,"target":0},{"source":160,"target":96},{"source":160,"target":379},{"source":379,"target":96},{"source":161,"target":0},{"source":161,"target":43},{"source":161,"target":380},{"source":380,"target":43},{"source":162,"target":0},{"source":162,"target":182},{"source":162,"target":381},{"source":381,"target":182},{"source":163,"target":0},{"source":163,"target":66},{"source":163,"target":382},{"source":382,"target":66},{"source":164,"target":0},{"source":164,"target":66},{"source":164,"target":383},{"source":383,"target":66},{"source":165,"target":0},{"source":165,"target":91},{"source":165,"target":384},{"source":384,"target":91},{"source":166,"target":0},{"source":166,"target":148},{"source":166,"target":385},{"source":385,"target":148},{"source":167,"target":0},{"source":167,"target":27},{"source":167,"target":386},{"source":386,"target":27},{"source":168,"target":0},{"source":168,"target":189},{"source":168,"target":387},{"source":387,"target":189},{"source":169,"target":0},{"source":169,"target":50},{"source":169,"target":388},{"source":388,"target":50},{"source":170,"target":0},{"source":170,"target":44},{"source":170,"target":389},{"source":389,"target":44},{"source":171,"target":0},{"source":171,"target":125},{"source":171,"target":184},{"source":171,"target":390},{"source":171,"target":391},{"source":390,"target":125},{"source":391,"target":184},{"source":172,"target":0},{"source":172,"target":10},{"source":172,"target":392},{"source":392,"target":10},{"source":173,"target":0},{"source":173,"target":94},{"source":173,"target":393},{"source":393,"target":94},{"source":174,"target":0},{"source":174,"target":38},{"source":174,"target":394},{"source":394,"target":38},{"source":175,"target":0},{"source":175,"target":46},{"source":175,"target":395},{"source":395,"target":46},{"source":176,"target":0},{"source":176,"target":50},{"source":176,"target":396},{"source":396,"target":50},{"source":177,"target":0},{"source":177,"target":111},{"source":177,"target":4},{"source":177,"target":397},{"source":177,"target":398},{"source":397,"target":111},{"source":398,"target":4},{"source":178,"target":0},{"source":178,"target":43},{"source":178,"target":399},{"source":399,"target":43},{"source":179,"target":0},{"source":179,"target":148},{"source":179,"target":400},{"source":400,"target":148},{"source":180,"target":0},{"source":180,"target":32},{"source":180,"target":401},{"source":401,"target":32},{"source":181,"target":0},{"source":181,"target":80},{"source":181,"target":402},{"source":402,"target":80},{"source":182,"target":0},{"source":182,"target":50},{"source":182,"target":61},{"source":182,"target":403},{"source":182,"target":404},{"source":403,"target":50},{"source":404,"target":61},{"source":183,"target":0},{"source":183,"target":50},{"source":183,"target":405},{"source":405,"target":50},{"source":184,"target":0},{"source":184,"target":12},{"source":184,"target":406},{"source":406,"target":12},{"source":185,"target":0},{"source":185,"target":158},{"source":185,"target":407},{"source":407,"target":158},{"source":186,"target":0},{"source":186,"target":88},{"source":186,"target":408},{"source":408,"target":88},{"source":187,"target":0},{"source":187,"target":1},{"source":187,"target":409},{"source":409,"target":1},{"source":188,"target":0},{"source":188,"target":10},{"source":188,"target":410},{"source":410,"target":10},{"source":189,"target":0},{"source":189,"target":12},{"source":189,"target":411},{"source":411,"target":12},{"source":190,"target":0},{"source":190,"target":193},{"source":190,"target":412},{"source":412,"target":193},{"source":191,"target":0},{"source":191,"target":50},{"source":191,"target":413},{"source":413,"target":50},{"source":192,"target":0},{"source":192,"target":111},{"source":192,"target":4},{"source":192,"target":414},{"source":192,"target":415},{"source":414,"target":111},{"source":415,"target":4},{"source":193,"target":0},{"source":193,"target":61},{"source":193,"target":178},{"source":193,"target":94},{"source":193,"target":416},{"source":193,"target":417},{"source":193,"target":418},{"source":416,"target":61},{"source":417,"target":178},{"source":418,"target":94},{"source":194,"target":0},{"source":194,"target":50},{"source":194,"target":419},{"source":419,"target":50},{"source":195,"target":0},{"source":195,"target":182},{"source":195,"target":420},{"source":420,"target":182},{"source":196,"target":0},{"source":196,"target":94},{"source":196,"target":421},{"source":421,"target":94},{"source":197,"target":0},{"source":197,"target":140},{"source":197,"target":422},{"source":422,"target":140}],"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="impmodel"
nsURI="http://www.s60.com/xml/imp/1" nsPrefix="imp">
<eClassifiers xsi:type="ecore:EClass" name="ImpDocument" eSuperTypes="#//CommentContainer">
<eOperations name="getVariable" eType="#//Variable">
<eParameters name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="orideFiles" upperBound="-1"
eType="#//OverrideFiles" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orideConfs" upperBound="-1"
eType="#//OverrideConfiguration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//Variable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OverrideFiles" eSuperTypes="#//LineNumberContainer #//CommentContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//FileListEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OverrideConfiguration" eSuperTypes="#//LineNumberContainer #//CommentContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//ConfigEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileListEntry" eSuperTypes="#//LineNumberContainer">
<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:EReference" name="actions" upperBound="-1"
eType="#//ConfigEntry"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConfigEntry" eSuperTypes="#//LineNumberContainer">
<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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//LineNumberContainer">
<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="LineNumberContainer" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//LineNumberContainer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CommentContainer" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Comment" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/SymbianSource/oss.FCL.sftools.dev.ide.carbidecppplugins/imakerplugin/com.nokia.s60tools.imaker/model/imp.ecore | ecore | impmodel
ImpDocument
getVariable
name
orideFiles
orideConfs
variables
OverrideFiles
entries
OverrideConfiguration
entries
FileListEntry
source
target
actions
ConfigEntry
target
action
location
Variable
name
value
LineNumberContainer
lineNumber
Comment
comment
CommentContainer
comments | null | {"directed":true,"nodes":[{"nsPrefix":"imp","nsURI":"http://www.s60.com/xml/imp/1","name":"impmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImpDocument","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OverrideFiles","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OverrideConfiguration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileListEntry","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigEntry","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineNumberContainer","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommentContainer","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getVariable","lowerBound":0,"id":10,"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":"orideFiles","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":"orideConfs","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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"name","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EParameter"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"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},{"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":"actions","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":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":36,"derived":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":37,"derived":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":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":"name","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"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":"lineNumber","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"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":9},{"source":1,"target":10},{"source":1,"target":11},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":10,"target":6},{"source":10,"target":15},{"source":10,"target":1},{"source":10,"target":16},{"source":15,"target":6},{"source":16,"target":17},{"source":16,"target":10},{"source":11,"target":2},{"source":11,"target":18},{"source":11,"target":1},{"source":18,"target":2},{"source":12,"target":3},{"source":12,"target":19},{"source":12,"target":1},{"source":19,"target":3},{"source":13,"target":6},{"source":13,"target":20},{"source":13,"target":1},{"source":20,"target":6},{"source":14,"target":9},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":9},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":21,"target":4},{"source":21,"target":24},{"source":21,"target":2},{"source":24,"target":4},{"source":22,"target":7},{"source":23,"target":9},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":9},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":25,"target":5},{"source":25,"target":28},{"source":25,"target":3},{"source":28,"target":5},{"source":26,"target":7},{"source":27,"target":9},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":32},{"source":29,"target":33},{"source":29,"target":4},{"source":30,"target":34},{"source":30,"target":4},{"source":31,"target":5},{"source":31,"target":35},{"source":31,"target":4},{"source":35,"target":5},{"source":32,"target":7},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":36,"target":40},{"source":36,"target":5},{"source":37,"target":41},{"source":37,"target":5},{"source":38,"target":42},{"source":38,"target":5},{"source":39,"target":7},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":43,"target":46},{"source":43,"target":6},{"source":44,"target":47},{"source":44,"target":6},{"source":45,"target":7},{"source":7,"target":0},{"source":7,"target":48},{"source":48,"target":49},{"source":48,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":50},{"source":8,"target":51},{"source":50,"target":52},{"source":50,"target":8},{"source":51,"target":7},{"source":9,"target":0},{"source":9,"target":53},{"source":53,"target":8},{"source":53,"target":54},{"source":53,"target":9},{"source":54,"target":8}],"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="vogella"
nsURI="http:///de.vogella.docs.web.modell/vogella.ecore" nsPrefix="de.vogella.docs.web.model">
<eClassifiers xsi:type="ecore:EClass" name="CodeExample">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Article">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rssRelevant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="codeExamples" upperBound="-1"
eType="#//CodeExample" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Webpage">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="header" 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="title" 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="keywords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rssRelevant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1"
eType="#//Category" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MyWeb">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" 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="keywords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1"
eType="#//Webpage" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Category">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="sort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="articles" upperBound="-1"
eType="#//Article" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/vogellacompany/codeexamples-java/de.vogella.docs.web.model/metamodel/vogella.ecore | ecore | vogella
CodeExample
name
sort
Article
name
sort
rssRelevant
codeExamples
Webpage
header
name
title
description
keywords
rssRelevant
categories
MyWeb
name
title
description
keywords
pages
Category
name
description
sort
articles | null | {"directed":true,"nodes":[{"nsPrefix":"de.vogella.docs.web.model","nsURI":"http:///de.vogella.docs.web.modell/vogella.ecore","name":"vogella","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeExample","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Article","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Webpage","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyWeb","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"},{"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":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":"sort","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"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":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":"sort","changeable":true,"lowerBound":0,"iD":false,"id":11,"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":"rssRelevant","changeable":true,"lowerBound":0,"iD":false,"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":"codeExamples","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"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":"header","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":"name","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":"title","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":"description","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":"keywords","changeable":true,"lowerBound":0,"iD":false,"id":22,"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":"rssRelevant","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":"categories","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"},{"id":30,"eClass":"EGenericType"},{"id":31,"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":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":"title","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":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":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":"keywords","changeable":true,"lowerBound":0,"iD":false,"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":"pages","changeable":true,"resolveProxies":true,"lowerBound":0,"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":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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":43,"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":"sort","changeable":true,"lowerBound":0,"iD":false,"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":"articles","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":6,"target":8},{"source":6,"target":1},{"source":7,"target":9},{"source":7,"target":1},{"source":2,"target":0},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":10,"target":14},{"source":10,"target":2},{"source":11,"target":15},{"source":11,"target":2},{"source":12,"target":16},{"source":12,"target":2},{"source":13,"target":1},{"source":13,"target":17},{"source":13,"target":2},{"source":17,"target":1},{"source":3,"target":0},{"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":18,"target":25},{"source":18,"target":3},{"source":19,"target":26},{"source":19,"target":3},{"source":20,"target":27},{"source":20,"target":3},{"source":21,"target":28},{"source":21,"target":3},{"source":22,"target":29},{"source":22,"target":3},{"source":23,"target":30},{"source":23,"target":3},{"source":24,"target":5},{"source":24,"target":31},{"source":24,"target":3},{"source":31,"target":5},{"source":4,"target":0},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":32,"target":37},{"source":32,"target":4},{"source":33,"target":38},{"source":33,"target":4},{"source":34,"target":39},{"source":34,"target":4},{"source":35,"target":40},{"source":35,"target":4},{"source":36,"target":3},{"source":36,"target":41},{"source":36,"target":4},{"source":41,"target":3},{"source":5,"target":0},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":42,"target":46},{"source":42,"target":5},{"source":43,"target":47},{"source":43,"target":5},{"source":44,"target":48},{"source":44,"target":5},{"source":45,"target":2},{"source":45,"target":49},{"source":45,"target":5},{"source":49,"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="ast"
nsURI="http://etl.sf.net/2006/samples/ej/0.1" nsPrefix="ej">
<eClassifiers xsi:type="ecore:EClass" name="EJBase" abstract="true" eSuperTypes="#//EJElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="documentation" upperBound="-1"
eType="#//DocumentationLine" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributeSets" upperBound="-1"
eType="#//AttributeSet" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeSet" eSuperTypes="#//EJElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="finalModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateParameter" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedTypes" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superToTypes" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#//EJElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DocumentationLine" eSuperTypes="#//EJElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EJElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startLine" 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="startColumn" 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:EAttribute" name="startOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorFeature" eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EReference" name="exceptions" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Identifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templateParameters" upperBound="-1"
eType="#//TemplateParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassBlock" eSuperTypes="#//EJBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="#//ClassifierMemberStatement" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassifierMemberStatement" abstract="true"
eSuperTypes="#//EJBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ConstructorStatement" eSuperTypes="#//BehaviorFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteral" eSuperTypes="#//ClassifierMemberStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Identifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//ClassBlock"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature" abstract="true" eSuperTypes="#//ClassifierMemberStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="visibilityModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="staticModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FieldStatement" eSuperTypes="#//Feature">
<eStructuralFeatures xsi:type="ecore:EReference" name="transientModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="volatileModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//Variable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitStatement" abstract="true" eSuperTypes="#//ClassifierMemberStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InnerClassifier" eSuperTypes="#//ClassifierMemberStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//ClassifierStatement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceInitStatement" eSuperTypes="#//InitStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="MethodStatement" eSuperTypes="#//BehaviorFeature">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="synchronizedModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nativeModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="strictfpModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaticInitStatement" eSuperTypes="#//InitStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassifierStatement" abstract="true"
eSuperTypes="#//EJBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Identifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="visibilityModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="templateParameters" upperBound="-1"
eType="#//TemplateParameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1"
eType="#//ClassifierMemberStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ClassStatement" eSuperTypes="#//ImplemenationClassifierStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="staticModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedType" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="implementedTypes" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumStatement" eSuperTypes="#//ImplemenationClassifierStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="ImplemenationClassifierStatement" abstract="true"
eSuperTypes="#//ClassifierStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="strictfpModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="finalModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceStatement" eSuperTypes="#//ClassifierStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedTypes" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ImportStatement" eSuperTypes="#//TopLevelStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="staticModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="importedPackage" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageStatement" eSuperTypes="#//TopLevelStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopLevelClassifier" eSuperTypes="#//TopLevelStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//ClassifierStatement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TopLevelStatement" abstract="true" eSuperTypes="#//EJBase"/>
<eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//JumpStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="CatchPart" eSuperTypes="#//EJBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="specification" eType="#//Parameter"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalLoop" abstract="true" eSuperTypes="#//LoopStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//JumpStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultLabel" eType="#//SwitchDefaultPartRef"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="caseValue" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoWhileStatement" eSuperTypes="#//ConditionalLoop"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForeachStatement" eSuperTypes="#//LoopStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//Parameter"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="limit" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//ConditionalLoop">
<eStructuralFeatures xsi:type="ecore:EReference" name="initVariableDeclaration"
eType="#//LocalVarStatement" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpressions" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="updateExpressions" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ifThenPart" lowerBound="1"
upperBound="-1" eType="#//IfThenPart" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="#//MethodBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfThenPart" eSuperTypes="#//EJBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//MethodBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JumpStatement" abstract="true" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//Label"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Label" eSuperTypes="#//EJElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabeledStatement" abstract="true" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//Label"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalVarStatement" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="finalModifier" eType="#//Modifier"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" lowerBound="1"
upperBound="-1" eType="#//Variable" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LoopStatement" abstract="true" eSuperTypes="#//LabeledStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodBlock" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1"
eType="#//MethodContentStatement" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodClassifier" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//ClassifierStatement"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodContentStatement" abstract="true"
eSuperTypes="#//EJBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ScopeStatement" abstract="true" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchCasePart" eSuperTypes="#//SwitchPart">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchDefaultPart" eSuperTypes="#//SwitchPart"/>
<eClassifiers xsi:type="ecore:EClass" name="SwitchPart" abstract="true" eSuperTypes="#//EJBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//LabeledStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1"
eType="#//SwitchPart" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SynchronizedStatement" eSuperTypes="#//ScopeStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//ScopeStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="finallyPart" eType="#//MethodBlock"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="catchPart" upperBound="-1"
eType="#//CatchPart" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//ConditionalLoop"/>
<eClassifiers xsi:type="ecore:EClass" name="AccessOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="accessed" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplyRoundOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="functor" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplySquareOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="functor" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayConstructor" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="AssignmentOperation" abstract="true"
eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryOp" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value1" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value2" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseAndAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseAndOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseComplementOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseOrAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseOrOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseXorAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="BitwiseXorOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="CastOp" eSuperTypes="#//ClassifierOp"/>
<eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="ClassifierOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalAndOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elsePart" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalOrOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="DivideAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="DivideOp" eSuperTypes="#//DivisionOp"/>
<eClassifiers xsi:type="ecore:EClass" name="DivisionOp" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="dividend" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="divisor" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoubleLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="EqualOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="FloatLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="GreaterOrEqualOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="GreaterThenOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="Identifier" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" eType="#//String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="quotedValue" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IdentityOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceOfOp" eSuperTypes="#//ClassifierOp"/>
<eClassifiers xsi:type="ecore:EClass" name="LeftShiftAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="LeftShiftOp" eSuperTypes="#//ShiftOp"/>
<eClassifiers xsi:type="ecore:EClass" name="LessOrEqualOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="LessThenOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogicalComplementOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="LongIntegerLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="MinusAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="MinusOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="minuend" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subtrahend" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplyOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="multipliers" lowerBound="2"
upperBound="2" eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MultiplyAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="NewOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="classifier" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classBody" eType="#//ClassBlock"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arrayConstructor" eType="#//ArrayConstructor"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NotEqualOp" eSuperTypes="#//BinaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="NullReference" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="PlusAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="PlusOp" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="summands" lowerBound="2"
upperBound="2" eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PostfixDecrementOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="PostfixIncrementOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="PrefixDecrementOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="PrefixIncrementOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RemainderAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="RemainderOp" eSuperTypes="#//DivisionOp"/>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RightShiftAssignmentOp" eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="RightShiftOp" eSuperTypes="#//ShiftOp"/>
<eClassifiers xsi:type="ecore:EClass" name="ShiftOp" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="distance" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Literal"/>
<eClassifiers xsi:type="ecore:EClass" name="SuperReference" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ThisReference" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryMinusOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="UnaryOp" abstract="true" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryPlusOp" eSuperTypes="#//UnaryOp"/>
<eClassifiers xsi:type="ecore:EClass" name="ZeroExtensionRightShiftAssignmentOp"
eSuperTypes="#//AssignmentOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//EJBase"/>
<eClassifiers xsi:type="ecore:EClass" name="ZeroExtensionRightShiftOp" eSuperTypes="#//ShiftOp"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//EJBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//Identifier"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssertStatement" eSuperTypes="#//MethodContentStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="test" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="message" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RangeExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" eType="#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="limit" eType="#//Expression"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SwitchDefaultPartRef" eSuperTypes="#//EJElement"/>
<eClassifiers xsi:type="ecore:EClass" name="WildcardType" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="superToTypes" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendedTypes" upperBound="-1"
eType="#//Expression" containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//MethodContentStatement"/>
<eClassifiers xsi:type="ecore:EClass" name="AttributeDefinition" eSuperTypes="#//ClassifierStatement"/>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/ej-ast.ecore | ecore | ast
EJBase
documentation
attributeSets
AttributeSet
attributes
Parameter
finalModifier
classifier
Variable
initialValue
TemplateParameter
extendedTypes
superToTypes
Modifier
value
DocumentationLine
text
EJElement
startLine
endLine
startColumn
endColumn
startOffset
endOffset
Integer
int
int
Boolean
boolean
boolean
String
java.lang.String
java.lang.String
BehaviorFeature
exceptions
name
parameters
templateParameters
ClassBlock
content
ClassifierMemberStatement
ConstructorStatement
body
EnumLiteral
args
name
body
Feature
visibilityModifier
staticModifier
finalModifier
FieldStatement
transientModifier
volatileModifier
classifier
variables
InitStatement
body
InnerClassifier
classifier
InstanceInitStatement
MethodStatement
body
returnType
abstractModifier
synchronizedModifier
nativeModifier
strictfpModifier
StaticInitStatement
ClassifierStatement
name
visibilityModifier
templateParameters
contents
ClassStatement
staticModifier
extendedType
implementedTypes
EnumStatement
ImplemenationClassifierStatement
strictfpModifier
abstractModifier
finalModifier
InterfaceStatement
extendedTypes
ImportStatement
staticModifier
allModifier
importedPackage
PackageStatement
name
TopLevelClassifier
classifier
TopLevelStatement
BreakStatement
CatchPart
specification
body
ConditionalLoop
condition
ContinueStatement
defaultLabel
caseValue
DoWhileStatement
ExpressionStatement
expression
ForeachStatement
parameter
collection
initial
limit
ForStatement
initVariableDeclaration
initExpressions
updateExpressions
IfStatement
ifThenPart
elsePart
IfThenPart
condition
body
JumpStatement
label
Label
name
LabeledStatement
label
LocalVarStatement
finalModifier
variables
classifier
LoopStatement
body
MethodBlock
content
MethodClassifier
classifier
MethodContentStatement
ScopeStatement
body
SwitchCasePart
values
SwitchDefaultPart
SwitchPart
body
SwitchStatement
value
parts
SynchronizedStatement
value
ThrowStatement
exception
TryStatement
finallyPart
catchPart
WhileStatement
AccessOp
accessed
feature
ApplyRoundOp
functor
args
ApplySquareOp
functor
args
ArrayConstructor
values
AssignmentOp
AssignmentOperation
leftHandSide
value
BinaryOp
value1
value2
BitwiseAndAssignmentOp
BitwiseAndOp
BitwiseComplementOp
BitwiseOrAssignmentOp
BitwiseOrOp
BitwiseXorAssignmentOp
BitwiseXorOp
BooleanLiteral
CastOp
CharacterLiteral
ClassifierOp
value
classifier
ConditionalAndOp
ConditionalOp
condition
thenPart
elsePart
ConditionalOrOp
DivideAssignmentOp
DivideOp
DivisionOp
dividend
divisor
DoubleLiteral
EqualOp
FloatLiteral
GreaterOrEqualOp
GreaterThenOp
Identifier
value
escapedValue
quotedValue
IdentityOp
value
IntegerLiteral
InstanceOfOp
LeftShiftAssignmentOp
LeftShiftOp
LessOrEqualOp
LessThenOp
Literal
value
LogicalComplementOp
LongIntegerLiteral
MinusAssignmentOp
MinusOp
minuend
subtrahend
MultiplyOp
multipliers
MultiplyAssignmentOp
NewOp
classifier
args
classBody
arrayConstructor
NotEqualOp
NullReference
PlusAssignmentOp
PlusOp
summands
PostfixDecrementOp
PostfixIncrementOp
PrefixDecrementOp
PrefixIncrementOp
PrimitiveType
name
RemainderAssignmentOp
RemainderOp
ReturnStatement
value
RightShiftAssignmentOp
RightShiftOp
ShiftOp
value
distance
StringLiteral
SuperReference
name
ThisReference
name
UnaryMinusOp
UnaryOp
value
UnaryPlusOp
ZeroExtensionRightShiftAssignmentOp
Expression
ZeroExtensionRightShiftOp
NamedElement
name
AssertStatement
test
message
RangeExpression
initial
limit
SwitchDefaultPartRef
WildcardType
superToTypes
extendedTypes
EmptyStatement
AttributeDefinition | null | {"directed":true,"nodes":[{"nsPrefix":"ej","nsURI":"http://etl.sf.net/2006/samples/ej/0.1","name":"ast","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EJBase","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeSet","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentationLine","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EJElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorFeature","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassBlock","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierMemberStatement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorStatement","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteral","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldStatement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitStatement","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InnerClassifier","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceInitStatement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodStatement","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaticInitStatement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierStatement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassStatement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumStatement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplemenationClassifierStatement","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceStatement","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportStatement","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageStatement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelClassifier","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopLevelStatement","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchPart","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalLoop","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileStatement","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeachStatement","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfThenPart","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JumpStatement","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Label","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledStatement","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVarStatement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopStatement","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodBlock","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodClassifier","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodContentStatement","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopeStatement","instanceClass":null,"abstract":true,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCasePart","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchDefaultPart","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchPart","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessOp","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyRoundOp","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplySquareOp","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayConstructor","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentOp","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentOperation","instanceClass":null,"abstract":true,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOp","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseAndAssignmentOp","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseAndOp","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseComplementOp","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseOrAssignmentOp","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseOrOp","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseXorAssignmentOp","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseXorOp","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastOp","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassifierOp","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalAndOp","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOp","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalOrOp","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DivideAssignmentOp","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DivideOp","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DivisionOp","instanceClass":null,"abstract":true,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualOp","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatLiteral","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterOrEqualOp","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterThenOp","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifier","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentityOp","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceOfOp","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftShiftAssignmentOp","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftShiftOp","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessOrEqualOp","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessThenOp","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalComplementOp","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongIntegerLiteral","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusAssignmentOp","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MinusOp","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplyOp","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplyAssignmentOp","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewOp","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqualOp","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullReference","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusAssignmentOp","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusOp","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixDecrementOp","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixIncrementOp","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixDecrementOp","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixIncrementOp","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemainderAssignmentOp","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemainderOp","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightShiftAssignmentOp","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightShiftOp","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ShiftOp","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperReference","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisReference","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryMinusOp","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOp","instanceClass":null,"abstract":true,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryPlusOp","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZeroExtensionRightShiftAssignmentOp","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZeroExtensionRightShiftOp","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertStatement","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RangeExpression","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchDefaultPartRef","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WildcardType","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeDefinition","instanceClass":null,"abstract":false,"id":135,"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":"documentation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":136,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"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":"finalModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":144,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"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":false,"lowerBound":0,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superToTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":153,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"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":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"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":163,"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":164,"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":165,"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":166,"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":"startOffset","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":"endOffset","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"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":false,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":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":177,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"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":false,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":193,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"visibilityModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"staticModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finalModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"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":"transientModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"volatileModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":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":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"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":false,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"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":"classifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"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":false,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"abstractModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"synchronizedModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nativeModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strictfpModifier","changeable":true,"resolveProxies":false,"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"},{"container":false,"ordered":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":false,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"visibilityModifier","changeable":true,"resolveProxies":false,"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":"templateParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"container":false,"ordered":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":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"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":"staticModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":244,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"implementedTypes","changeable":true,"resolveProxies":false,"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"strictfpModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"abstractModifier","changeable":true,"resolveProxies":false,"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":"finalModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"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":"staticModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"allModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importedPackage","changeable":true,"resolveProxies":false,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":false,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"id":271,"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":"classifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"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":"specification","changeable":true,"resolveProxies":false,"lowerBound":0,"id":277,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"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":false,"lowerBound":0,"id":282,"derived":false},{"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":"defaultLabel","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"caseValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"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":false,"lowerBound":0,"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":"parameter","changeable":true,"resolveProxies":false,"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":"collection","changeable":true,"resolveProxies":false,"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":"initial","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"limit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":297,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initVariableDeclaration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initExpressions","changeable":true,"resolveProxies":false,"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":"updateExpressions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"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":"ifThenPart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":310,"derived":false},{"container":false,"ordered":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":311,"derived":false},{"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":"condition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":315,"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":316,"derived":false},{"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":"label","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"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":false,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"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":"finalModifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":329,"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":"variables","changeable":true,"resolveProxies":false,"lowerBound":1,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"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":false,"lowerBound":0,"id":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"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":"content","changeable":true,"resolveProxies":false,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"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":"classifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":342,"derived":false},{"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":"body","changeable":true,"resolveProxies":false,"lowerBound":0,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"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":false,"lowerBound":1,"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":"body","changeable":true,"resolveProxies":false,"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":"value","changeable":true,"resolveProxies":false,"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":"parts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"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":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"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":false,"lowerBound":0,"id":364,"derived":false},{"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":"finallyPart","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"catchPart","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":"accessed","changeable":true,"resolveProxies":false,"lowerBound":0,"id":373,"derived":false},{"container":false,"ordered":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":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"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":"functor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":378,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"id":382,"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":"functor","changeable":true,"resolveProxies":false,"lowerBound":0,"id":383,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"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":"values","changeable":true,"resolveProxies":false,"lowerBound":0,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"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":false,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":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":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"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":"value1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":397,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value2","changeable":true,"resolveProxies":false,"lowerBound":0,"id":398,"derived":false},{"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"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"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":412,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"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":false,"lowerBound":0,"id":418,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenPart","changeable":true,"resolveProxies":false,"lowerBound":0,"id":419,"derived":false},{"container":false,"ordered":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":false,"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"},{"id":427,"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":"dividend","changeable":true,"resolveProxies":false,"lowerBound":0,"id":428,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"divisor","changeable":true,"resolveProxies":false,"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"},{"id":437,"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":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":"escapedValue","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":"quotedValue","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"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":445,"derived":false},{"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"},{"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":454,"derived":false},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"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":"minuend","changeable":true,"resolveProxies":false,"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":"subtrahend","changeable":true,"resolveProxies":false,"lowerBound":0,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"multipliers","changeable":true,"resolveProxies":false,"lowerBound":2,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"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":"classifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":469,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":470,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrayConstructor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"summands","changeable":true,"resolveProxies":false,"lowerBound":2,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"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":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"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":"value","changeable":true,"resolveProxies":false,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"distance","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"},{"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},{"id":505,"eClass":"EGenericType"},{"id":506,"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":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"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":"value","changeable":true,"resolveProxies":false,"lowerBound":0,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":false,"lowerBound":0,"id":518,"derived":false},{"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":"test","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"message","changeable":true,"resolveProxies":false,"lowerBound":0,"id":522,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"initial","changeable":true,"resolveProxies":false,"lowerBound":0,"id":526,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"limit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"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":"superToTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":532,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"extendedTypes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":533,"derived":false},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"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":1,"target":0},{"source":1,"target":8},{"source":1,"target":136},{"source":1,"target":137},{"source":1,"target":138},{"source":136,"target":7},{"source":136,"target":139},{"source":136,"target":1},{"source":139,"target":7},{"source":137,"target":2},{"source":137,"target":140},{"source":137,"target":1},{"source":140,"target":2},{"source":138,"target":8},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":141},{"source":2,"target":142},{"source":141,"target":127},{"source":141,"target":143},{"source":141,"target":2},{"source":143,"target":127},{"source":142,"target":8},{"source":3,"target":0},{"source":3,"target":129},{"source":3,"target":144},{"source":3,"target":145},{"source":3,"target":146},{"source":144,"target":6},{"source":144,"target":147},{"source":144,"target":3},{"source":147,"target":6},{"source":145,"target":127},{"source":145,"target":148},{"source":145,"target":3},{"source":148,"target":127},{"source":146,"target":129},{"source":4,"target":0},{"source":4,"target":129},{"source":4,"target":149},{"source":4,"target":150},{"source":149,"target":127},{"source":149,"target":151},{"source":149,"target":4},{"source":151,"target":127},{"source":150,"target":129},{"source":5,"target":0},{"source":5,"target":129},{"source":5,"target":152},{"source":5,"target":153},{"source":5,"target":154},{"source":152,"target":127},{"source":152,"target":155},{"source":152,"target":5},{"source":155,"target":127},{"source":153,"target":127},{"source":153,"target":156},{"source":153,"target":5},{"source":156,"target":127},{"source":154,"target":129},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":157},{"source":6,"target":158},{"source":157,"target":11},{"source":157,"target":159},{"source":157,"target":6},{"source":159,"target":11},{"source":158,"target":8},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":160},{"source":7,"target":161},{"source":160,"target":11},{"source":160,"target":162},{"source":160,"target":7},{"source":162,"target":11},{"source":161,"target":8},{"source":8,"target":0},{"source":8,"target":163},{"source":8,"target":164},{"source":8,"target":165},{"source":8,"target":166},{"source":8,"target":167},{"source":8,"target":168},{"source":163,"target":169},{"source":163,"target":8},{"source":164,"target":170},{"source":164,"target":8},{"source":165,"target":171},{"source":165,"target":8},{"source":166,"target":172},{"source":166,"target":8},{"source":167,"target":173},{"source":167,"target":8},{"source":168,"target":174},{"source":168,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":17},{"source":12,"target":175},{"source":12,"target":176},{"source":12,"target":177},{"source":12,"target":178},{"source":12,"target":179},{"source":175,"target":127},{"source":175,"target":180},{"source":175,"target":12},{"source":180,"target":127},{"source":176,"target":89},{"source":176,"target":181},{"source":176,"target":12},{"source":181,"target":89},{"source":177,"target":3},{"source":177,"target":182},{"source":177,"target":12},{"source":182,"target":3},{"source":178,"target":5},{"source":178,"target":183},{"source":178,"target":12},{"source":183,"target":5},{"source":179,"target":17},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":184},{"source":13,"target":185},{"source":184,"target":14},{"source":184,"target":186},{"source":184,"target":13},{"source":186,"target":14},{"source":185,"target":1},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":187},{"source":187,"target":1},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":188},{"source":15,"target":189},{"source":188,"target":48},{"source":188,"target":190},{"source":188,"target":15},{"source":190,"target":48},{"source":189,"target":12},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":191},{"source":16,"target":192},{"source":16,"target":193},{"source":16,"target":194},{"source":191,"target":127},{"source":191,"target":195},{"source":191,"target":16},{"source":195,"target":127},{"source":192,"target":89},{"source":192,"target":196},{"source":192,"target":16},{"source":196,"target":89},{"source":193,"target":13},{"source":193,"target":197},{"source":193,"target":16},{"source":197,"target":13},{"source":194,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":198},{"source":17,"target":199},{"source":17,"target":200},{"source":17,"target":201},{"source":198,"target":6},{"source":198,"target":202},{"source":198,"target":17},{"source":202,"target":6},{"source":199,"target":6},{"source":199,"target":203},{"source":199,"target":17},{"source":203,"target":6},{"source":200,"target":6},{"source":200,"target":204},{"source":200,"target":17},{"source":204,"target":6},{"source":201,"target":14},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":205},{"source":18,"target":206},{"source":18,"target":207},{"source":18,"target":208},{"source":18,"target":209},{"source":205,"target":6},{"source":205,"target":210},{"source":205,"target":18},{"source":210,"target":6},{"source":206,"target":6},{"source":206,"target":211},{"source":206,"target":18},{"source":211,"target":6},{"source":207,"target":127},{"source":207,"target":212},{"source":207,"target":18},{"source":212,"target":127},{"source":208,"target":4},{"source":208,"target":213},{"source":208,"target":18},{"source":213,"target":4},{"source":209,"target":17},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":214},{"source":19,"target":215},{"source":214,"target":48},{"source":214,"target":216},{"source":214,"target":19},{"source":216,"target":48},{"source":215,"target":14},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":217},{"source":20,"target":218},{"source":217,"target":24},{"source":217,"target":219},{"source":217,"target":20},{"source":219,"target":24},{"source":218,"target":14},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":220},{"source":220,"target":19},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":221},{"source":22,"target":222},{"source":22,"target":223},{"source":22,"target":224},{"source":22,"target":225},{"source":22,"target":226},{"source":22,"target":227},{"source":221,"target":48},{"source":221,"target":228},{"source":221,"target":22},{"source":228,"target":48},{"source":222,"target":127},{"source":222,"target":229},{"source":222,"target":22},{"source":229,"target":127},{"source":223,"target":6},{"source":223,"target":230},{"source":223,"target":22},{"source":230,"target":6},{"source":224,"target":6},{"source":224,"target":231},{"source":224,"target":22},{"source":231,"target":6},{"source":225,"target":6},{"source":225,"target":232},{"source":225,"target":22},{"source":232,"target":6},{"source":226,"target":6},{"source":226,"target":233},{"source":226,"target":22},{"source":233,"target":6},{"source":227,"target":12},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":234},{"source":234,"target":19},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":235},{"source":24,"target":236},{"source":24,"target":237},{"source":24,"target":238},{"source":24,"target":239},{"source":235,"target":89},{"source":235,"target":240},{"source":235,"target":24},{"source":240,"target":89},{"source":236,"target":6},{"source":236,"target":241},{"source":236,"target":24},{"source":241,"target":6},{"source":237,"target":5},{"source":237,"target":242},{"source":237,"target":24},{"source":242,"target":5},{"source":238,"target":14},{"source":238,"target":243},{"source":238,"target":24},{"source":243,"target":14},{"source":239,"target":1},{"source":25,"target":0},{"source":25,"target":27},{"source":25,"target":244},{"source":25,"target":245},{"source":25,"target":246},{"source":25,"target":247},{"source":244,"target":6},{"source":244,"target":248},{"source":244,"target":25},{"source":248,"target":6},{"source":245,"target":127},{"source":245,"target":249},{"source":245,"target":25},{"source":249,"target":127},{"source":246,"target":127},{"source":246,"target":250},{"source":246,"target":25},{"source":250,"target":127},{"source":247,"target":27},{"source":26,"target":0},{"source":26,"target":27},{"source":26,"target":251},{"source":251,"target":27},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":252},{"source":27,"target":253},{"source":27,"target":254},{"source":27,"target":255},{"source":252,"target":6},{"source":252,"target":256},{"source":252,"target":27},{"source":256,"target":6},{"source":253,"target":6},{"source":253,"target":257},{"source":253,"target":27},{"source":257,"target":6},{"source":254,"target":6},{"source":254,"target":258},{"source":254,"target":27},{"source":258,"target":6},{"source":255,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":259},{"source":28,"target":260},{"source":259,"target":127},{"source":259,"target":261},{"source":259,"target":28},{"source":261,"target":127},{"source":260,"target":24},{"source":29,"target":0},{"source":29,"target":32},{"source":29,"target":262},{"source":29,"target":263},{"source":29,"target":264},{"source":29,"target":265},{"source":262,"target":6},{"source":262,"target":266},{"source":262,"target":29},{"source":266,"target":6},{"source":263,"target":6},{"source":263,"target":267},{"source":263,"target":29},{"source":267,"target":6},{"source":264,"target":127},{"source":264,"target":268},{"source":264,"target":29},{"source":268,"target":127},{"source":265,"target":32},{"source":30,"target":0},{"source":30,"target":32},{"source":30,"target":269},{"source":30,"target":270},{"source":269,"target":127},{"source":269,"target":271},{"source":269,"target":30},{"source":271,"target":127},{"source":270,"target":32},{"source":31,"target":0},{"source":31,"target":32},{"source":31,"target":272},{"source":31,"target":273},{"source":272,"target":24},{"source":272,"target":274},{"source":272,"target":31},{"source":274,"target":24},{"source":273,"target":32},{"source":32,"target":0},{"source":32,"target":1},{"source":32,"target":275},{"source":275,"target":1},{"source":33,"target":0},{"source":33,"target":43},{"source":33,"target":276},{"source":276,"target":43},{"source":34,"target":0},{"source":34,"target":1},{"source":34,"target":277},{"source":34,"target":278},{"source":34,"target":279},{"source":277,"target":3},{"source":277,"target":280},{"source":277,"target":34},{"source":280,"target":3},{"source":278,"target":48},{"source":278,"target":281},{"source":278,"target":34},{"source":281,"target":48},{"source":279,"target":1},{"source":35,"target":0},{"source":35,"target":47},{"source":35,"target":282},{"source":35,"target":283},{"source":282,"target":127},{"source":282,"target":284},{"source":282,"target":35},{"source":284,"target":127},{"source":283,"target":47},{"source":36,"target":0},{"source":36,"target":43},{"source":36,"target":285},{"source":36,"target":286},{"source":36,"target":287},{"source":285,"target":132},{"source":285,"target":288},{"source":285,"target":36},{"source":288,"target":132},{"source":286,"target":127},{"source":286,"target":289},{"source":286,"target":36},{"source":289,"target":127},{"source":287,"target":43},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":290},{"source":290,"target":35},{"source":38,"target":0},{"source":38,"target":50},{"source":38,"target":291},{"source":38,"target":292},{"source":291,"target":127},{"source":291,"target":293},{"source":291,"target":38},{"source":293,"target":127},{"source":292,"target":50},{"source":39,"target":0},{"source":39,"target":47},{"source":39,"target":294},{"source":39,"target":295},{"source":39,"target":296},{"source":39,"target":297},{"source":39,"target":298},{"source":294,"target":3},{"source":294,"target":299},{"source":294,"target":39},{"source":299,"target":3},{"source":295,"target":127},{"source":295,"target":300},{"source":295,"target":39},{"source":300,"target":127},{"source":296,"target":127},{"source":296,"target":301},{"source":296,"target":39},{"source":301,"target":127},{"source":297,"target":127},{"source":297,"target":302},{"source":297,"target":39},{"source":302,"target":127},{"source":298,"target":47},{"source":40,"target":0},{"source":40,"target":35},{"source":40,"target":303},{"source":40,"target":304},{"source":40,"target":305},{"source":40,"target":306},{"source":303,"target":46},{"source":303,"target":307},{"source":303,"target":40},{"source":307,"target":46},{"source":304,"target":127},{"source":304,"target":308},{"source":304,"target":40},{"source":308,"target":127},{"source":305,"target":127},{"source":305,"target":309},{"source":305,"target":40},{"source":309,"target":127},{"source":306,"target":35},{"source":41,"target":0},{"source":41,"target":50},{"source":41,"target":310},{"source":41,"target":311},{"source":41,"target":312},{"source":310,"target":42},{"source":310,"target":313},{"source":310,"target":41},{"source":313,"target":42},{"source":311,"target":48},{"source":311,"target":314},{"source":311,"target":41},{"source":314,"target":48},{"source":312,"target":50},{"source":42,"target":0},{"source":42,"target":1},{"source":42,"target":315},{"source":42,"target":316},{"source":42,"target":317},{"source":315,"target":127},{"source":315,"target":318},{"source":315,"target":42},{"source":318,"target":127},{"source":316,"target":48},{"source":316,"target":319},{"source":316,"target":42},{"source":319,"target":48},{"source":317,"target":1},{"source":43,"target":0},{"source":43,"target":50},{"source":43,"target":320},{"source":43,"target":321},{"source":320,"target":44},{"source":320,"target":322},{"source":320,"target":43},{"source":322,"target":44},{"source":321,"target":50},{"source":44,"target":0},{"source":44,"target":8},{"source":44,"target":323},{"source":44,"target":324},{"source":323,"target":11},{"source":323,"target":325},{"source":323,"target":44},{"source":325,"target":11},{"source":324,"target":8},{"source":45,"target":0},{"source":45,"target":50},{"source":45,"target":326},{"source":45,"target":327},{"source":326,"target":44},{"source":326,"target":328},{"source":326,"target":45},{"source":328,"target":44},{"source":327,"target":50},{"source":46,"target":0},{"source":46,"target":50},{"source":46,"target":329},{"source":46,"target":330},{"source":46,"target":331},{"source":46,"target":332},{"source":329,"target":6},{"source":329,"target":333},{"source":329,"target":46},{"source":333,"target":6},{"source":330,"target":4},{"source":330,"target":334},{"source":330,"target":46},{"source":334,"target":4},{"source":331,"target":127},{"source":331,"target":335},{"source":331,"target":46},{"source":335,"target":127},{"source":332,"target":50},{"source":47,"target":0},{"source":47,"target":45},{"source":47,"target":336},{"source":47,"target":337},{"source":336,"target":48},{"source":336,"target":338},{"source":336,"target":47},{"source":338,"target":48},{"source":337,"target":45},{"source":48,"target":0},{"source":48,"target":50},{"source":48,"target":339},{"source":48,"target":340},{"source":339,"target":50},{"source":339,"target":341},{"source":339,"target":48},{"source":341,"target":50},{"source":340,"target":50},{"source":49,"target":0},{"source":49,"target":50},{"source":49,"target":342},{"source":49,"target":343},{"source":342,"target":24},{"source":342,"target":344},{"source":342,"target":49},{"source":344,"target":24},{"source":343,"target":50},{"source":50,"target":0},{"source":50,"target":1},{"source":50,"target":345},{"source":345,"target":1},{"source":51,"target":0},{"source":51,"target":50},{"source":51,"target":346},{"source":51,"target":347},{"source":346,"target":48},{"source":346,"target":348},{"source":346,"target":51},{"source":348,"target":48},{"source":347,"target":50},{"source":52,"target":0},{"source":52,"target":54},{"source":52,"target":349},{"source":52,"target":350},{"source":349,"target":127},{"source":349,"target":351},{"source":349,"target":52},{"source":351,"target":127},{"source":350,"target":54},{"source":53,"target":0},{"source":53,"target":54},{"source":53,"target":352},{"source":352,"target":54},{"source":54,"target":0},{"source":54,"target":1},{"source":54,"target":353},{"source":54,"target":354},{"source":353,"target":48},{"source":353,"target":355},{"source":353,"target":54},{"source":355,"target":48},{"source":354,"target":1},{"source":55,"target":0},{"source":55,"target":45},{"source":55,"target":356},{"source":55,"target":357},{"source":55,"target":358},{"source":356,"target":127},{"source":356,"target":359},{"source":356,"target":55},{"source":359,"target":127},{"source":357,"target":54},{"source":357,"target":360},{"source":357,"target":55},{"source":360,"target":54},{"source":358,"target":45},{"source":56,"target":0},{"source":56,"target":51},{"source":56,"target":361},{"source":56,"target":362},{"source":361,"target":127},{"source":361,"target":363},{"source":361,"target":56},{"source":363,"target":127},{"source":362,"target":51},{"source":57,"target":0},{"source":57,"target":50},{"source":57,"target":364},{"source":57,"target":365},{"source":364,"target":127},{"source":364,"target":366},{"source":364,"target":57},{"source":366,"target":127},{"source":365,"target":50},{"source":58,"target":0},{"source":58,"target":51},{"source":58,"target":367},{"source":58,"target":368},{"source":58,"target":369},{"source":367,"target":48},{"source":367,"target":370},{"source":367,"target":58},{"source":370,"target":48},{"source":368,"target":34},{"source":368,"target":371},{"source":368,"target":58},{"source":371,"target":34},{"source":369,"target":51},{"source":59,"target":0},{"source":59,"target":35},{"source":59,"target":372},{"source":372,"target":35},{"source":60,"target":0},{"source":60,"target":127},{"source":60,"target":373},{"source":60,"target":374},{"source":60,"target":375},{"source":373,"target":127},{"source":373,"target":376},{"source":373,"target":60},{"source":376,"target":127},{"source":374,"target":127},{"source":374,"target":377},{"source":374,"target":60},{"source":377,"target":127},{"source":375,"target":127},{"source":61,"target":0},{"source":61,"target":127},{"source":61,"target":378},{"source":61,"target":379},{"source":61,"target":380},{"source":378,"target":127},{"source":378,"target":381},{"source":378,"target":61},{"source":381,"target":127},{"source":379,"target":127},{"source":379,"target":382},{"source":379,"target":61},{"source":382,"target":127},{"source":380,"target":127},{"source":62,"target":0},{"source":62,"target":127},{"source":62,"target":383},{"source":62,"target":384},{"source":62,"target":385},{"source":383,"target":127},{"source":383,"target":386},{"source":383,"target":62},{"source":386,"target":127},{"source":384,"target":127},{"source":384,"target":387},{"source":384,"target":62},{"source":387,"target":127},{"source":385,"target":127},{"source":63,"target":0},{"source":63,"target":127},{"source":63,"target":388},{"source":63,"target":389},{"source":388,"target":127},{"source":388,"target":390},{"source":388,"target":63},{"source":390,"target":127},{"source":389,"target":127},{"source":64,"target":0},{"source":64,"target":65},{"source":64,"target":391},{"source":391,"target":65},{"source":65,"target":0},{"source":65,"target":127},{"source":65,"target":392},{"source":65,"target":393},{"source":65,"target":394},{"source":392,"target":127},{"source":392,"target":395},{"source":392,"target":65},{"source":395,"target":127},{"source":393,"target":127},{"source":393,"target":396},{"source":393,"target":65},{"source":396,"target":127},{"source":394,"target":127},{"source":66,"target":0},{"source":66,"target":127},{"source":66,"target":397},{"source":66,"target":398},{"source":66,"target":399},{"source":397,"target":127},{"source":397,"target":400},{"source":397,"target":66},{"source":400,"target":127},{"source":398,"target":127},{"source":398,"target":401},{"source":398,"target":66},{"source":401,"target":127},{"source":399,"target":127},{"source":67,"target":0},{"source":67,"target":65},{"source":67,"target":402},{"source":402,"target":65},{"source":68,"target":0},{"source":68,"target":66},{"source":68,"target":403},{"source":403,"target":66},{"source":69,"target":0},{"source":69,"target":124},{"source":69,"target":404},{"source":404,"target":124},{"source":70,"target":0},{"source":70,"target":65},{"source":70,"target":405},{"source":405,"target":65},{"source":71,"target":0},{"source":71,"target":66},{"source":71,"target":406},{"source":406,"target":66},{"source":72,"target":0},{"source":72,"target":65},{"source":72,"target":407},{"source":407,"target":65},{"source":73,"target":0},{"source":73,"target":66},{"source":73,"target":408},{"source":408,"target":66},{"source":74,"target":0},{"source":74,"target":97},{"source":74,"target":409},{"source":409,"target":97},{"source":75,"target":0},{"source":75,"target":77},{"source":75,"target":410},{"source":410,"target":77},{"source":76,"target":0},{"source":76,"target":97},{"source":76,"target":411},{"source":411,"target":97},{"source":77,"target":0},{"source":77,"target":127},{"source":77,"target":412},{"source":77,"target":413},{"source":77,"target":414},{"source":412,"target":127},{"source":412,"target":415},{"source":412,"target":77},{"source":415,"target":127},{"source":413,"target":127},{"source":413,"target":416},{"source":413,"target":77},{"source":416,"target":127},{"source":414,"target":127},{"source":78,"target":0},{"source":78,"target":66},{"source":78,"target":417},{"source":417,"target":66},{"source":79,"target":0},{"source":79,"target":127},{"source":79,"target":418},{"source":79,"target":419},{"source":79,"target":420},{"source":79,"target":421},{"source":418,"target":127},{"source":418,"target":422},{"source":418,"target":79},{"source":422,"target":127},{"source":419,"target":127},{"source":419,"target":423},{"source":419,"target":79},{"source":423,"target":127},{"source":420,"target":127},{"source":420,"target":424},{"source":420,"target":79},{"source":424,"target":127},{"source":421,"target":127},{"source":80,"target":0},{"source":80,"target":66},{"source":80,"target":425},{"source":425,"target":66},{"source":81,"target":0},{"source":81,"target":65},{"source":81,"target":426},{"source":426,"target":65},{"source":82,"target":0},{"source":82,"target":83},{"source":82,"target":427},{"source":427,"target":83},{"source":83,"target":0},{"source":83,"target":127},{"source":83,"target":428},{"source":83,"target":429},{"source":83,"target":430},{"source":428,"target":127},{"source":428,"target":431},{"source":428,"target":83},{"source":431,"target":127},{"source":429,"target":127},{"source":429,"target":432},{"source":429,"target":83},{"source":432,"target":127},{"source":430,"target":127},{"source":84,"target":0},{"source":84,"target":97},{"source":84,"target":433},{"source":433,"target":97},{"source":85,"target":0},{"source":85,"target":66},{"source":85,"target":434},{"source":434,"target":66},{"source":86,"target":0},{"source":86,"target":97},{"source":86,"target":435},{"source":435,"target":97},{"source":87,"target":0},{"source":87,"target":66},{"source":87,"target":436},{"source":436,"target":66},{"source":88,"target":0},{"source":88,"target":66},{"source":88,"target":437},{"source":437,"target":66},{"source":89,"target":0},{"source":89,"target":127},{"source":89,"target":438},{"source":89,"target":439},{"source":89,"target":440},{"source":89,"target":441},{"source":438,"target":11},{"source":438,"target":442},{"source":438,"target":89},{"source":442,"target":11},{"source":439,"target":11},{"source":439,"target":443},{"source":439,"target":89},{"source":443,"target":11},{"source":440,"target":11},{"source":440,"target":444},{"source":440,"target":89},{"source":444,"target":11},{"source":441,"target":127},{"source":90,"target":0},{"source":90,"target":127},{"source":90,"target":445},{"source":90,"target":446},{"source":445,"target":127},{"source":445,"target":447},{"source":445,"target":90},{"source":447,"target":127},{"source":446,"target":127},{"source":91,"target":0},{"source":91,"target":97},{"source":91,"target":448},{"source":448,"target":97},{"source":92,"target":0},{"source":92,"target":77},{"source":92,"target":449},{"source":449,"target":77},{"source":93,"target":0},{"source":93,"target":65},{"source":93,"target":450},{"source":450,"target":65},{"source":94,"target":0},{"source":94,"target":119},{"source":94,"target":451},{"source":451,"target":119},{"source":95,"target":0},{"source":95,"target":66},{"source":95,"target":452},{"source":452,"target":66},{"source":96,"target":0},{"source":96,"target":66},{"source":96,"target":453},{"source":453,"target":66},{"source":97,"target":0},{"source":97,"target":127},{"source":97,"target":454},{"source":97,"target":455},{"source":454,"target":11},{"source":454,"target":456},{"source":454,"target":97},{"source":456,"target":11},{"source":455,"target":127},{"source":98,"target":0},{"source":98,"target":124},{"source":98,"target":457},{"source":457,"target":124},{"source":99,"target":0},{"source":99,"target":97},{"source":99,"target":458},{"source":458,"target":97},{"source":100,"target":0},{"source":100,"target":65},{"source":100,"target":459},{"source":459,"target":65},{"source":101,"target":0},{"source":101,"target":127},{"source":101,"target":460},{"source":101,"target":461},{"source":101,"target":462},{"source":460,"target":127},{"source":460,"target":463},{"source":460,"target":101},{"source":463,"target":127},{"source":461,"target":127},{"source":461,"target":464},{"source":461,"target":101},{"source":464,"target":127},{"source":462,"target":127},{"source":102,"target":0},{"source":102,"target":127},{"source":102,"target":465},{"source":102,"target":466},{"source":465,"target":127},{"source":465,"target":467},{"source":465,"target":102},{"source":467,"target":127},{"source":466,"target":127},{"source":103,"target":0},{"source":103,"target":65},{"source":103,"target":468},{"source":468,"target":65},{"source":104,"target":0},{"source":104,"target":127},{"source":104,"target":469},{"source":104,"target":470},{"source":104,"target":471},{"source":104,"target":472},{"source":104,"target":473},{"source":469,"target":127},{"source":469,"target":474},{"source":469,"target":104},{"source":474,"target":127},{"source":470,"target":127},{"source":470,"target":475},{"source":470,"target":104},{"source":475,"target":127},{"source":471,"target":13},{"source":471,"target":476},{"source":471,"target":104},{"source":476,"target":13},{"source":472,"target":63},{"source":472,"target":477},{"source":472,"target":104},{"source":477,"target":63},{"source":473,"target":127},{"source":105,"target":0},{"source":105,"target":66},{"source":105,"target":478},{"source":478,"target":66},{"source":106,"target":0},{"source":106,"target":97},{"source":106,"target":479},{"source":479,"target":97},{"source":107,"target":0},{"source":107,"target":65},{"source":107,"target":480},{"source":480,"target":65},{"source":108,"target":0},{"source":108,"target":127},{"source":108,"target":481},{"source":108,"target":482},{"source":481,"target":127},{"source":481,"target":483},{"source":481,"target":108},{"source":483,"target":127},{"source":482,"target":127},{"source":109,"target":0},{"source":109,"target":124},{"source":109,"target":484},{"source":484,"target":124},{"source":110,"target":0},{"source":110,"target":124},{"source":110,"target":485},{"source":485,"target":124},{"source":111,"target":0},{"source":111,"target":124},{"source":111,"target":486},{"source":486,"target":124},{"source":112,"target":0},{"source":112,"target":124},{"source":112,"target":487},{"source":487,"target":124},{"source":113,"target":0},{"source":113,"target":127},{"source":113,"target":488},{"source":113,"target":489},{"source":488,"target":11},{"source":488,"target":490},{"source":488,"target":113},{"source":490,"target":11},{"source":489,"target":127},{"source":114,"target":0},{"source":114,"target":65},{"source":114,"target":491},{"source":491,"target":65},{"source":115,"target":0},{"source":115,"target":83},{"source":115,"target":492},{"source":492,"target":83},{"source":116,"target":0},{"source":116,"target":50},{"source":116,"target":493},{"source":116,"target":494},{"source":493,"target":127},{"source":493,"target":495},{"source":493,"target":116},{"source":495,"target":127},{"source":494,"target":50},{"source":117,"target":0},{"source":117,"target":65},{"source":117,"target":496},{"source":496,"target":65},{"source":118,"target":0},{"source":118,"target":119},{"source":118,"target":497},{"source":497,"target":119},{"source":119,"target":0},{"source":119,"target":127},{"source":119,"target":498},{"source":119,"target":499},{"source":119,"target":500},{"source":498,"target":127},{"source":498,"target":501},{"source":498,"target":119},{"source":501,"target":127},{"source":499,"target":127},{"source":499,"target":502},{"source":499,"target":119},{"source":502,"target":127},{"source":500,"target":127},{"source":120,"target":0},{"source":120,"target":97},{"source":120,"target":503},{"source":503,"target":97},{"source":121,"target":0},{"source":121,"target":127},{"source":121,"target":504},{"source":121,"target":505},{"source":504,"target":11},{"source":504,"target":506},{"source":504,"target":121},{"source":506,"target":11},{"source":505,"target":127},{"source":122,"target":0},{"source":122,"target":127},{"source":122,"target":507},{"source":122,"target":508},{"source":507,"target":11},{"source":507,"target":509},{"source":507,"target":122},{"source":509,"target":11},{"source":508,"target":127},{"source":123,"target":0},{"source":123,"target":124},{"source":123,"target":510},{"source":510,"target":124},{"source":124,"target":0},{"source":124,"target":127},{"source":124,"target":511},{"source":124,"target":512},{"source":511,"target":127},{"source":511,"target":513},{"source":511,"target":124},{"source":513,"target":127},{"source":512,"target":127},{"source":125,"target":0},{"source":125,"target":124},{"source":125,"target":514},{"source":514,"target":124},{"source":126,"target":0},{"source":126,"target":65},{"source":126,"target":515},{"source":515,"target":65},{"source":127,"target":0},{"source":127,"target":1},{"source":127,"target":516},{"source":516,"target":1},{"source":128,"target":0},{"source":128,"target":119},{"source":128,"target":517},{"source":517,"target":119},{"source":129,"target":0},{"source":129,"target":1},{"source":129,"target":518},{"source":129,"target":519},{"source":518,"target":89},{"source":518,"target":520},{"source":518,"target":129},{"source":520,"target":89},{"source":519,"target":1},{"source":130,"target":0},{"source":130,"target":50},{"source":130,"target":521},{"source":130,"target":522},{"source":130,"target":523},{"source":521,"target":127},{"source":521,"target":524},{"source":521,"target":130},{"source":524,"target":127},{"source":522,"target":127},{"source":522,"target":525},{"source":522,"target":130},{"source":525,"target":127},{"source":523,"target":50},{"source":131,"target":0},{"source":131,"target":127},{"source":131,"target":526},{"source":131,"target":527},{"source":131,"target":528},{"source":526,"target":127},{"source":526,"target":529},{"source":526,"target":131},{"source":529,"target":127},{"source":527,"target":127},{"source":527,"target":530},{"source":527,"target":131},{"source":530,"target":127},{"source":528,"target":127},{"source":132,"target":0},{"source":132,"target":8},{"source":132,"target":531},{"source":531,"target":8},{"source":133,"target":0},{"source":133,"target":127},{"source":133,"target":532},{"source":133,"target":533},{"source":133,"target":534},{"source":532,"target":127},{"source":532,"target":535},{"source":532,"target":133},{"source":535,"target":127},{"source":533,"target":127},{"source":533,"target":536},{"source":533,"target":133},{"source":536,"target":127},{"source":534,"target":127},{"source":134,"target":0},{"source":134,"target":50},{"source":134,"target":537},{"source":537,"target":50},{"source":135,"target":0},{"source":135,"target":24},{"source":135,"target":538},{"source":538,"target":24}],"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="ir" nsURI="http://orcc.sf.net/backends/ir" nsPrefix="net.sf.orcc.backends.ir">
<eClassifiers xsi:type="ecore:EClass" name="InstAssignIndex" eSuperTypes="../../net.sf.orcc.core/model/Ir.ecore#//Instruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="indexes" upperBound="-1"
eType="ecore:EClass ../../net.sf.orcc.core/model/Ir.ecore#//Expression" containment="true"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass ../../net.sf.orcc.core/model/Ir.ecore#//Def"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listType" eType="ecore:EClass ../../net.sf.orcc.core/model/Ir.ecore#//Type"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstCast" eSuperTypes="../../net.sf.orcc.core/model/Ir.ecore#//Instruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass ../../net.sf.orcc.core/model/Ir.ecore#//Def"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="ecore:EClass ../../net.sf.orcc.core/model/Ir.ecore#//Use"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstTernary" eSuperTypes="../../net.sf.orcc.core/model/Ir.ecore#//Instruction">
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionValue" eType="ecore:EClass ../../net.sf.orcc.core/model/Ir.ecore#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="trueValue" eType="ecore:EClass ../../net.sf.orcc.core/model/Ir.ecore#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="falseValue" eType="ecore:EClass ../../net.sf.orcc.core/model/Ir.ecore#//Expression"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="ecore:EClass ../../net.sf.orcc.core/model/Ir.ecore#//Def"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BlockFor" eSuperTypes="../../net.sf.orcc.core/model/Ir.ecore#//Block">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="ecore:EClass ../../net.sf.orcc.core/model/Ir.ecore#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="joinBlock" eType="ecore:EClass ../../net.sf.orcc.core/model/Ir.ecore#//BlockBasic"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineNumber" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="blocks" upperBound="-1"
eType="ecore:EClass ../../net.sf.orcc.core/model/Ir.ecore#//Block" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="step" ordered="false" upperBound="-1"
eType="ecore:EClass ../../net.sf.orcc.core/model/Ir.ecore#//Instruction" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" ordered="false" upperBound="-1"
eType="ecore:EClass ../../net.sf.orcc.core/model/Ir.ecore#//Instruction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprNull" eSuperTypes="../../net.sf.orcc.core/model/Ir.ecore#//Expression"/>
</ecore:EPackage>
| github:ecore:/data/paller42/orcc-iot/orcc/eclipse/plugins/net.sf.orcc.backends/model/IrSpecific.ecore | ecore | ir
InstAssignIndex
indexes
target
listType
InstCast
target
source
InstTernary
conditionValue
trueValue
falseValue
target
BlockFor
condition
joinBlock
lineNumber
0
blocks
step
init
ExprNull | null | {"directed":true,"nodes":[{"nsPrefix":"net.sf.orcc.backends.ir","nsURI":"http://orcc.sf.net/backends/ir","name":"ir","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstAssignIndex","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstCast","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstTernary","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockFor","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprNull","instanceClass":null,"abstract":false,"id":5,"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":"indexes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":8,"derived":false},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"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":false,"lowerBound":0,"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":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"trueValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"falseValue","changeable":true,"resolveProxies":false,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"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":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":"joinBlock","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":"0","unsettable":false,"transient":false,"unique":true,"name":"lineNumber","changeable":true,"lowerBound":0,"iD":false,"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":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"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":"step","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"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":"init","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"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":6,"target":10},{"source":6,"target":1},{"source":7,"target":11},{"source":7,"target":1},{"source":8,"target":12},{"source":8,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":13,"target":16},{"source":13,"target":2},{"source":14,"target":17},{"source":14,"target":2},{"source":3,"target":0},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":3,"target":21},{"source":3,"target":22},{"source":18,"target":23},{"source":18,"target":3},{"source":19,"target":24},{"source":19,"target":3},{"source":20,"target":25},{"source":20,"target":3},{"source":21,"target":26},{"source":21,"target":3},{"source":4,"target":0},{"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":34},{"source":27,"target":4},{"source":28,"target":35},{"source":28,"target":4},{"source":29,"target":36},{"source":29,"target":4},{"source":30,"target":37},{"source":30,"target":4},{"source":31,"target":38},{"source":31,"target":4},{"source":32,"target":39},{"source":32,"target":4},{"source":5,"target":0},{"source":5,"target":40}],"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<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="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget">
<eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" upperBound="-1"
eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsER2MOFsubsetRequiresDifferentName.ecore | ecore | UML2
InteractionConstraint
StructuralFeatureAction
Classifier
MergeNode
Parameter
LiteralBoolean
TemplateableClassifier
ClearVariableAction
EncapsulatedClassifier
Type
OutputPin
DestroyObjectAction
OpaqueExpression
ClearStructuralFeatureAction
ActivityNode
Abstraction
CommunicationPath
Pseudostate
AssociationClass
TimeInterval
BehavioredClassifier
UseCase
RemoveVariableValueAction
WriteLinkAction
IntervalConstraint
Implementation
CallAction
ReadStructuralFeatureAction
Constraint
ReadExtentAction
SendSignalAction
InformationItem
BroadcastSignalAction
ReadSelfAction
Extend
CollaborationOccurrence
DeployedArtifact
Connector
CallTrigger
ExecutionEnvironment
AcceptEventAction
TimeConstraint
DestroyLinkAction
StructuralFeature
InformationFlow
ReadLinkObjectEndQualifierAction
LiteralSpecification
ActivityParameterNode
ProtocolTransition
CallOperationAction
Deployment
ExecutableNode
LoopNode
Dependency
Realization
PackageableElement
MessageEnd
ReadVariableAction
ConnectionPointReference
DataStoreNode
TypedElement
Artifact
Node
CreateLinkObjectAction
DurationConstraint
ExtensionEnd
Extension
Actor
State
ClearAssociationAction
ExpansionNode
Usage
Enumeration
DeploymentSpecification
VariableAction
ObjectFlow
Expression
NamedElement
name
ReadIsClassifiedObjectAction
SignalTrigger
Stop
CentralBufferNode
LinkAction
Continuation
Package
Namespace
ExecutionOccurrence
ValuePin
StateInvariant
Association
ApplyFunctionAction
InvocationAction
StartOwnedBehaviorAction
Signal
AcceptCallAction
SendObjectAction
InputPin
CallBehaviorAction
StructuredClassifier
TimeExpression
InitialNode
Manifestation
Trigger
DecisionNode
ValueSpecification
Substitution
ActivityEdge
TestIdentityAction
Feature
Gate
CreateObjectAction
ExpansionRegion
Model
Device
Duration
AnyTrigger
CombinedFragment
ParameterSet
TimeTrigger
Variable
BehavioralFeature
InstanceSpecification
DurationObservationAction
Interval
Region
DeploymentTarget
FlowFinalNode
LiteralUnlimitedNatural
ReplyAction
InteractionFragment
ActivityPartition
WriteStructuralFeatureAction
Property
subsettedProperty
RedefinableTemplateSignature
ReclassifyObjectAction
FinalState
LiteralInteger
WriteVariableAction
ConditionalNode
ChangeTrigger
ObjectNode
GeneralizationSet
ForkNode
ActivityFinalNode
CreateLinkAction
LiteralNull
ExtensionPoint
Action
Interface
Collaboration
MessageTrigger
Transition
Pin
ReadLinkObjectEndAction
Class
ReadLinkAction
RemoveStructuralFeatureValueAction
StructuredActivityNode
PrimitiveType
DurationInterval
RaiseExceptionAction
ProtocolStateMachine
EventOccurrence
GeneralOrdering
InteractionOperand
InstanceValue
TimeObservationAction
Interaction
InteractionOccurrence
EnumerationLiteral
JoinNode
Lifeline
DataType
Stereotype
Profile
PrimitiveFunction
Permission
ParameterableClassifier
Component
PartDecomposition
ControlFlow
Reception
Message
AddVariableValueAction
Operation
FinalNode
RedefinableElement
Port
StateMachine
Behavior
Vertex
ControlNode
ConnectableElement
Include
LiteralString
AddStructuralFeatureValueAction
Activity | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopNode","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"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"},{"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"},{"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"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"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"},{"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,"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":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"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"},{"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"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"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"},{"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"},{"id":345,"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":"subsettedProperty","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"},{"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"},{"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"},{"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"},{"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"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"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"},{"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"}],"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":1,"target":0},{"source":1,"target":29},{"source":1,"target":198},{"source":198,"target":29},{"source":2,"target":0},{"source":2,"target":148},{"source":2,"target":199},{"source":199,"target":148},{"source":3,"target":0},{"source":3,"target":86},{"source":3,"target":10},{"source":3,"target":187},{"source":3,"target":200},{"source":3,"target":201},{"source":3,"target":202},{"source":200,"target":86},{"source":201,"target":10},{"source":202,"target":187},{"source":4,"target":0},{"source":4,"target":192},{"source":4,"target":203},{"source":203,"target":192},{"source":5,"target":0},{"source":5,"target":193},{"source":5,"target":61},{"source":5,"target":204},{"source":5,"target":205},{"source":204,"target":193},{"source":205,"target":61},{"source":6,"target":0},{"source":6,"target":47},{"source":6,"target":206},{"source":206,"target":47},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":207},{"source":207,"target":3},{"source":8,"target":0},{"source":8,"target":75},{"source":8,"target":208},{"source":208,"target":75},{"source":9,"target":0},{"source":9,"target":99},{"source":9,"target":209},{"source":209,"target":99},{"source":10,"target":0},{"source":10,"target":56},{"source":10,"target":210},{"source":210,"target":56},{"source":11,"target":0},{"source":11,"target":153},{"source":11,"target":211},{"source":211,"target":153},{"source":12,"target":0},{"source":12,"target":148},{"source":12,"target":212},{"source":212,"target":148},{"source":13,"target":0},{"source":13,"target":105},{"source":13,"target":213},{"source":213,"target":105},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":214},{"source":214,"target":2},{"source":15,"target":0},{"source":15,"target":187},{"source":15,"target":215},{"source":215,"target":187},{"source":16,"target":0},{"source":16,"target":54},{"source":16,"target":216},{"source":216,"target":54},{"source":17,"target":0},{"source":17,"target":90},{"source":17,"target":217},{"source":217,"target":90},{"source":18,"target":0},{"source":18,"target":191},{"source":18,"target":218},{"source":218,"target":191},{"source":19,"target":0},{"source":19,"target":155},{"source":19,"target":90},{"source":19,"target":219},{"source":19,"target":220},{"source":219,"target":155},{"source":220,"target":90},{"source":20,"target":0},{"source":20,"target":124},{"source":20,"target":221},{"source":221,"target":124},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":222},{"source":222,"target":3},{"source":22,"target":0},{"source":22,"target":21},{"source":22,"target":223},{"source":223,"target":21},{"source":23,"target":0},{"source":23,"target":138},{"source":23,"target":224},{"source":224,"target":138},{"source":24,"target":0},{"source":24,"target":83},{"source":24,"target":225},{"source":225,"target":83},{"source":25,"target":0},{"source":25,"target":29},{"source":25,"target":226},{"source":226,"target":29},{"source":26,"target":0},{"source":26,"target":55},{"source":26,"target":227},{"source":227,"target":55},{"source":27,"target":0},{"source":27,"target":92},{"source":27,"target":228},{"source":228,"target":92},{"source":28,"target":0},{"source":28,"target":2},{"source":28,"target":229},{"source":229,"target":2},{"source":29,"target":0},{"source":29,"target":56},{"source":29,"target":230},{"source":230,"target":56},{"source":30,"target":0},{"source":30,"target":148},{"source":30,"target":231},{"source":231,"target":148},{"source":31,"target":0},{"source":31,"target":92},{"source":31,"target":232},{"source":232,"target":92},{"source":32,"target":0},{"source":32,"target":3},{"source":32,"target":233},{"source":233,"target":3},{"source":33,"target":0},{"source":33,"target":92},{"source":33,"target":234},{"source":234,"target":92},{"source":34,"target":0},{"source":34,"target":148},{"source":34,"target":235},{"source":235,"target":148},{"source":35,"target":0},{"source":35,"target":78},{"source":35,"target":236},{"source":236,"target":78},{"source":36,"target":0},{"source":36,"target":78},{"source":36,"target":237},{"source":237,"target":78},{"source":37,"target":0},{"source":37,"target":78},{"source":37,"target":238},{"source":238,"target":78},{"source":38,"target":0},{"source":38,"target":109},{"source":38,"target":239},{"source":239,"target":109},{"source":39,"target":0},{"source":39,"target":151},{"source":39,"target":240},{"source":240,"target":151},{"source":40,"target":0},{"source":40,"target":63},{"source":40,"target":241},{"source":241,"target":63},{"source":41,"target":0},{"source":41,"target":148},{"source":41,"target":242},{"source":242,"target":148},{"source":42,"target":0},{"source":42,"target":25},{"source":42,"target":243},{"source":243,"target":25},{"source":43,"target":0},{"source":43,"target":24},{"source":43,"target":244},{"source":244,"target":24},{"source":44,"target":0},{"source":44,"target":109},{"source":44,"target":61},{"source":44,"target":245},{"source":44,"target":246},{"source":245,"target":109},{"source":246,"target":61},{"source":45,"target":0},{"source":45,"target":56},{"source":45,"target":247},{"source":247,"target":56},{"source":46,"target":0},{"source":46,"target":148},{"source":46,"target":248},{"source":248,"target":148},{"source":47,"target":0},{"source":47,"target":105},{"source":47,"target":249},{"source":249,"target":105},{"source":48,"target":0},{"source":48,"target":141},{"source":48,"target":250},{"source":250,"target":141},{"source":49,"target":0},{"source":49,"target":152},{"source":49,"target":251},{"source":251,"target":152},{"source":50,"target":0},{"source":50,"target":27},{"source":50,"target":252},{"source":252,"target":27},{"source":51,"target":0},{"source":51,"target":54},{"source":51,"target":253},{"source":253,"target":54},{"source":52,"target":0},{"source":52,"target":15},{"source":52,"target":254},{"source":254,"target":15},{"source":53,"target":0},{"source":53,"target":158},{"source":53,"target":255},{"source":255,"target":158},{"source":54,"target":0},{"source":54,"target":56},{"source":54,"target":256},{"source":256,"target":56},{"source":55,"target":0},{"source":55,"target":16},{"source":55,"target":257},{"source":257,"target":16},{"source":56,"target":0},{"source":56,"target":78},{"source":56,"target":258},{"source":258,"target":78},{"source":57,"target":0},{"source":57,"target":78},{"source":57,"target":259},{"source":259,"target":78},{"source":58,"target":0},{"source":58,"target":75},{"source":58,"target":260},{"source":260,"target":75},{"source":59,"target":0},{"source":59,"target":191},{"source":59,"target":261},{"source":261,"target":191},{"source":60,"target":0},{"source":60,"target":82},{"source":60,"target":262},{"source":262,"target":82},{"source":61,"target":0},{"source":61,"target":78},{"source":61,"target":263},{"source":263,"target":78},{"source":62,"target":0},{"source":62,"target":3},{"source":62,"target":37},{"source":62,"target":264},{"source":62,"target":265},{"source":264,"target":3},{"source":265,"target":37},{"source":63,"target":0},{"source":63,"target":155},{"source":63,"target":126},{"source":63,"target":266},{"source":63,"target":267},{"source":266,"target":155},{"source":267,"target":126},{"source":64,"target":0},{"source":64,"target":145},{"source":64,"target":268},{"source":268,"target":145},{"source":65,"target":0},{"source":65,"target":25},{"source":65,"target":269},{"source":269,"target":25},{"source":66,"target":0},{"source":66,"target":133},{"source":66,"target":270},{"source":270,"target":133},{"source":67,"target":0},{"source":67,"target":90},{"source":67,"target":271},{"source":271,"target":90},{"source":68,"target":0},{"source":68,"target":3},{"source":68,"target":272},{"source":272,"target":3},{"source":69,"target":0},{"source":69,"target":86},{"source":69,"target":187},{"source":69,"target":191},{"source":69,"target":273},{"source":69,"target":274},{"source":69,"target":275},{"source":273,"target":86},{"source":274,"target":187},{"source":275,"target":191},{"source":70,"target":0},{"source":70,"target":148},{"source":70,"target":276},{"source":276,"target":148},{"source":71,"target":0},{"source":71,"target":141},{"source":71,"target":277},{"source":277,"target":141},{"source":72,"target":0},{"source":72,"target":54},{"source":72,"target":278},{"source":278,"target":54},{"source":73,"target":0},{"source":73,"target":173},{"source":73,"target":279},{"source":279,"target":173},{"source":74,"target":0},{"source":74,"target":62},{"source":74,"target":280},{"source":280,"target":62},{"source":75,"target":0},{"source":75,"target":148},{"source":75,"target":281},{"source":281,"target":148},{"source":76,"target":0},{"source":76,"target":107},{"source":76,"target":282},{"source":282,"target":107},{"source":77,"target":0},{"source":77,"target":13},{"source":77,"target":283},{"source":283,"target":13},{"source":78,"target":0},{"source":78,"target":284},{"source":284,"target":285},{"source":284,"target":78},{"source":79,"target":0},{"source":79,"target":148},{"source":79,"target":286},{"source":286,"target":148},{"source":80,"target":0},{"source":80,"target":151},{"source":80,"target":287},{"source":287,"target":151},{"source":81,"target":0},{"source":81,"target":163},{"source":81,"target":288},{"source":288,"target":163},{"source":82,"target":0},{"source":82,"target":141},{"source":82,"target":289},{"source":289,"target":141},{"source":83,"target":0},{"source":83,"target":148},{"source":83,"target":290},{"source":290,"target":148},{"source":84,"target":0},{"source":84,"target":130},{"source":84,"target":291},{"source":291,"target":130},{"source":85,"target":0},{"source":85,"target":86},{"source":85,"target":56},{"source":85,"target":292},{"source":85,"target":293},{"source":292,"target":86},{"source":293,"target":56},{"source":86,"target":0},{"source":86,"target":78},{"source":86,"target":294},{"source":294,"target":78},{"source":87,"target":0},{"source":87,"target":130},{"source":87,"target":295},{"source":295,"target":130},{"source":88,"target":0},{"source":88,"target":97},{"source":88,"target":296},{"source":296,"target":97},{"source":89,"target":0},{"source":89,"target":130},{"source":89,"target":297},{"source":297,"target":130},{"source":90,"target":0},{"source":90,"target":3},{"source":90,"target":298},{"source":298,"target":3},{"source":91,"target":0},{"source":91,"target":148},{"source":91,"target":299},{"source":299,"target":148},{"source":92,"target":0},{"source":92,"target":148},{"source":92,"target":300},{"source":300,"target":148},{"source":93,"target":0},{"source":93,"target":148},{"source":93,"target":301},{"source":301,"target":148},{"source":94,"target":0},{"source":94,"target":3},{"source":94,"target":302},{"source":302,"target":3},{"source":95,"target":0},{"source":95,"target":41},{"source":95,"target":303},{"source":303,"target":41},{"source":96,"target":0},{"source":96,"target":92},{"source":96,"target":304},{"source":304,"target":92},{"source":97,"target":0},{"source":97,"target":153},{"source":97,"target":305},{"source":305,"target":153},{"source":98,"target":0},{"source":98,"target":27},{"source":98,"target":306},{"source":306,"target":27},{"source":99,"target":0},{"source":99,"target":3},{"source":99,"target":307},{"source":307,"target":3},{"source":100,"target":0},{"source":100,"target":105},{"source":100,"target":308},{"source":308,"target":105},{"source":101,"target":0},{"source":101,"target":192},{"source":101,"target":309},{"source":309,"target":192},{"source":102,"target":0},{"source":102,"target":16},{"source":102,"target":310},{"source":310,"target":16},{"source":103,"target":0},{"source":103,"target":78},{"source":103,"target":311},{"source":311,"target":78},{"source":104,"target":0},{"source":104,"target":192},{"source":104,"target":312},{"source":312,"target":192},{"source":105,"target":0},{"source":105,"target":61},{"source":105,"target":313},{"source":313,"target":61},{"source":106,"target":0},{"source":106,"target":55},{"source":106,"target":314},{"source":314,"target":55},{"source":107,"target":0},{"source":107,"target":187},{"source":107,"target":315},{"source":315,"target":187},{"source":108,"target":0},{"source":108,"target":148},{"source":108,"target":316},{"source":316,"target":148},{"source":109,"target":0},{"source":109,"target":187},{"source":109,"target":317},{"source":317,"target":187},{"source":110,"target":0},{"source":110,"target":57},{"source":110,"target":318},{"source":318,"target":57},{"source":111,"target":0},{"source":111,"target":148},{"source":111,"target":319},{"source":319,"target":148},{"source":112,"target":0},{"source":112,"target":158},{"source":112,"target":320},{"source":320,"target":158},{"source":113,"target":0},{"source":113,"target":85},{"source":113,"target":321},{"source":321,"target":85},{"source":114,"target":0},{"source":114,"target":63},{"source":114,"target":322},{"source":322,"target":63},{"source":115,"target":0},{"source":115,"target":105},{"source":115,"target":323},{"source":323,"target":105},{"source":116,"target":0},{"source":116,"target":151},{"source":116,"target":324},{"source":324,"target":151},{"source":117,"target":0},{"source":117,"target":130},{"source":117,"target":325},{"source":325,"target":130},{"source":118,"target":0},{"source":118,"target":78},{"source":118,"target":326},{"source":326,"target":78},{"source":119,"target":0},{"source":119,"target":103},{"source":119,"target":327},{"source":327,"target":103},{"source":120,"target":0},{"source":120,"target":193},{"source":120,"target":61},{"source":120,"target":328},{"source":120,"target":329},{"source":328,"target":193},{"source":329,"target":61},{"source":121,"target":0},{"source":121,"target":86},{"source":121,"target":109},{"source":121,"target":330},{"source":121,"target":331},{"source":330,"target":86},{"source":331,"target":109},{"source":122,"target":0},{"source":122,"target":56},{"source":122,"target":126},{"source":122,"target":37},{"source":122,"target":332},{"source":122,"target":333},{"source":122,"target":334},{"source":332,"target":56},{"source":333,"target":126},{"source":334,"target":37},{"source":123,"target":0},{"source":123,"target":132},{"source":123,"target":335},{"source":335,"target":132},{"source":124,"target":0},{"source":124,"target":105},{"source":124,"target":336},{"source":336,"target":105},{"source":125,"target":0},{"source":125,"target":86},{"source":125,"target":187},{"source":125,"target":337},{"source":125,"target":338},{"source":337,"target":86},{"source":338,"target":187},{"source":126,"target":0},{"source":126,"target":78},{"source":126,"target":339},{"source":339,"target":78},{"source":127,"target":0},{"source":127,"target":186},{"source":127,"target":340},{"source":340,"target":186},{"source":128,"target":0},{"source":128,"target":47},{"source":128,"target":341},{"source":341,"target":47},{"source":129,"target":0},{"source":129,"target":148},{"source":129,"target":342},{"source":342,"target":148},{"source":130,"target":0},{"source":130,"target":78},{"source":130,"target":343},{"source":343,"target":78},{"source":131,"target":0},{"source":131,"target":78},{"source":131,"target":344},{"source":344,"target":78},{"source":132,"target":0},{"source":132,"target":2},{"source":132,"target":345},{"source":345,"target":2},{"source":133,"target":0},{"source":133,"target":44},{"source":133,"target":193},{"source":133,"target":126},{"source":133,"target":346},{"source":133,"target":347},{"source":133,"target":348},{"source":133,"target":349},{"source":346,"target":133},{"source":346,"target":350},{"source":346,"target":133},{"source":350,"target":133},{"source":347,"target":44},{"source":348,"target":193},{"source":349,"target":126},{"source":134,"target":0},{"source":134,"target":187},{"source":134,"target":351},{"source":351,"target":187},{"source":135,"target":0},{"source":135,"target":148},{"source":135,"target":352},{"source":352,"target":148},{"source":136,"target":0},{"source":136,"target":69},{"source":136,"target":353},{"source":353,"target":69},{"source":137,"target":0},{"source":137,"target":47},{"source":137,"target":354},{"source":354,"target":47},{"source":138,"target":0},{"source":138,"target":75},{"source":138,"target":355},{"source":355,"target":75},{"source":139,"target":0},{"source":139,"target":158},{"source":139,"target":356},{"source":356,"target":158},{"source":140,"target":0},{"source":140,"target":103},{"source":140,"target":357},{"source":357,"target":103},{"source":141,"target":0},{"source":141,"target":15},{"source":141,"target":61},{"source":141,"target":358},{"source":141,"target":359},{"source":358,"target":15},{"source":359,"target":61},{"source":142,"target":0},{"source":142,"target":56},{"source":142,"target":360},{"source":360,"target":56},{"source":143,"target":0},{"source":143,"target":192},{"source":143,"target":361},{"source":361,"target":192},{"source":144,"target":0},{"source":144,"target":186},{"source":144,"target":362},{"source":362,"target":186},{"source":145,"target":0},{"source":145,"target":24},{"source":145,"target":363},{"source":363,"target":24},{"source":146,"target":0},{"source":146,"target":47},{"source":146,"target":364},{"source":364,"target":47},{"source":147,"target":0},{"source":147,"target":187},{"source":147,"target":365},{"source":365,"target":187},{"source":148,"target":0},{"source":148,"target":52},{"source":148,"target":366},{"source":366,"target":52},{"source":149,"target":0},{"source":149,"target":3},{"source":149,"target":367},{"source":367,"target":3},{"source":150,"target":0},{"source":150,"target":21},{"source":150,"target":99},{"source":150,"target":368},{"source":150,"target":369},{"source":368,"target":21},{"source":369,"target":99},{"source":151,"target":0},{"source":151,"target":103},{"source":151,"target":370},{"source":370,"target":103},{"source":152,"target":0},{"source":152,"target":187},{"source":152,"target":371},{"source":371,"target":187},{"source":153,"target":0},{"source":153,"target":141},{"source":153,"target":372},{"source":372,"target":141},{"source":154,"target":0},{"source":154,"target":148},{"source":154,"target":373},{"source":373,"target":148},{"source":155,"target":0},{"source":155,"target":21},{"source":155,"target":9},{"source":155,"target":374},{"source":155,"target":375},{"source":374,"target":21},{"source":375,"target":9},{"source":156,"target":0},{"source":156,"target":83},{"source":156,"target":376},{"source":376,"target":83},{"source":157,"target":0},{"source":157,"target":132},{"source":157,"target":377},{"source":377,"target":132},{"source":158,"target":0},{"source":158,"target":148},{"source":158,"target":86},{"source":158,"target":378},{"source":158,"target":379},{"source":378,"target":148},{"source":379,"target":86},{"source":159,"target":0},{"source":159,"target":173},{"source":159,"target":380},{"source":380,"target":173},{"source":160,"target":0},{"source":160,"target":124},{"source":160,"target":381},{"source":381,"target":124},{"source":161,"target":0},{"source":161,"target":148},{"source":161,"target":382},{"source":382,"target":148},{"source":162,"target":0},{"source":162,"target":189},{"source":162,"target":383},{"source":383,"target":189},{"source":163,"target":0},{"source":163,"target":130},{"source":163,"target":57},{"source":163,"target":384},{"source":163,"target":385},{"source":384,"target":130},{"source":385,"target":57},{"source":164,"target":0},{"source":164,"target":78},{"source":164,"target":386},{"source":386,"target":78},{"source":165,"target":0},{"source":165,"target":86},{"source":165,"target":130},{"source":165,"target":387},{"source":165,"target":388},{"source":387,"target":86},{"source":388,"target":130},{"source":166,"target":0},{"source":166,"target":105},{"source":166,"target":389},{"source":389,"target":105},{"source":167,"target":0},{"source":167,"target":132},{"source":167,"target":390},{"source":390,"target":132},{"source":168,"target":0},{"source":168,"target":190},{"source":168,"target":130},{"source":168,"target":391},{"source":168,"target":392},{"source":391,"target":190},{"source":392,"target":130},{"source":169,"target":0},{"source":169,"target":130},{"source":169,"target":393},{"source":393,"target":130},{"source":170,"target":0},{"source":170,"target":122},{"source":170,"target":394},{"source":394,"target":122},{"source":171,"target":0},{"source":171,"target":192},{"source":171,"target":395},{"source":395,"target":192},{"source":172,"target":0},{"source":172,"target":78},{"source":172,"target":396},{"source":396,"target":78},{"source":173,"target":0},{"source":173,"target":3},{"source":173,"target":397},{"source":397,"target":3},{"source":174,"target":0},{"source":174,"target":155},{"source":174,"target":398},{"source":398,"target":155},{"source":175,"target":0},{"source":175,"target":85},{"source":175,"target":399},{"source":399,"target":85},{"source":176,"target":0},{"source":176,"target":56},{"source":176,"target":400},{"source":400,"target":56},{"source":177,"target":0},{"source":177,"target":54},{"source":177,"target":401},{"source":401,"target":54},{"source":178,"target":0},{"source":178,"target":3},{"source":178,"target":402},{"source":402,"target":3},{"source":179,"target":0},{"source":179,"target":155},{"source":179,"target":403},{"source":403,"target":155},{"source":180,"target":0},{"source":180,"target":169},{"source":180,"target":404},{"source":404,"target":169},{"source":181,"target":0},{"source":181,"target":107},{"source":181,"target":405},{"source":405,"target":107},{"source":182,"target":0},{"source":182,"target":121},{"source":182,"target":406},{"source":406,"target":121},{"source":183,"target":0},{"source":183,"target":78},{"source":183,"target":407},{"source":407,"target":78},{"source":184,"target":0},{"source":184,"target":138},{"source":184,"target":408},{"source":408,"target":138},{"source":185,"target":0},{"source":185,"target":121},{"source":185,"target":61},{"source":185,"target":409},{"source":185,"target":410},{"source":409,"target":121},{"source":410,"target":61},{"source":186,"target":0},{"source":186,"target":192},{"source":186,"target":411},{"source":411,"target":192},{"source":187,"target":0},{"source":187,"target":78},{"source":187,"target":412},{"source":412,"target":78},{"source":188,"target":0},{"source":188,"target":133},{"source":188,"target":413},{"source":413,"target":133},{"source":189,"target":0},{"source":189,"target":190},{"source":189,"target":414},{"source":414,"target":190},{"source":190,"target":0},{"source":190,"target":155},{"source":190,"target":415},{"source":415,"target":155},{"source":191,"target":0},{"source":191,"target":78},{"source":191,"target":416},{"source":416,"target":78},{"source":192,"target":0},{"source":192,"target":15},{"source":192,"target":417},{"source":417,"target":15},{"source":193,"target":0},{"source":193,"target":78},{"source":193,"target":418},{"source":418,"target":78},{"source":194,"target":0},{"source":194,"target":78},{"source":194,"target":419},{"source":419,"target":78},{"source":195,"target":0},{"source":195,"target":47},{"source":195,"target":420},{"source":420,"target":47},{"source":196,"target":0},{"source":196,"target":132},{"source":196,"target":421},{"source":421,"target":132},{"source":197,"target":0},{"source":197,"target":190},{"source":197,"target":422},{"source":422,"target":190}],"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="flat11" nsURI="platform:/resource/org.uppaal.xml/model/flat11.xsd"
nsPrefix="flat11">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="qualified" value="false"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="CommittedType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="committed_._type"/>
<details key="kind" value="empty"/>
</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:EReference" name="committed" upperBound="-2"
eType="#//CommittedType" 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="committed"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="declaration" unique="false"
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="declaration"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imports" unique="false"
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="imports"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" upperBound="-2" eType="#//InitType"
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="init"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instantiation" unique="false"
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="instantiation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" upperBound="-2"
eType="#//LabelType" 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="label"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" upperBound="-2"
eType="#//LocationType" 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="location"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nail" upperBound="-2" eType="#//NailType"
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="nail"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" upperBound="-2" eType="#//NameType"
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="name"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nta" upperBound="-2" eType="#//NtaType"
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="nta"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-2"
eType="#//ParameterType" 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="parameter"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-2"
eType="#//SourceType" 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="source"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="system" unique="false"
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="system"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-2"
eType="#//TargetType" 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="target"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="template" upperBound="-2"
eType="#//TemplateType" 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="template"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-2"
eType="#//TransitionType" 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="transition"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="urgent" upperBound="-2"
eType="#//UrgentType" 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="urgent"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="init_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IDREF">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ref"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="KindType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="kind_._type"/>
</eAnnotations>
<eLiterals name="synchronisation"/>
<eLiterals name="invariant" value="1"/>
<eLiterals name="assignment" value="2"/>
<eLiterals name="guard" value="3"/>
<eLiterals name="select" value="4"/>
<eLiterals name="comments" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="KindTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="kind_._type:Object"/>
<details key="baseType" value="kind_._type"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="label_._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="kind" lowerBound="1" eType="#//KindType"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="kind"/>
<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:EClass" name="LocationType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="location_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//NameType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="name"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" upperBound="-1"
eType="#//LabelType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="label"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="urgent" eType="#//UrgentType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="urgent"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="committed" eType="#//CommittedType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="committed"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType">
<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="id" lowerBound="1" 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"/>
<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:EClass" name="NailType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="nail_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<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="NameType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="name_._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="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:EClass" name="NtaType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="nta_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imports" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="imports"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="declaration" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="declaration"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="template" lowerBound="1"
upperBound="-1" eType="#//TemplateType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="template"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="instantiation" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="instantiation"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="system" 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="element"/>
<details key="name" value="system"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="parameter_._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="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:EClass" name="SourceType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="source_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IDREF">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ref"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TargetType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="target_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//IDREF">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="ref"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemplateType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="template_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="name" lowerBound="1" eType="#//NameType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="name"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//ParameterType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="parameter"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="declaration" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="declaration"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" upperBound="-1"
eType="#//LocationType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="location"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" eType="#//InitType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="init"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" upperBound="-1"
eType="#//TransitionType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="transition"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="transition_._type"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//SourceType" containment="true" resolveProxies="false">
<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:EReference" name="target" lowerBound="1"
eType="#//TargetType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="target"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="label" upperBound="-1"
eType="#//LabelType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="label"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="nail" upperBound="-1" eType="#//NailType"
containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="nail"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="action"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="color" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType">
<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="controllable" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean"
unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="controllable"/>
<details key="namespace" value="##targetNamespace"/>
</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"/>
<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:EClass" name="UrgentType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="urgent_._type"/>
<details key="kind" value="empty"/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/flat11.ecore | ecore | flat11
CommittedType
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
committed
declaration
imports
init
instantiation
label
location
nail
name
nta
parameter
source
system
target
template
transition
urgent
InitType
ref
KindType
synchronisation
synchronisation
invariant
invariant
assignment
assignment
guard
guard
select
select
comments
comments
KindTypeObject
org.eclipse.emf.common.util.Enumerator
org.eclipse.emf.common.util.Enumerator
LabelType
value
kind
x
y
LocationType
name
label
urgent
committed
color
id
x
y
NailType
x
y
NameType
value
x
y
NtaType
imports
declaration
template
instantiation
system
ParameterType
value
x
y
SourceType
ref
TargetType
ref
TemplateType
name
parameter
declaration
location
init
transition
TransitionType
source
target
label
nail
action
color
controllable
id
x
y
UrgentType | null | {"directed":true,"nodes":[{"nsPrefix":"flat11","nsURI":"platform:/resource/org.uppaal.xml/model/flat11.xsd","name":"flat11","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommittedType","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,"defaultValue":null,"instanceClassName":null,"name":"InitType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"KindType","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":"KindTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocationType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NailType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NtaType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionType","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UrgentType","instanceClass":null,"abstract":false,"id":16,"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":17,"derived":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":18,"derived":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":19,"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":"committed","changeable":true,"resolveProxies":false,"lowerBound":0,"id":20,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"declaration","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"imports","changeable":true,"lowerBound":0,"iD":false,"id":22,"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":"init","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"instantiation","changeable":true,"lowerBound":0,"iD":false,"id":24,"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":"label","changeable":true,"resolveProxies":false,"lowerBound":0,"id":25,"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":"location","changeable":true,"resolveProxies":false,"lowerBound":0,"id":26,"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":"nail","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"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":"name","changeable":true,"resolveProxies":false,"lowerBound":0,"id":28,"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":"nta","changeable":true,"resolveProxies":false,"lowerBound":0,"id":29,"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":"parameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":30,"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":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":31,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"system","changeable":true,"lowerBound":0,"iD":false,"id":32,"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":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":33,"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":"template","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":"transition","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":"urgent","changeable":true,"resolveProxies":false,"lowerBound":0,"id":36,"derived":true},{"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"},{"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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"name":"synchronisation","id":59,"value":0,"literal":"synchronisation","eClass":"EEnumLiteral"},{"name":"invariant","id":60,"value":1,"literal":"invariant","eClass":"EEnumLiteral"},{"name":"assignment","id":61,"value":2,"literal":"assignment","eClass":"EEnumLiteral"},{"name":"guard","id":62,"value":3,"literal":"guard","eClass":"EEnumLiteral"},{"name":"select","id":63,"value":4,"literal":"select","eClass":"EEnumLiteral"},{"name":"comments","id":64,"value":5,"literal":"comments","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":65,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":66,"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":67,"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":68,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"name","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":false,"unique":true,"name":"label","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"urgent","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"committed","changeable":true,"resolveProxies":false,"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":"color","changeable":true,"lowerBound":0,"iD":false,"id":77,"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":true,"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":"x","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":true,"transient":false,"unique":true,"name":"y","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"},{"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":89,"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":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"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":93,"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":94,"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":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"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":"imports","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":"declaration","changeable":true,"lowerBound":0,"iD":false,"id":100,"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":"template","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"instantiation","changeable":true,"lowerBound":0,"iD":false,"id":102,"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":"system","changeable":true,"lowerBound":1,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"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":109,"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":110,"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":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"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":"ref","changeable":true,"lowerBound":1,"iD":false,"id":115,"derived":false},{"id":116,"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":"ref","changeable":true,"lowerBound":1,"iD":false,"id":117,"derived":false},{"id":118,"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":false,"lowerBound":1,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"init","changeable":true,"resolveProxies":false,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"transition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"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":false,"lowerBound":1,"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":"target","changeable":true,"resolveProxies":false,"lowerBound":1,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":false,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nail","changeable":true,"resolveProxies":false,"lowerBound":0,"id":134,"derived":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":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":"color","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":true,"transient":false,"unique":true,"name":"controllable","changeable":true,"lowerBound":0,"iD":false,"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":"id","changeable":true,"lowerBound":0,"iD":true,"id":138,"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":139,"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":140,"derived":false},{"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"}],"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":2,"target":0},{"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":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":17,"target":37},{"source":17,"target":2},{"source":18,"target":38},{"source":18,"target":2},{"source":19,"target":39},{"source":19,"target":2},{"source":20,"target":1},{"source":20,"target":40},{"source":20,"target":2},{"source":40,"target":1},{"source":21,"target":41},{"source":21,"target":2},{"source":22,"target":42},{"source":22,"target":2},{"source":23,"target":3},{"source":23,"target":43},{"source":23,"target":2},{"source":43,"target":3},{"source":24,"target":44},{"source":24,"target":2},{"source":25,"target":6},{"source":25,"target":45},{"source":25,"target":2},{"source":45,"target":6},{"source":26,"target":7},{"source":26,"target":46},{"source":26,"target":2},{"source":46,"target":7},{"source":27,"target":8},{"source":27,"target":47},{"source":27,"target":2},{"source":47,"target":8},{"source":28,"target":9},{"source":28,"target":48},{"source":28,"target":2},{"source":48,"target":9},{"source":29,"target":10},{"source":29,"target":49},{"source":29,"target":2},{"source":49,"target":10},{"source":30,"target":11},{"source":30,"target":50},{"source":30,"target":2},{"source":50,"target":11},{"source":31,"target":12},{"source":31,"target":51},{"source":31,"target":2},{"source":51,"target":12},{"source":32,"target":52},{"source":32,"target":2},{"source":33,"target":13},{"source":33,"target":53},{"source":33,"target":2},{"source":53,"target":13},{"source":34,"target":14},{"source":34,"target":54},{"source":34,"target":2},{"source":54,"target":14},{"source":35,"target":15},{"source":35,"target":55},{"source":35,"target":2},{"source":55,"target":15},{"source":36,"target":16},{"source":36,"target":56},{"source":36,"target":2},{"source":56,"target":16},{"source":3,"target":0},{"source":3,"target":57},{"source":57,"target":58},{"source":57,"target":3},{"source":4,"target":0},{"source":4,"target":59},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":4,"target":63},{"source":4,"target":64},{"source":59,"target":4},{"source":60,"target":4},{"source":61,"target":4},{"source":62,"target":4},{"source":63,"target":4},{"source":64,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":65,"target":69},{"source":65,"target":6},{"source":66,"target":4},{"source":66,"target":70},{"source":66,"target":6},{"source":70,"target":4},{"source":67,"target":71},{"source":67,"target":6},{"source":68,"target":72},{"source":68,"target":6},{"source":7,"target":0},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":73,"target":9},{"source":73,"target":81},{"source":73,"target":7},{"source":81,"target":9},{"source":74,"target":6},{"source":74,"target":82},{"source":74,"target":7},{"source":82,"target":6},{"source":75,"target":16},{"source":75,"target":83},{"source":75,"target":7},{"source":83,"target":16},{"source":76,"target":1},{"source":76,"target":84},{"source":76,"target":7},{"source":84,"target":1},{"source":77,"target":85},{"source":77,"target":7},{"source":78,"target":86},{"source":78,"target":7},{"source":79,"target":87},{"source":79,"target":7},{"source":80,"target":88},{"source":80,"target":7},{"source":8,"target":0},{"source":8,"target":89},{"source":8,"target":90},{"source":89,"target":91},{"source":89,"target":8},{"source":90,"target":92},{"source":90,"target":8},{"source":9,"target":0},{"source":9,"target":93},{"source":9,"target":94},{"source":9,"target":95},{"source":93,"target":96},{"source":93,"target":9},{"source":94,"target":97},{"source":94,"target":9},{"source":95,"target":98},{"source":95,"target":9},{"source":10,"target":0},{"source":10,"target":99},{"source":10,"target":100},{"source":10,"target":101},{"source":10,"target":102},{"source":10,"target":103},{"source":99,"target":104},{"source":99,"target":10},{"source":100,"target":105},{"source":100,"target":10},{"source":101,"target":14},{"source":101,"target":106},{"source":101,"target":10},{"source":106,"target":14},{"source":102,"target":107},{"source":102,"target":10},{"source":103,"target":108},{"source":103,"target":10},{"source":11,"target":0},{"source":11,"target":109},{"source":11,"target":110},{"source":11,"target":111},{"source":109,"target":112},{"source":109,"target":11},{"source":110,"target":113},{"source":110,"target":11},{"source":111,"target":114},{"source":111,"target":11},{"source":12,"target":0},{"source":12,"target":115},{"source":115,"target":116},{"source":115,"target":12},{"source":13,"target":0},{"source":13,"target":117},{"source":117,"target":118},{"source":117,"target":13},{"source":14,"target":0},{"source":14,"target":119},{"source":14,"target":120},{"source":14,"target":121},{"source":14,"target":122},{"source":14,"target":123},{"source":14,"target":124},{"source":119,"target":9},{"source":119,"target":125},{"source":119,"target":14},{"source":125,"target":9},{"source":120,"target":11},{"source":120,"target":126},{"source":120,"target":14},{"source":126,"target":11},{"source":121,"target":127},{"source":121,"target":14},{"source":122,"target":7},{"source":122,"target":128},{"source":122,"target":14},{"source":128,"target":7},{"source":123,"target":3},{"source":123,"target":129},{"source":123,"target":14},{"source":129,"target":3},{"source":124,"target":15},{"source":124,"target":130},{"source":124,"target":14},{"source":130,"target":15},{"source":15,"target":0},{"source":15,"target":131},{"source":15,"target":132},{"source":15,"target":133},{"source":15,"target":134},{"source":15,"target":135},{"source":15,"target":136},{"source":15,"target":137},{"source":15,"target":138},{"source":15,"target":139},{"source":15,"target":140},{"source":131,"target":12},{"source":131,"target":141},{"source":131,"target":15},{"source":141,"target":12},{"source":132,"target":13},{"source":132,"target":142},{"source":132,"target":15},{"source":142,"target":13},{"source":133,"target":6},{"source":133,"target":143},{"source":133,"target":15},{"source":143,"target":6},{"source":134,"target":8},{"source":134,"target":144},{"source":134,"target":15},{"source":144,"target":8},{"source":135,"target":145},{"source":135,"target":15},{"source":136,"target":146},{"source":136,"target":15},{"source":137,"target":147},{"source":137,"target":15},{"source":138,"target":148},{"source":138,"target":15},{"source":139,"target":149},{"source":139,"target":15},{"source":140,"target":150},{"source":140,"target":15},{"source":16,"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="gemoc_execution_trace" nsURI="http://www.inira.fr/gemoc_execution_trace"
nsPrefix="gemoc_execution_trace">
<eClassifiers xsi:type="ecore:EClass" name="Choice">
<eStructuralFeatures xsi:type="ecore:EReference" name="nextChoices" upperBound="-1"
eType="#//Choice" eOpposite="#//Choice/previousChoice"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="possibleLogicalSteps" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.gemoc.trace.commons.model/model/GenericTrace.ecore#//Step"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="chosenLogicalStep" eType="ecore:EClass ../../org.eclipse.gemoc.trace.commons.model/model/GenericTrace.ecore#//Step"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextState" eType="#//ContextState"
containment="true" eOpposite="#//ContextState/choice"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previousChoice" eType="#//Choice"
eOpposite="#//Choice/nextChoices"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="selectedNextChoice" eType="#//Choice"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="branch" lowerBound="1"
eType="#//Branch" eOpposite="#//Branch/choices"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionTraceModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="choices" upperBound="-1"
eType="#//Choice" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="branches" upperBound="-1"
eType="#//Branch" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reachedStates" upperBound="-1"
eType="#//ModelState" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SolverState">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serializableModel" eType="#//ISerializable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelState">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contextState" upperBound="-1"
eType="#//ContextState" eOpposite="#//ContextState/modelState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ContextState">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelState" lowerBound="1"
eType="#//ModelState" eOpposite="#//ModelState/contextState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="solverState" lowerBound="1"
eType="#//SolverState" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="choice" eType="#//Choice"
eOpposite="#//Choice/contextState"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="ISerializable" instanceClassName="byte[]"/>
<eClassifiers xsi:type="ecore:EClass" name="Branch">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startIndex" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stopIndex" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="choices" upperBound="-1"
eType="#//Choice" eOpposite="#//Choice/branch"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/gemoc-studio-modeldebugging/framework/framework_commons/plugins/org.eclipse.gemoc.executionframework.reflectivetrace.model/model/GemocExecutionEngineTrace.ecore | ecore | gemoc_execution_trace
Choice
nextChoices
possibleLogicalSteps
chosenLogicalStep
contextState
previousChoice
selectedNextChoice
branch
ExecutionTraceModel
choices
branches
reachedStates
SolverState
model
serializableModel
ModelState
model
contextState
ContextState
modelState
solverState
choice
ISerializable
byte[]
byte[]
Branch
startIndex
stopIndex
choices | null | {"directed":true,"nodes":[{"nsPrefix":"gemoc_execution_trace","nsURI":"http://www.inira.fr/gemoc_execution_trace","name":"gemoc_execution_trace","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Choice","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionTraceModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SolverState","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContextState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"byte[]","defaultValue":null,"instanceClassName":"byte[]","name":"ISerializable","instanceClass":"[B","id":6,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Branch","instanceClass":null,"abstract":false,"id":7,"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":"nextChoices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"possibleLogicalSteps","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"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":"chosenLogicalStep","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":"contextState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"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":"previousChoice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"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":"selectedNextChoice","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"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":"branch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"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":"choice","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"choices","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":true,"unsettable":false,"transient":false,"unique":true,"name":"choices","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":"branches","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":"reachedStates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"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":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":"serializableModel","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"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":34,"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":"contextState","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"modelState","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":true,"unsettable":false,"transient":false,"unique":true,"name":"solverState","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"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":"startIndex","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":"stopIndex","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"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":1},{"source":8,"target":15},{"source":8,"target":1},{"source":8,"target":12},{"source":15,"target":1},{"source":9,"target":16},{"source":9,"target":1},{"source":10,"target":17},{"source":10,"target":1},{"source":11,"target":5},{"source":11,"target":18},{"source":11,"target":1},{"source":11,"target":19},{"source":18,"target":5},{"source":12,"target":1},{"source":12,"target":20},{"source":12,"target":1},{"source":12,"target":8},{"source":20,"target":1},{"source":13,"target":1},{"source":13,"target":21},{"source":13,"target":1},{"source":21,"target":1},{"source":14,"target":7},{"source":14,"target":22},{"source":14,"target":1},{"source":14,"target":23},{"source":22,"target":7},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":24,"target":1},{"source":24,"target":27},{"source":24,"target":2},{"source":27,"target":1},{"source":25,"target":7},{"source":25,"target":28},{"source":25,"target":2},{"source":28,"target":7},{"source":26,"target":4},{"source":26,"target":29},{"source":26,"target":2},{"source":29,"target":4},{"source":3,"target":0},{"source":3,"target":30},{"source":3,"target":31},{"source":30,"target":32},{"source":30,"target":3},{"source":31,"target":6},{"source":31,"target":33},{"source":31,"target":3},{"source":33,"target":6},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":34,"target":36},{"source":34,"target":4},{"source":35,"target":5},{"source":35,"target":37},{"source":35,"target":4},{"source":35,"target":38},{"source":37,"target":5},{"source":5,"target":0},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":19},{"source":38,"target":4},{"source":38,"target":40},{"source":38,"target":5},{"source":38,"target":35},{"source":40,"target":4},{"source":39,"target":3},{"source":39,"target":41},{"source":39,"target":5},{"source":41,"target":3},{"source":19,"target":1},{"source":19,"target":42},{"source":19,"target":5},{"source":19,"target":11},{"source":42,"target":1},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":23},{"source":43,"target":45},{"source":43,"target":7},{"source":44,"target":46},{"source":44,"target":7},{"source":23,"target":1},{"source":23,"target":47},{"source":23,"target":7},{"source":23,"target":14},{"source":47,"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="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2">
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TestIdentityAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Action" eSuperTypes="#//ExecutableNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="AddStructuralFeatureValueAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkObjectAction" eSuperTypes="#//CreateLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReclassifyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioralFeature" eSuperTypes="#//Namespace #//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="RaiseExceptionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Gate" eSuperTypes="#//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutableNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Usage" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptCallAction" eSuperTypes="#//AcceptEventAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement">
<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="StateMachine" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityPartition" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="EventOccurrence" eSuperTypes="#//InteractionFragment #//MessageEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StateInvariant" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Dependency" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Extend" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteLinkAction" eSuperTypes="#//LinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralizationSet" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BroadcastSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="SendObjectAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterSet" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Permission" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//Namespace #//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="SignalTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Profile" eSuperTypes="#//Package"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//BehavioralFeature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredActivityNode" eSuperTypes="#//Action #//Namespace"/>
<eClassifiers xsi:type="ecore:EClass" name="CallBehaviorAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="StartOwnedBehaviorAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="InitialNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CallTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="DecisionNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="CallOperationAction" eSuperTypes="#//CallAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Namespace #//Type #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadStructuralFeatureAction" eSuperTypes="#//StructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="ChangeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadLinkObjectEndQualifierAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InvocationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//Feature #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="MergeNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="WriteVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Vertex" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="CollaborationOccurrence" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Manifestation" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowFinalNode" eSuperTypes="#//FinalNode"/>
<eClassifiers xsi:type="ecore:EClass" name="AddVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="DeployedArtifact" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//ActivityNode #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InstanceSpecification" eSuperTypes="#//PackageableElement #//DeploymentTarget #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="Substitution" eSuperTypes="#//Realization"/>
<eClassifiers xsi:type="ecore:EClass" name="GeneralOrdering" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpansionRegion" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier #//DeployedArtifact"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadSelfAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveVariableValueAction" eSuperTypes="#//WriteVariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOperand" eSuperTypes="#//Namespace #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ForkNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplyFunctionAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Pseudostate" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Region" eSuperTypes="#//Namespace #//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationConstraint" eSuperTypes="#//IntervalConstraint"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionPointReference" eSuperTypes="#//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveFunction" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CallAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="JoinNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlNode" eSuperTypes="#//ActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolTransition" eSuperTypes="#//Transition"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="CreateObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="MessageEnd" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class #//DeploymentTarget"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentTarget" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/>
<eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalNode" eSuperTypes="#//ControlNode"/>
<eClassifiers xsi:type="ecore:EClass" name="State" eSuperTypes="#//Namespace #//RedefinableElement #//Vertex"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityEdge" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior #//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Reception" eSuperTypes="#//BehavioralFeature"/>
<eClassifiers xsi:type="ecore:EClass" name="PartDecomposition" eSuperTypes="#//InteractionOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="LinkAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="AcceptEventAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature #//ConnectableElement #//DeploymentTarget">
<eStructuralFeatures xsi:type="ecore:EReference" name="subsettedProperty" upperBound="-1"
eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Realization" eSuperTypes="#//Abstraction"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadIsClassifiedObjectAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ActivityNode" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//InstanceSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="InformationFlow" eSuperTypes="#//PackageableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Stop" eSuperTypes="#//EventOccurrence"/>
<eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/>
<eClassifiers xsi:type="ecore:EClass" name="AnyTrigger" eSuperTypes="#//MessageTrigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Message" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ReplyAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="SendSignalAction" eSuperTypes="#//InvocationAction"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationObservationAction" eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="DestroyLinkAction" eSuperTypes="#//WriteLinkAction"/>
<eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/>
<eClassifiers xsi:type="ecore:EClass" name="RedefinableTemplateSignature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Deployment" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="RemoveStructuralFeatureValueAction"
eSuperTypes="#//WriteStructuralFeatureAction"/>
<eClassifiers xsi:type="ecore:EClass" name="Feature" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/>
<eClassifiers xsi:type="ecore:EClass" name="ExtensionPoint" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Abstraction" eSuperTypes="#//Dependency"/>
<eClassifiers xsi:type="ecore:EClass" name="Continuation" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="#//ActivityEdge"/>
<eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionFragment" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FinalState" eSuperTypes="#//State"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearVariableAction" eSuperTypes="#//VariableAction"/>
<eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Connector" eSuperTypes="#//Feature"/>
<eClassifiers xsi:type="ecore:EClass" name="TimeTrigger" eSuperTypes="#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//ConnectableElement #//TypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//RedefinableElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/>
<eClassifiers xsi:type="ecore:EClass" name="ReadExtentAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="InteractionOccurrence" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="ClearAssociationAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/>
<eClassifiers xsi:type="ecore:EClass" name="IntervalConstraint" eSuperTypes="#//Constraint"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralFeatureAction" eSuperTypes="#//Action"/>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalNode" eSuperTypes="#//StructuredActivityNode"/>
<eClassifiers xsi:type="ecore:EClass" name="Lifeline" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CombinedFragment" eSuperTypes="#//InteractionFragment"/>
<eClassifiers xsi:type="ecore:EClass" name="Trigger" eSuperTypes="#//NamedElement"/>
</ecore:EPackage>
| github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsMARTEsubsetRequiresDifferentName.ecore | ecore | UML2
Model
LoopNode
ExpansionNode
TestIdentityAction
WriteStructuralFeatureAction
Action
ObjectFlow
ClearStructuralFeatureAction
AddStructuralFeatureValueAction
ActivityFinalNode
CreateLinkObjectAction
ReclassifyObjectAction
BehavioralFeature
Signal
LiteralUnlimitedNatural
TimeObservationAction
ReadVariableAction
RaiseExceptionAction
Gate
BehavioredClassifier
ExecutableNode
Usage
AcceptCallAction
Interval
NamedElement
name
StateMachine
InteractionConstraint
ActivityPartition
Parameter
ReadLinkObjectEndAction
LiteralBoolean
EventOccurrence
Activity
PrimitiveType
RedefinableElement
StateInvariant
Dependency
Extend
ReadLinkAction
WriteLinkAction
GeneralizationSet
BroadcastSignalAction
SendObjectAction
ParameterSet
Permission
Pin
ValuePin
Package
CreateLinkAction
SignalTrigger
Profile
Operation
StructuredActivityNode
CallBehaviorAction
StartOwnedBehaviorAction
Implementation
InitialNode
TypedElement
DestroyObjectAction
CallTrigger
OutputPin
Class
DecisionNode
OpaqueExpression
CallOperationAction
Interface
Classifier
InstanceValue
ReadStructuralFeatureAction
Type
Duration
ChangeTrigger
ReadLinkObjectEndQualifierAction
InvocationAction
CommunicationPath
StructuralFeature
DataStoreNode
ActivityParameterNode
MergeNode
WriteVariableAction
Vertex
TimeInterval
CollaborationOccurrence
Manifestation
TimeExpression
UseCase
Expression
FlowFinalNode
AddVariableValueAction
Constraint
Stereotype
DeployedArtifact
ParameterableClassifier
ObjectNode
VariableAction
InstanceSpecification
Substitution
GeneralOrdering
ExpansionRegion
Behavior
Extension
Artifact
ReadSelfAction
RemoveVariableValueAction
TimeConstraint
InteractionOperand
ForkNode
ApplyFunctionAction
Pseudostate
Region
ConnectableElement
DurationConstraint
Device
AssociationClass
ConnectionPointReference
Include
PrimitiveFunction
CallAction
JoinNode
InputPin
ControlNode
ProtocolTransition
MessageTrigger
CreateObjectAction
MessageEnd
Node
ExtensionEnd
DeploymentTarget
DeploymentSpecification
Actor
InformationItem
ExecutionEnvironment
FinalNode
State
ActivityEdge
LiteralNull
EncapsulatedClassifier
Interaction
Reception
PartDecomposition
LinkAction
AcceptEventAction
Property
subsettedProperty
LiteralInteger
Realization
LiteralString
DataType
ReadIsClassifiedObjectAction
PackageableElement
TemplateableClassifier
ActivityNode
EnumerationLiteral
InformationFlow
Stop
ProtocolStateMachine
AnyTrigger
Message
ReplyAction
SendSignalAction
DurationObservationAction
ExecutionOccurrence
DestroyLinkAction
LiteralSpecification
Enumeration
RedefinableTemplateSignature
Deployment
RemoveStructuralFeatureValueAction
Feature
Namespace
Association
Collaboration
ExtensionPoint
Abstraction
Continuation
ControlFlow
Port
StructuredClassifier
InteractionFragment
FinalState
ValueSpecification
ClearVariableAction
CentralBufferNode
Connector
TimeTrigger
Variable
Transition
Component
ReadExtentAction
InteractionOccurrence
ClearAssociationAction
DurationInterval
IntervalConstraint
StructuralFeatureAction
ConditionalNode
Lifeline
CombinedFragment
Trigger | null | {"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","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":"LoopNode","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestIdentityAction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteStructuralFeatureAction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Action","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectFlow","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearStructuralFeatureAction","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityFinalNode","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkObjectAction","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReclassifyObjectAction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioralFeature","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeObservationAction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadVariableAction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RaiseExceptionAction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gate","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutableNode","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Usage","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptCallAction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionConstraint","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityPartition","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndAction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventOccurrence","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableElement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateInvariant","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extend","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkAction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteLinkAction","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationSet","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BroadcastSignalAction","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendObjectAction","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterSet","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLinkAction","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SignalTrigger","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Profile","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredActivityNode","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallBehaviorAction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartOwnedBehaviorAction","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialNode","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallTrigger","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DecisionNode","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOperationAction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadStructuralFeatureAction","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeTrigger","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadLinkObjectEndQualifierAction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvocationAction","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNode","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WriteVariableAction","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Vertex","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollaborationOccurrence","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Manifestation","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowFinalNode","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddVariableValueAction","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeployedArtifact","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAction","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceSpecification","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralOrdering","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionRegion","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadSelfAction","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariableValueAction","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeConstraint","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOperand","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForkNode","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyFunctionAction","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pseudostate","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Region","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectableElement","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationConstraint","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionPointReference","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveFunction","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallAction","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinNode","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlNode","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolTransition","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageTrigger","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateObjectAction","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessageEnd","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentTarget","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalNode","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityEdge","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reception","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartDecomposition","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkAction","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AcceptEventAction","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Realization","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadIsClassifiedObjectAction","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityNode","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationFlow","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stop","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnyTrigger","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Message","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplyAction","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SendSignalAction","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationObservationAction","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionOccurrence","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyLinkAction","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RedefinableTemplateSignature","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deployment","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveStructuralFeatureValueAction","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionPoint","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abstraction","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Continuation","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionFragment","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalState","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearVariableAction","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeTrigger","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadExtentAction","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InteractionOccurrence","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClearAssociationAction","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntervalConstraint","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeatureAction","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalNode","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lifeline","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CombinedFragment","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Trigger","instanceClass":null,"abstract":false,"id":197,"interface":false,"eClass":"EClass"},{"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"},{"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":223,"derived":false},{"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"},{"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"},{"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"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"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"},{"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"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"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"},{"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"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"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"},{"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"},{"id":345,"eClass":"EGenericType"},{"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"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"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":"subsettedProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"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"},{"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"},{"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"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"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"},{"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"}],"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":1,"target":0},{"source":1,"target":48},{"source":1,"target":198},{"source":198,"target":48},{"source":2,"target":0},{"source":2,"target":53},{"source":2,"target":199},{"source":199,"target":53},{"source":3,"target":0},{"source":3,"target":94},{"source":3,"target":200},{"source":200,"target":94},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":201},{"source":201,"target":6},{"source":5,"target":0},{"source":5,"target":193},{"source":5,"target":202},{"source":202,"target":193},{"source":6,"target":0},{"source":6,"target":21},{"source":6,"target":203},{"source":203,"target":21},{"source":7,"target":0},{"source":7,"target":135},{"source":7,"target":204},{"source":204,"target":135},{"source":8,"target":0},{"source":8,"target":193},{"source":8,"target":205},{"source":205,"target":193},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":206},{"source":206,"target":5},{"source":10,"target":0},{"source":10,"target":133},{"source":10,"target":207},{"source":207,"target":133},{"source":11,"target":0},{"source":11,"target":49},{"source":11,"target":208},{"source":208,"target":49},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":209},{"source":209,"target":6},{"source":13,"target":0},{"source":13,"target":169},{"source":13,"target":168},{"source":13,"target":210},{"source":13,"target":211},{"source":210,"target":169},{"source":211,"target":168},{"source":14,"target":0},{"source":14,"target":67},{"source":14,"target":212},{"source":212,"target":67},{"source":15,"target":0},{"source":15,"target":163},{"source":15,"target":213},{"source":213,"target":163},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":214},{"source":214,"target":5},{"source":17,"target":0},{"source":17,"target":95},{"source":17,"target":215},{"source":215,"target":95},{"source":18,"target":0},{"source":18,"target":6},{"source":18,"target":216},{"source":216,"target":6},{"source":19,"target":0},{"source":19,"target":125},{"source":19,"target":217},{"source":217,"target":125},{"source":20,"target":0},{"source":20,"target":67},{"source":20,"target":218},{"source":218,"target":67},{"source":21,"target":0},{"source":21,"target":151},{"source":21,"target":219},{"source":219,"target":151},{"source":22,"target":0},{"source":22,"target":37},{"source":22,"target":220},{"source":220,"target":37},{"source":23,"target":0},{"source":23,"target":142},{"source":23,"target":221},{"source":221,"target":142},{"source":24,"target":0},{"source":24,"target":180},{"source":24,"target":222},{"source":222,"target":180},{"source":25,"target":0},{"source":25,"target":223},{"source":223,"target":224},{"source":223,"target":25},{"source":26,"target":0},{"source":26,"target":100},{"source":26,"target":225},{"source":225,"target":100},{"source":27,"target":0},{"source":27,"target":90},{"source":27,"target":226},{"source":226,"target":90},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":227},{"source":227,"target":25},{"source":29,"target":0},{"source":29,"target":111},{"source":29,"target":58},{"source":29,"target":228},{"source":29,"target":229},{"source":228,"target":111},{"source":229,"target":58},{"source":30,"target":0},{"source":30,"target":6},{"source":30,"target":230},{"source":230,"target":6},{"source":31,"target":0},{"source":31,"target":163},{"source":31,"target":231},{"source":231,"target":163},{"source":32,"target":0},{"source":32,"target":178},{"source":32,"target":125},{"source":32,"target":232},{"source":32,"target":233},{"source":232,"target":178},{"source":233,"target":125},{"source":33,"target":0},{"source":33,"target":100},{"source":33,"target":234},{"source":234,"target":100},{"source":34,"target":0},{"source":34,"target":147},{"source":34,"target":235},{"source":235,"target":147},{"source":35,"target":0},{"source":35,"target":25},{"source":35,"target":236},{"source":236,"target":25},{"source":36,"target":0},{"source":36,"target":178},{"source":36,"target":237},{"source":237,"target":178},{"source":37,"target":0},{"source":37,"target":149},{"source":37,"target":238},{"source":238,"target":149},{"source":38,"target":0},{"source":38,"target":25},{"source":38,"target":239},{"source":239,"target":25},{"source":39,"target":0},{"source":39,"target":141},{"source":39,"target":240},{"source":240,"target":141},{"source":40,"target":0},{"source":40,"target":141},{"source":40,"target":241},{"source":241,"target":141},{"source":41,"target":0},{"source":41,"target":149},{"source":41,"target":242},{"source":242,"target":149},{"source":42,"target":0},{"source":42,"target":74},{"source":42,"target":243},{"source":243,"target":74},{"source":43,"target":0},{"source":43,"target":74},{"source":43,"target":244},{"source":244,"target":74},{"source":44,"target":0},{"source":44,"target":25},{"source":44,"target":245},{"source":245,"target":25},{"source":45,"target":0},{"source":45,"target":37},{"source":45,"target":246},{"source":246,"target":37},{"source":46,"target":0},{"source":46,"target":94},{"source":46,"target":247},{"source":247,"target":94},{"source":47,"target":0},{"source":47,"target":120},{"source":47,"target":248},{"source":248,"target":120},{"source":48,"target":0},{"source":48,"target":169},{"source":48,"target":149},{"source":48,"target":249},{"source":48,"target":250},{"source":249,"target":169},{"source":250,"target":149},{"source":49,"target":0},{"source":49,"target":40},{"source":49,"target":251},{"source":251,"target":40},{"source":50,"target":0},{"source":50,"target":123},{"source":50,"target":252},{"source":252,"target":123},{"source":51,"target":0},{"source":51,"target":48},{"source":51,"target":253},{"source":253,"target":48},{"source":52,"target":0},{"source":52,"target":13},{"source":52,"target":58},{"source":52,"target":254},{"source":52,"target":255},{"source":254,"target":13},{"source":255,"target":58},{"source":53,"target":0},{"source":53,"target":6},{"source":53,"target":169},{"source":53,"target":256},{"source":53,"target":257},{"source":256,"target":6},{"source":257,"target":169},{"source":54,"target":0},{"source":54,"target":118},{"source":54,"target":258},{"source":258,"target":118},{"source":55,"target":0},{"source":55,"target":6},{"source":55,"target":259},{"source":259,"target":6},{"source":56,"target":0},{"source":56,"target":145},{"source":56,"target":260},{"source":260,"target":145},{"source":57,"target":0},{"source":57,"target":121},{"source":57,"target":261},{"source":261,"target":121},{"source":58,"target":0},{"source":58,"target":25},{"source":58,"target":262},{"source":262,"target":25},{"source":59,"target":0},{"source":59,"target":6},{"source":59,"target":263},{"source":263,"target":6},{"source":60,"target":0},{"source":60,"target":123},{"source":60,"target":264},{"source":264,"target":123},{"source":61,"target":0},{"source":61,"target":46},{"source":61,"target":265},{"source":265,"target":46},{"source":62,"target":0},{"source":62,"target":20},{"source":62,"target":137},{"source":62,"target":266},{"source":62,"target":267},{"source":266,"target":20},{"source":267,"target":137},{"source":63,"target":0},{"source":63,"target":121},{"source":63,"target":268},{"source":268,"target":121},{"source":64,"target":0},{"source":64,"target":180},{"source":64,"target":269},{"source":269,"target":180},{"source":65,"target":0},{"source":65,"target":118},{"source":65,"target":270},{"source":270,"target":118},{"source":66,"target":0},{"source":66,"target":67},{"source":66,"target":271},{"source":271,"target":67},{"source":67,"target":0},{"source":67,"target":169},{"source":67,"target":70},{"source":67,"target":35},{"source":67,"target":272},{"source":67,"target":273},{"source":67,"target":274},{"source":272,"target":169},{"source":273,"target":70},{"source":274,"target":35},{"source":68,"target":0},{"source":68,"target":180},{"source":68,"target":275},{"source":275,"target":180},{"source":69,"target":0},{"source":69,"target":193},{"source":69,"target":276},{"source":276,"target":193},{"source":70,"target":0},{"source":70,"target":149},{"source":70,"target":277},{"source":277,"target":149},{"source":71,"target":0},{"source":71,"target":180},{"source":71,"target":278},{"source":278,"target":180},{"source":72,"target":0},{"source":72,"target":197},{"source":72,"target":279},{"source":279,"target":197},{"source":73,"target":0},{"source":73,"target":6},{"source":73,"target":280},{"source":280,"target":6},{"source":74,"target":0},{"source":74,"target":6},{"source":74,"target":281},{"source":281,"target":6},{"source":75,"target":0},{"source":75,"target":170},{"source":75,"target":282},{"source":282,"target":170},{"source":76,"target":0},{"source":76,"target":168},{"source":76,"target":58},{"source":76,"target":283},{"source":76,"target":284},{"source":283,"target":168},{"source":284,"target":58},{"source":77,"target":0},{"source":77,"target":182},{"source":77,"target":285},{"source":285,"target":182},{"source":78,"target":0},{"source":78,"target":94},{"source":78,"target":286},{"source":286,"target":94},{"source":79,"target":0},{"source":79,"target":121},{"source":79,"target":287},{"source":287,"target":121},{"source":80,"target":0},{"source":80,"target":95},{"source":80,"target":288},{"source":288,"target":95},{"source":81,"target":0},{"source":81,"target":25},{"source":81,"target":289},{"source":289,"target":25},{"source":82,"target":0},{"source":82,"target":24},{"source":82,"target":290},{"source":290,"target":24},{"source":83,"target":0},{"source":83,"target":25},{"source":83,"target":291},{"source":291,"target":25},{"source":84,"target":0},{"source":84,"target":173},{"source":84,"target":292},{"source":292,"target":173},{"source":85,"target":0},{"source":85,"target":180},{"source":85,"target":293},{"source":293,"target":180},{"source":86,"target":0},{"source":86,"target":20},{"source":86,"target":294},{"source":294,"target":20},{"source":87,"target":0},{"source":87,"target":64},{"source":87,"target":295},{"source":295,"target":64},{"source":88,"target":0},{"source":88,"target":133},{"source":88,"target":296},{"source":296,"target":133},{"source":89,"target":0},{"source":89,"target":80},{"source":89,"target":297},{"source":297,"target":80},{"source":90,"target":0},{"source":90,"target":149},{"source":90,"target":298},{"source":298,"target":149},{"source":91,"target":0},{"source":91,"target":62},{"source":91,"target":299},{"source":299,"target":62},{"source":92,"target":0},{"source":92,"target":25},{"source":92,"target":300},{"source":300,"target":25},{"source":93,"target":0},{"source":93,"target":67},{"source":93,"target":301},{"source":301,"target":67},{"source":94,"target":0},{"source":94,"target":151},{"source":94,"target":58},{"source":94,"target":302},{"source":94,"target":303},{"source":302,"target":151},{"source":303,"target":58},{"source":95,"target":0},{"source":95,"target":6},{"source":95,"target":304},{"source":304,"target":6},{"source":96,"target":0},{"source":96,"target":149},{"source":96,"target":128},{"source":96,"target":92},{"source":96,"target":305},{"source":96,"target":306},{"source":96,"target":307},{"source":305,"target":149},{"source":306,"target":128},{"source":307,"target":92},{"source":97,"target":0},{"source":97,"target":145},{"source":97,"target":308},{"source":308,"target":145},{"source":98,"target":0},{"source":98,"target":25},{"source":98,"target":309},{"source":309,"target":25},{"source":99,"target":0},{"source":99,"target":53},{"source":99,"target":310},{"source":310,"target":53},{"source":100,"target":0},{"source":100,"target":62},{"source":100,"target":311},{"source":311,"target":62},{"source":101,"target":0},{"source":101,"target":170},{"source":101,"target":312},{"source":312,"target":170},{"source":102,"target":0},{"source":102,"target":67},{"source":102,"target":92},{"source":102,"target":313},{"source":102,"target":314},{"source":313,"target":67},{"source":314,"target":92},{"source":103,"target":0},{"source":103,"target":6},{"source":103,"target":315},{"source":315,"target":6},{"source":104,"target":0},{"source":104,"target":80},{"source":104,"target":316},{"source":316,"target":80},{"source":105,"target":0},{"source":105,"target":192},{"source":105,"target":317},{"source":317,"target":192},{"source":106,"target":0},{"source":106,"target":169},{"source":106,"target":178},{"source":106,"target":318},{"source":106,"target":319},{"source":318,"target":169},{"source":319,"target":178},{"source":107,"target":0},{"source":107,"target":121},{"source":107,"target":320},{"source":320,"target":121},{"source":108,"target":0},{"source":108,"target":6},{"source":108,"target":321},{"source":321,"target":6},{"source":109,"target":0},{"source":109,"target":81},{"source":109,"target":322},{"source":322,"target":81},{"source":110,"target":0},{"source":110,"target":169},{"source":110,"target":35},{"source":110,"target":323},{"source":110,"target":324},{"source":323,"target":169},{"source":324,"target":35},{"source":111,"target":0},{"source":111,"target":25},{"source":111,"target":325},{"source":325,"target":25},{"source":112,"target":0},{"source":112,"target":192},{"source":112,"target":326},{"source":326,"target":192},{"source":113,"target":0},{"source":113,"target":126},{"source":113,"target":327},{"source":327,"target":126},{"source":114,"target":0},{"source":114,"target":62},{"source":114,"target":170},{"source":114,"target":328},{"source":114,"target":329},{"source":328,"target":62},{"source":329,"target":170},{"source":115,"target":0},{"source":115,"target":81},{"source":115,"target":330},{"source":330,"target":81},{"source":116,"target":0},{"source":116,"target":25},{"source":116,"target":331},{"source":331,"target":25},{"source":117,"target":0},{"source":117,"target":149},{"source":117,"target":332},{"source":332,"target":149},{"source":118,"target":0},{"source":118,"target":74},{"source":118,"target":333},{"source":333,"target":74},{"source":119,"target":0},{"source":119,"target":121},{"source":119,"target":334},{"source":334,"target":121},{"source":120,"target":0},{"source":120,"target":46},{"source":120,"target":335},{"source":335,"target":46},{"source":121,"target":0},{"source":121,"target":151},{"source":121,"target":336},{"source":336,"target":151},{"source":122,"target":0},{"source":122,"target":186},{"source":122,"target":337},{"source":337,"target":186},{"source":123,"target":0},{"source":123,"target":197},{"source":123,"target":338},{"source":338,"target":197},{"source":124,"target":0},{"source":124,"target":6},{"source":124,"target":339},{"source":339,"target":6},{"source":125,"target":0},{"source":125,"target":25},{"source":125,"target":340},{"source":340,"target":25},{"source":126,"target":0},{"source":126,"target":62},{"source":126,"target":128},{"source":126,"target":341},{"source":126,"target":342},{"source":341,"target":62},{"source":342,"target":128},{"source":127,"target":0},{"source":127,"target":143},{"source":127,"target":343},{"source":343,"target":143},{"source":128,"target":0},{"source":128,"target":25},{"source":128,"target":344},{"source":344,"target":25},{"source":129,"target":0},{"source":129,"target":102},{"source":129,"target":345},{"source":345,"target":102},{"source":130,"target":0},{"source":130,"target":67},{"source":130,"target":346},{"source":346,"target":67},{"source":131,"target":0},{"source":131,"target":67},{"source":131,"target":347},{"source":347,"target":67},{"source":132,"target":0},{"source":132,"target":126},{"source":132,"target":348},{"source":348,"target":126},{"source":133,"target":0},{"source":133,"target":121},{"source":133,"target":349},{"source":349,"target":121},{"source":134,"target":0},{"source":134,"target":169},{"source":134,"target":35},{"source":134,"target":81},{"source":134,"target":350},{"source":134,"target":351},{"source":134,"target":352},{"source":350,"target":169},{"source":351,"target":35},{"source":352,"target":81},{"source":135,"target":0},{"source":135,"target":35},{"source":135,"target":353},{"source":353,"target":35},{"source":136,"target":0},{"source":136,"target":163},{"source":136,"target":354},{"source":354,"target":163},{"source":137,"target":0},{"source":137,"target":177},{"source":137,"target":355},{"source":355,"target":177},{"source":138,"target":0},{"source":138,"target":100},{"source":138,"target":178},{"source":138,"target":356},{"source":138,"target":357},{"source":356,"target":100},{"source":357,"target":178},{"source":139,"target":0},{"source":139,"target":13},{"source":139,"target":358},{"source":358,"target":13},{"source":140,"target":0},{"source":140,"target":189},{"source":140,"target":359},{"source":359,"target":189},{"source":141,"target":0},{"source":141,"target":6},{"source":141,"target":360},{"source":360,"target":6},{"source":142,"target":0},{"source":142,"target":6},{"source":142,"target":361},{"source":361,"target":6},{"source":143,"target":0},{"source":143,"target":76},{"source":143,"target":111},{"source":143,"target":128},{"source":143,"target":362},{"source":143,"target":363},{"source":143,"target":364},{"source":143,"target":365},{"source":362,"target":143},{"source":362,"target":366},{"source":362,"target":143},{"source":366,"target":143},{"source":363,"target":76},{"source":364,"target":111},{"source":365,"target":128},{"source":144,"target":0},{"source":144,"target":163},{"source":144,"target":367},{"source":367,"target":163},{"source":145,"target":0},{"source":145,"target":173},{"source":145,"target":368},{"source":368,"target":173},{"source":146,"target":0},{"source":146,"target":163},{"source":146,"target":369},{"source":369,"target":163},{"source":147,"target":0},{"source":147,"target":67},{"source":147,"target":370},{"source":370,"target":67},{"source":148,"target":0},{"source":148,"target":6},{"source":148,"target":371},{"source":371,"target":6},{"source":149,"target":0},{"source":149,"target":25},{"source":149,"target":372},{"source":372,"target":25},{"source":150,"target":0},{"source":150,"target":67},{"source":150,"target":373},{"source":373,"target":67},{"source":151,"target":0},{"source":151,"target":35},{"source":151,"target":374},{"source":374,"target":35},{"source":152,"target":0},{"source":152,"target":96},{"source":152,"target":375},{"source":375,"target":96},{"source":153,"target":0},{"source":153,"target":149},{"source":153,"target":376},{"source":376,"target":149},{"source":154,"target":0},{"source":154,"target":32},{"source":154,"target":377},{"source":377,"target":32},{"source":155,"target":0},{"source":155,"target":26},{"source":155,"target":378},{"source":378,"target":26},{"source":156,"target":0},{"source":156,"target":123},{"source":156,"target":379},{"source":379,"target":123},{"source":157,"target":0},{"source":157,"target":25},{"source":157,"target":380},{"source":380,"target":25},{"source":158,"target":0},{"source":158,"target":6},{"source":158,"target":381},{"source":381,"target":6},{"source":159,"target":0},{"source":159,"target":74},{"source":159,"target":382},{"source":382,"target":74},{"source":160,"target":0},{"source":160,"target":5},{"source":160,"target":383},{"source":383,"target":5},{"source":161,"target":0},{"source":161,"target":178},{"source":161,"target":384},{"source":384,"target":178},{"source":162,"target":0},{"source":162,"target":40},{"source":162,"target":385},{"source":385,"target":40},{"source":163,"target":0},{"source":163,"target":180},{"source":163,"target":386},{"source":386,"target":180},{"source":164,"target":0},{"source":164,"target":147},{"source":164,"target":387},{"source":387,"target":147},{"source":165,"target":0},{"source":165,"target":35},{"source":165,"target":388},{"source":388,"target":35},{"source":166,"target":0},{"source":166,"target":37},{"source":166,"target":389},{"source":389,"target":37},{"source":167,"target":0},{"source":167,"target":5},{"source":167,"target":390},{"source":390,"target":5},{"source":168,"target":0},{"source":168,"target":35},{"source":168,"target":391},{"source":391,"target":35},{"source":169,"target":0},{"source":169,"target":25},{"source":169,"target":392},{"source":392,"target":25},{"source":170,"target":0},{"source":170,"target":67},{"source":170,"target":393},{"source":393,"target":67},{"source":171,"target":0},{"source":171,"target":20},{"source":171,"target":177},{"source":171,"target":394},{"source":171,"target":395},{"source":394,"target":20},{"source":395,"target":177},{"source":172,"target":0},{"source":172,"target":35},{"source":172,"target":396},{"source":396,"target":35},{"source":173,"target":0},{"source":173,"target":37},{"source":173,"target":397},{"source":397,"target":37},{"source":174,"target":0},{"source":174,"target":178},{"source":174,"target":398},{"source":398,"target":178},{"source":175,"target":0},{"source":175,"target":135},{"source":175,"target":399},{"source":399,"target":135},{"source":176,"target":0},{"source":176,"target":143},{"source":176,"target":400},{"source":400,"target":143},{"source":177,"target":0},{"source":177,"target":67},{"source":177,"target":401},{"source":401,"target":67},{"source":178,"target":0},{"source":178,"target":25},{"source":178,"target":402},{"source":402,"target":25},{"source":179,"target":0},{"source":179,"target":134},{"source":179,"target":403},{"source":403,"target":134},{"source":180,"target":0},{"source":180,"target":58},{"source":180,"target":404},{"source":404,"target":58},{"source":181,"target":0},{"source":181,"target":95},{"source":181,"target":405},{"source":405,"target":95},{"source":182,"target":0},{"source":182,"target":94},{"source":182,"target":406},{"source":406,"target":94},{"source":183,"target":0},{"source":183,"target":168},{"source":183,"target":407},{"source":407,"target":168},{"source":184,"target":0},{"source":184,"target":197},{"source":184,"target":408},{"source":408,"target":197},{"source":185,"target":0},{"source":185,"target":111},{"source":185,"target":58},{"source":185,"target":409},{"source":185,"target":410},{"source":409,"target":111},{"source":410,"target":58},{"source":186,"target":0},{"source":186,"target":35},{"source":186,"target":411},{"source":411,"target":35},{"source":187,"target":0},{"source":187,"target":62},{"source":187,"target":412},{"source":412,"target":62},{"source":188,"target":0},{"source":188,"target":6},{"source":188,"target":413},{"source":413,"target":6},{"source":189,"target":0},{"source":189,"target":178},{"source":189,"target":414},{"source":414,"target":178},{"source":190,"target":0},{"source":190,"target":6},{"source":190,"target":415},{"source":415,"target":6},{"source":191,"target":0},{"source":191,"target":24},{"source":191,"target":416},{"source":416,"target":24},{"source":192,"target":0},{"source":192,"target":90},{"source":192,"target":417},{"source":417,"target":90},{"source":193,"target":0},{"source":193,"target":6},{"source":193,"target":418},{"source":418,"target":6},{"source":194,"target":0},{"source":194,"target":53},{"source":194,"target":419},{"source":419,"target":53},{"source":195,"target":0},{"source":195,"target":25},{"source":195,"target":420},{"source":420,"target":25},{"source":196,"target":0},{"source":196,"target":178},{"source":196,"target":421},{"source":421,"target":178},{"source":197,"target":0},{"source":197,"target":25},{"source":197,"target":422},{"source":422,"target":25}],"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="discussions" nsURI="ubc" nsPrefix="ubc">
<eClassifiers xsi:type="ecore:EClass" name="Discussion">
<eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="toARFF" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getAllUtterances" upperBound="-1" eType="#//Utterance"/>
<eOperations name="getAllDesignPoints" upperBound="-1" eType="#//DesignPoint"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participants" upperBound="-1"
eType="#//Participant" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1"
eType="#//Comment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="TITLE NOT SET"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="invitedUsernames" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Participant">
<eOperations name="toString" 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"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="member" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment">
<eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="author" lowerBound="1"
eType="#//Participant"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rawContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="next" eType="#//Comment"
eOpposite="#//Comment/previous"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="previous" eType="#//Comment"
eOpposite="#//Comment/next"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="utterances" upperBound="-1"
eType="#//Utterance" eOpposite="#//Utterance/comment"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DesignPoint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" lowerBound="1" upperBound="2"
eType="#//Role"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="form" lowerBound="1" eType="#//Form"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sentiment" lowerBound="1"
eType="#//Sentiment"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="summary" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="utteranceDescription" lowerBound="1"
eType="#//UtteranceDescription" eOpposite="#//UtteranceDescription/designPoints"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relationship" lowerBound="1"
upperBound="-1" eType="#//Relationship" eOpposite="#//Relationship/designpoint"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="postedBeforeCommits" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Role">
<eLiterals name="original"/>
<eLiterals name="core" value="1"/>
<eLiterals name="other" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Form">
<eLiterals name="openQuestion"/>
<eLiterals name="candidateEnumeration" value="1"/>
<eLiterals name="solution" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Sentiment">
<eLiterals name="neutral"/>
<eLiterals name="positive" value="1"/>
<eLiterals name="negative" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RelationshipType">
<eLiterals name="new"/>
<eLiterals name="elaborates" value="1"/>
<eLiterals name="generalizes" value="2"/>
<eLiterals name="reframes" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Utterance">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comment" lowerBound="1"
eType="#//Comment" eOpposite="#//Comment/utterances"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="description" lowerBound="1"
eType="#//UtteranceDescription" eOpposite="#//UtteranceDescription/utterance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UtteranceDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="utterance" lowerBound="1"
eType="#//Utterance" eOpposite="#//Utterance/description"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tfidfVector" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="authorIsProjectMember"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfWords" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsSoFar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allUtterancesSoFar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="utterancesInCommentSoFar"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="utteredByOriginalPoster"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="hasCapitalizedWord" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="containsShould" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="topicVector" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="designPoints" upperBound="-1"
eType="#//DesignPoint" eOpposite="#//DesignPoint/utteranceDescription"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" unique="false"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false"
unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="authorInvited" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//RelationshipType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="designpoint" lowerBound="1"
eType="#//DesignPoint" eOpposite="#//DesignPoint/relationship"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//DesignPoint"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/adailland/dpcomment/model/Discussion.ecore | ecore | discussions
Discussion
toString
toARFF
getAllUtterances
getAllDesignPoints
participants
comments
title
TITLE NOT SET
invitedUsernames
Participant
toString
name
member
false
Comment
toString
author
rawContent
next
previous
id
utterances
DesignPoint
role
form
sentiment
summary
id
utteranceDescription
relationship
postedBeforeCommits
true
Role
original
original
core
core
other
other
Form
openQuestion
openQuestion
candidateEnumeration
candidateEnumeration
solution
solution
Sentiment
neutral
neutral
positive
positive
negative
negative
RelationshipType
new
new
elaborates
elaborates
generalizes
generalizes
reframes
reframes
Utterance
content
comment
description
UtteranceDescription
utterance
tfidfVector
authorIsProjectMember
numberOfWords
commentsSoFar
allUtterancesSoFar
utterancesInCommentSoFar
utteredByOriginalPoster
hasCapitalizedWord
containsShould
false
topicVector
designPoints
name
content
authorInvited
false
Relationship
type
designpoint
target | null | {"directed":true,"nodes":[{"nsPrefix":"ubc","nsURI":"ubc","name":"discussions","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Discussion","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Participant","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DesignPoint","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Role","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Form","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Sentiment","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationshipType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Utterance","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UtteranceDescription","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":12,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"toARFF","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllUtterances","lowerBound":0,"id":14,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAllDesignPoints","lowerBound":0,"id":15,"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":"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":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"TITLE NOT SET","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"TITLE NOT SET","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":18,"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":"invitedUsernames","changeable":true,"lowerBound":0,"iD":true,"id":19,"derived":false},{"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"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":28,"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":true,"id":29,"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":"member","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":34,"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":"author","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"rawContent","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":"next","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":"previous","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"id","changeable":true,"lowerBound":0,"iD":true,"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":"utterances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"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"},{"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":"comment","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"form","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sentiment","changeable":true,"lowerBound":1,"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":"summary","changeable":true,"lowerBound":0,"iD":false,"id":52,"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":53,"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":"utteranceDescription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"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":"relationship","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"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":"postedBeforeCommits","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"},{"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":"designPoints","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"designpoint","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"name":"original","id":67,"value":0,"literal":"original","eClass":"EEnumLiteral"},{"name":"core","id":68,"value":1,"literal":"core","eClass":"EEnumLiteral"},{"name":"other","id":69,"value":3,"literal":"other","eClass":"EEnumLiteral"},{"name":"openQuestion","id":70,"value":0,"literal":"openQuestion","eClass":"EEnumLiteral"},{"name":"candidateEnumeration","id":71,"value":1,"literal":"candidateEnumeration","eClass":"EEnumLiteral"},{"name":"solution","id":72,"value":2,"literal":"solution","eClass":"EEnumLiteral"},{"name":"neutral","id":73,"value":0,"literal":"neutral","eClass":"EEnumLiteral"},{"name":"positive","id":74,"value":1,"literal":"positive","eClass":"EEnumLiteral"},{"name":"negative","id":75,"value":2,"literal":"negative","eClass":"EEnumLiteral"},{"name":"new","id":76,"value":0,"literal":"new","eClass":"EEnumLiteral"},{"name":"elaborates","id":77,"value":1,"literal":"elaborates","eClass":"EEnumLiteral"},{"name":"generalizes","id":78,"value":2,"literal":"generalizes","eClass":"EEnumLiteral"},{"name":"reframes","id":79,"value":3,"literal":"reframes","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":"content","changeable":true,"lowerBound":0,"iD":true,"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":"description","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"utterance","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"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":"tfidfVector","changeable":true,"lowerBound":0,"iD":false,"id":86,"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":"authorIsProjectMember","changeable":true,"lowerBound":0,"iD":false,"id":87,"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":"numberOfWords","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":"commentsSoFar","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":"allUtterancesSoFar","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":"utterancesInCommentSoFar","changeable":true,"lowerBound":0,"iD":false,"id":91,"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":"utteredByOriginalPoster","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":"hasCapitalizedWord","changeable":true,"lowerBound":0,"iD":false,"id":93,"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":"containsShould","changeable":true,"lowerBound":0,"iD":false,"id":94,"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":"topicVector","changeable":true,"lowerBound":0,"iD":false,"id":95,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":96,"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":"content","changeable":true,"lowerBound":0,"iD":false,"id":97,"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":"authorInvited","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"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"},{"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":114,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"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":1,"target":0},{"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":12,"target":20},{"source":12,"target":1},{"source":13,"target":21},{"source":13,"target":1},{"source":14,"target":9},{"source":14,"target":22},{"source":14,"target":1},{"source":22,"target":9},{"source":15,"target":4},{"source":15,"target":23},{"source":15,"target":1},{"source":23,"target":4},{"source":16,"target":2},{"source":16,"target":24},{"source":16,"target":1},{"source":24,"target":2},{"source":17,"target":3},{"source":17,"target":25},{"source":17,"target":1},{"source":25,"target":3},{"source":18,"target":26},{"source":18,"target":1},{"source":19,"target":27},{"source":19,"target":1},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":28,"target":31},{"source":28,"target":2},{"source":29,"target":32},{"source":29,"target":2},{"source":30,"target":33},{"source":30,"target":2},{"source":3,"target":0},{"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":3,"target":40},{"source":34,"target":41},{"source":34,"target":3},{"source":35,"target":2},{"source":35,"target":42},{"source":35,"target":3},{"source":42,"target":2},{"source":36,"target":43},{"source":36,"target":3},{"source":37,"target":3},{"source":37,"target":44},{"source":37,"target":3},{"source":37,"target":38},{"source":44,"target":3},{"source":38,"target":3},{"source":38,"target":45},{"source":38,"target":3},{"source":38,"target":37},{"source":45,"target":3},{"source":39,"target":46},{"source":39,"target":3},{"source":40,"target":9},{"source":40,"target":47},{"source":40,"target":3},{"source":40,"target":48},{"source":47,"target":9},{"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":4,"target":55},{"source":4,"target":56},{"source":49,"target":5},{"source":49,"target":57},{"source":49,"target":4},{"source":57,"target":5},{"source":50,"target":6},{"source":50,"target":58},{"source":50,"target":4},{"source":58,"target":6},{"source":51,"target":7},{"source":51,"target":59},{"source":51,"target":4},{"source":59,"target":7},{"source":52,"target":60},{"source":52,"target":4},{"source":53,"target":61},{"source":53,"target":4},{"source":54,"target":10},{"source":54,"target":62},{"source":54,"target":4},{"source":54,"target":63},{"source":62,"target":10},{"source":55,"target":11},{"source":55,"target":64},{"source":55,"target":4},{"source":55,"target":65},{"source":64,"target":11},{"source":56,"target":66},{"source":56,"target":4},{"source":5,"target":0},{"source":5,"target":67},{"source":5,"target":68},{"source":5,"target":69},{"source":67,"target":5},{"source":68,"target":5},{"source":69,"target":5},{"source":6,"target":0},{"source":6,"target":70},{"source":6,"target":71},{"source":6,"target":72},{"source":70,"target":6},{"source":71,"target":6},{"source":72,"target":6},{"source":7,"target":0},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":73,"target":7},{"source":74,"target":7},{"source":75,"target":7},{"source":8,"target":0},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":76,"target":8},{"source":77,"target":8},{"source":78,"target":8},{"source":79,"target":8},{"source":9,"target":0},{"source":9,"target":80},{"source":9,"target":48},{"source":9,"target":81},{"source":80,"target":82},{"source":80,"target":9},{"source":48,"target":3},{"source":48,"target":83},{"source":48,"target":9},{"source":48,"target":40},{"source":83,"target":3},{"source":81,"target":10},{"source":81,"target":84},{"source":81,"target":9},{"source":81,"target":85},{"source":84,"target":10},{"source":10,"target":0},{"source":10,"target":85},{"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":10,"target":93},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":63},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":85,"target":9},{"source":85,"target":99},{"source":85,"target":10},{"source":85,"target":81},{"source":99,"target":9},{"source":86,"target":100},{"source":86,"target":10},{"source":87,"target":101},{"source":87,"target":10},{"source":88,"target":102},{"source":88,"target":10},{"source":89,"target":103},{"source":89,"target":10},{"source":90,"target":104},{"source":90,"target":10},{"source":91,"target":105},{"source":91,"target":10},{"source":92,"target":106},{"source":92,"target":10},{"source":93,"target":107},{"source":93,"target":10},{"source":94,"target":108},{"source":94,"target":10},{"source":95,"target":109},{"source":95,"target":10},{"source":63,"target":4},{"source":63,"target":110},{"source":63,"target":10},{"source":63,"target":54},{"source":110,"target":4},{"source":96,"target":111},{"source":96,"target":10},{"source":97,"target":112},{"source":97,"target":10},{"source":98,"target":113},{"source":98,"target":10},{"source":11,"target":0},{"source":11,"target":114},{"source":11,"target":65},{"source":11,"target":115},{"source":114,"target":8},{"source":114,"target":116},{"source":114,"target":11},{"source":116,"target":8},{"source":65,"target":4},{"source":65,"target":117},{"source":65,"target":11},{"source":65,"target":55},{"source":117,"target":4},{"source":115,"target":4},{"source":115,"target":118},{"source":115,"target":11},{"source":118,"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="petriNet" nsURI="http://petrinet/1.0" nsPrefix="petriNet">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PetriNet" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#//Element" containment="true" eOpposite="#//Element/net"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arcs" ordered="false" upperBound="-1"
eType="#//Arc" containment="true" eOpposite="#//Arc/net"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1"
eType="#//PetriNet" eOpposite="#//PetriNet/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingArc" ordered="false"
upperBound="-1" eType="#//TransitionToPlace" eOpposite="#//TransitionToPlace/to"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingArc" ordered="false"
upperBound="-1" eType="#//PlaceToTransition" eOpposite="#//PlaceToTransition/from"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingArc" ordered="false"
lowerBound="1" upperBound="-1" eType="#//PlaceToTransition" eOpposite="#//PlaceToTransition/to"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingArc" ordered="false"
lowerBound="1" upperBound="-1" eType="#//TransitionToPlace" eOpposite="#//TransitionToPlace/from"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Arc" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false"
lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="false" lowerBound="1"
eType="#//PetriNet" eOpposite="#//PetriNet/arcs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlaceToTransition" eSuperTypes="#//Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1"
eType="#//Place" eOpposite="#//Place/outgoingArc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1"
eType="#//Transition" eOpposite="#//Transition/incomingArc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionToPlace" eSuperTypes="#//Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1"
eType="#//Transition" eOpposite="#//Transition/outgoingArc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1"
eType="#//Place" eOpposite="#//Place/incomingArc"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/javitroya/test-case-gen-mutation-analysis/Mutation_Analysis/analysis_Grafcet2PetriNet/PetriNet.ecore | ecore | petriNet
LocatedElement
location
NamedElement
name
PetriNet
elements
arcs
Element
net
Place
incomingArc
outgoingArc
Transition
incomingArc
outgoingArc
Arc
weight
net
PlaceToTransition
from
to
TransitionToPlace
from
to | null | {"directed":true,"nodes":[{"nsPrefix":"petriNet","nsURI":"http://petrinet/1.0","name":"petriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceToTransition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionToPlace","instanceClass":null,"abstract":false,"id":9,"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":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"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":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"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":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"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":"incomingArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"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":"outgoingArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"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":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"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":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"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":"incomingArc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"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":"outgoingArc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"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":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"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":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"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":"weight","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"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"}],"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":10,"target":11},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":12},{"source":2,"target":13},{"source":12,"target":14},{"source":12,"target":2},{"source":13,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":15,"target":4},{"source":15,"target":18},{"source":15,"target":3},{"source":15,"target":19},{"source":18,"target":4},{"source":16,"target":7},{"source":16,"target":20},{"source":16,"target":3},{"source":16,"target":21},{"source":20,"target":7},{"source":17,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":19},{"source":4,"target":22},{"source":19,"target":3},{"source":19,"target":23},{"source":19,"target":4},{"source":19,"target":15},{"source":23,"target":3},{"source":22,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":24,"target":9},{"source":24,"target":27},{"source":24,"target":5},{"source":24,"target":28},{"source":27,"target":9},{"source":25,"target":8},{"source":25,"target":29},{"source":25,"target":5},{"source":25,"target":30},{"source":29,"target":8},{"source":26,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":31,"target":8},{"source":31,"target":34},{"source":31,"target":6},{"source":31,"target":35},{"source":34,"target":8},{"source":32,"target":9},{"source":32,"target":36},{"source":32,"target":6},{"source":32,"target":37},{"source":36,"target":9},{"source":33,"target":4},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":38},{"source":7,"target":21},{"source":7,"target":39},{"source":38,"target":40},{"source":38,"target":7},{"source":21,"target":3},{"source":21,"target":41},{"source":21,"target":7},{"source":21,"target":16},{"source":41,"target":3},{"source":39,"target":2},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":30},{"source":8,"target":35},{"source":8,"target":42},{"source":30,"target":5},{"source":30,"target":43},{"source":30,"target":8},{"source":30,"target":25},{"source":43,"target":5},{"source":35,"target":6},{"source":35,"target":44},{"source":35,"target":8},{"source":35,"target":31},{"source":44,"target":6},{"source":42,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":37},{"source":9,"target":28},{"source":9,"target":45},{"source":37,"target":6},{"source":37,"target":46},{"source":37,"target":9},{"source":37,"target":32},{"source":46,"target":6},{"source":28,"target":5},{"source":28,"target":47},{"source":28,"target":9},{"source":28,"target":24},{"source":47,"target":5},{"source":45,"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="configuration" nsURI="http://eclipse.org/SCADA/DA/Proxy/Configuration"
nsPrefix="configuration">
<eClassifiers xsi:type="ecore:EClass" name="ConnectionType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ConnectionType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="folder" eType="#//FolderType"
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:EAttribute" name="className" 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="className"/>
</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"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" 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="prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" 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="uri"/>
</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="root" upperBound="-2" eType="#//RootType"
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="root"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FolderType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="FolderType"/>
<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:EAttribute" name="location" 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="location"/>
<details key="namespace" value="##targetNamespace"/>
<details key="group" value="#group:0"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProxyType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="ProxyType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="connection" lowerBound="1"
upperBound="-1" eType="#//ConnectionType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="connection"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" 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="prefix"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="wait" 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="wait"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RootType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="RootType"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="proxy" lowerBound="1" upperBound="-1"
eType="#//ProxyType" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="proxy"/>
<details key="namespace" value="##targetNamespace"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="separator" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"
defaultValueLiteral="." unsettable="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="attribute"/>
<details key="name" value="separator"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/GabrielNicolasAvellaneda/org.eclipse.scada.core/org.eclipse.scada.da.server.proxy/model/configuration.ecore | ecore | configuration
ConnectionType
folder
className
id
prefix
uri
DocumentRoot
mixed
xMLNSPrefixMap
xSISchemaLocation
root
FolderType
group
location
ProxyType
connection
prefix
wait
0
RootType
proxy
separator
. | null | {"directed":true,"nodes":[{"nsPrefix":"configuration","nsURI":"http://eclipse.org/SCADA/DA/Proxy/Configuration","name":"configuration","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionType","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,"defaultValue":null,"instanceClassName":null,"name":"FolderType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProxyType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RootType","instanceClass":null,"abstract":false,"id":5,"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":"folder","changeable":true,"resolveProxies":false,"lowerBound":0,"id":6,"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":"className","changeable":true,"lowerBound":1,"iD":false,"id":7,"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":8,"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":"prefix","changeable":true,"lowerBound":1,"iD":false,"id":9,"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":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"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":"root","changeable":true,"resolveProxies":false,"lowerBound":0,"id":19,"derived":true},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"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":24,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":true},{"id":26,"eClass":"EGenericType"},{"id":27,"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":"connection","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"prefix","changeable":true,"lowerBound":1,"iD":false,"id":29,"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":"wait","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"proxy","changeable":true,"resolveProxies":false,"lowerBound":1,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":".","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":".","unsettable":true,"transient":false,"unique":true,"name":"separator","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":6,"target":3},{"source":6,"target":11},{"source":6,"target":1},{"source":11,"target":3},{"source":7,"target":12},{"source":7,"target":1},{"source":8,"target":13},{"source":8,"target":1},{"source":9,"target":14},{"source":9,"target":1},{"source":10,"target":15},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":21},{"source":17,"target":2},{"source":18,"target":22},{"source":18,"target":2},{"source":19,"target":5},{"source":19,"target":23},{"source":19,"target":2},{"source":23,"target":5},{"source":3,"target":0},{"source":3,"target":24},{"source":3,"target":25},{"source":24,"target":26},{"source":24,"target":3},{"source":25,"target":27},{"source":25,"target":3},{"source":4,"target":0},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":28,"target":1},{"source":28,"target":31},{"source":28,"target":4},{"source":31,"target":1},{"source":29,"target":32},{"source":29,"target":4},{"source":30,"target":33},{"source":30,"target":4},{"source":5,"target":0},{"source":5,"target":34},{"source":5,"target":35},{"source":34,"target":4},{"source":34,"target":36},{"source":34,"target":5},{"source":36,"target":4},{"source":35,"target":37},{"source":35,"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="model" nsURI="http://www.archimatetool.com/archimate" nsPrefix="archimate">
<eClassifiers xsi:type="ecore:EDataType" name="File" instanceClassName="java.io.File"
serializable="false"/>
<eClassifiers xsi:type="ecore:EClass" name="Adapter" abstract="true" interface="true">
<eOperations name="getAdapter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eParameters name="adapter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="setAdapter">
<eParameters name="adapter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eParameters name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Identifier" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Properties" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="property"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Feature">
<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="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Features" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1"
eType="#//Feature" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="feature"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Metadata">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//Property" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="entry"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Nameable" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextContent" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Documentable" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cloneable" abstract="true" interface="true">
<eOperations name="getCopy" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FolderType">
<eLiterals name="user"/>
<eLiterals name="strategy" value="1" literal="strategy"/>
<eLiterals name="business" value="2"/>
<eLiterals name="application" value="3"/>
<eLiterals name="technology" value="4"/>
<eLiterals name="relations" value="5"/>
<eLiterals name="other" value="6" literal="other"/>
<eLiterals name="diagrams" value="7"/>
<eLiterals name="motivation" value="8" literal="motivation"/>
<eLiterals name="implementation_migration" value="9" literal="implementation_migration"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FolderContainer" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="folders" upperBound="-1"
eType="#//Folder" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="folder"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Folder" eSuperTypes="#//ArchimateModelObject #//FolderContainer #//Documentable #//Properties">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="element"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//FolderType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateModelObject" abstract="true"
interface="true" eSuperTypes="#//Adapter #//Nameable #//Identifier #//Features">
<eOperations name="getArchimateModel" eType="#//ArchimateModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateConcept" abstract="true" eSuperTypes="#//ArchimateModelObject #//Cloneable #//Documentable #//Properties"/>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateElement" abstract="true" eSuperTypes="#//ArchimateConcept"/>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateRelationship" abstract="true"
eSuperTypes="#//ArchimateConcept">
<eOperations name="connect">
<eParameters name="source" eType="#//ArchimateConcept"/>
<eParameters name="target" eType="#//ArchimateConcept"/>
</eOperations>
<eOperations name="reconnect"/>
<eOperations name="disconnect"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//ArchimateConcept"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//ArchimateConcept"
resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StrategyElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationElement" abstract="true"
interface="true" eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyObject" abstract="true" interface="true"
eSuperTypes="#//TechnologyElement #//PassiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PhysicalElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="MotivationElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ImplementationMigrationElement" abstract="true"
interface="true" eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CompositeElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BehaviorElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StrategyBehaviorElement" abstract="true"
interface="true" eSuperTypes="#//BehaviorElement #//StrategyElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructureElement" abstract="true" interface="true"
eSuperTypes="#//ArchimateElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ActiveStructureElement" abstract="true"
interface="true" eSuperTypes="#//StructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="PassiveStructureElement" abstract="true"
interface="true" eSuperTypes="#//StructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StructuralRelationship" abstract="true"
interface="true" eSuperTypes="#//ArchimateRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="DependendencyRelationship" abstract="true"
interface="true" eSuperTypes="#//ArchimateRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="DynamicRelationship" abstract="true"
interface="true" eSuperTypes="#//ArchimateRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="OtherRelationship" abstract="true" interface="true"
eSuperTypes="#//ArchimateRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateModel" eSuperTypes="#//FolderContainer #//ArchimateModelObject #//Properties">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="model"/>
</eAnnotations>
<eOperations name="setDefaults"/>
<eOperations name="getDefaultFolderForObject" eType="#//Folder">
<eParameters name="object" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="getDefaultDiagramModel" eType="#//DiagramModel"/>
<eOperations name="getDiagramModels" upperBound="-1" eType="#//DiagramModel"/>
<eOperations name="getFolder" eType="#//Folder">
<eParameters name="type" eType="#//FolderType"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="purpose" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral="">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="file" eType="#//File" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metadata" eType="#//Metadata"
containment="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Junction" eSuperTypes="#//ArchimateElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationCollaboration" eSuperTypes="#//ApplicationElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationComponent" eSuperTypes="#//ApplicationElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationEvent" eSuperTypes="#//ApplicationElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationFunction" eSuperTypes="#//ApplicationElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationInteraction" eSuperTypes="#//ApplicationElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationInterface" eSuperTypes="#//ApplicationElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationProcess" eSuperTypes="#//ApplicationElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ApplicationService" eSuperTypes="#//ApplicationElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//TechnologyObject"/>
<eClassifiers xsi:type="ecore:EClass" name="Assessment" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessActor" eSuperTypes="#//BusinessElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessCollaboration" eSuperTypes="#//BusinessElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessEvent" eSuperTypes="#//BusinessElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessFunction" eSuperTypes="#//BusinessElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessInteraction" eSuperTypes="#//BusinessElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessInterface" eSuperTypes="#//BusinessElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessObject" eSuperTypes="#//BusinessElement #//PassiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessProcess" eSuperTypes="#//BusinessElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessRole" eSuperTypes="#//BusinessElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="BusinessService" eSuperTypes="#//BusinessElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Capability" eSuperTypes="#//StrategyBehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CommunicationNetwork" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Contract" eSuperTypes="#//BusinessObject"/>
<eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="CourseOfAction" eSuperTypes="#//StrategyElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DataObject" eSuperTypes="#//ApplicationElement #//PassiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Deliverable" eSuperTypes="#//ImplementationMigrationElement #//PassiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="DistributionNetwork" eSuperTypes="#//PhysicalElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Driver" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Equipment" eSuperTypes="#//PhysicalElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Facility" eSuperTypes="#//PhysicalElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Gap" eSuperTypes="#//ImplementationMigrationElement #//PassiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Grouping" eSuperTypes="#//CompositeElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ImplementationEvent" eSuperTypes="#//ImplementationMigrationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Location" eSuperTypes="#//CompositeElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Material" eSuperTypes="#//PhysicalElement #//TechnologyObject"/>
<eClassifiers xsi:type="ecore:EClass" name="Meaning" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Outcome" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Path" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Plateau" eSuperTypes="#//ImplementationMigrationElement #//CompositeElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Principle" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Product" eSuperTypes="#//BusinessElement #//CompositeElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Representation" eSuperTypes="#//BusinessElement #//PassiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//StrategyElement #//StructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Requirement" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Stakeholder" eSuperTypes="#//MotivationElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemSoftware" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyCollaboration" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyEvent" eSuperTypes="#//TechnologyElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyFunction" eSuperTypes="#//TechnologyElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyInterface" eSuperTypes="#//TechnologyElement #//ActiveStructureElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyInteraction" eSuperTypes="#//TechnologyElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyProcess" eSuperTypes="#//TechnologyElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="TechnologyService" eSuperTypes="#//TechnologyElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Value" eSuperTypes="#//MotivationElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ValueStream" eSuperTypes="#//StrategyBehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="WorkPackage" eSuperTypes="#//ImplementationMigrationElement #//BehaviorElement"/>
<eClassifiers xsi:type="ecore:EClass" name="AccessRelationship" eSuperTypes="#//DependendencyRelationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="accessType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AggregationRelationship" eSuperTypes="#//StructuralRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="AssignmentRelationship" eSuperTypes="#//StructuralRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationRelationship" eSuperTypes="#//DependendencyRelationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="directed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositionRelationship" eSuperTypes="#//StructuralRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="FlowRelationship" eSuperTypes="#//DynamicRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="InfluenceRelationship" eSuperTypes="#//DependendencyRelationship">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="strength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RealizationRelationship" eSuperTypes="#//StructuralRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="ServingRelationship" eSuperTypes="#//DependendencyRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="SpecializationRelationship" eSuperTypes="#//OtherRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="TriggeringRelationship" eSuperTypes="#//DynamicRelationship"/>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelComponent" abstract="true"
eSuperTypes="#//Identifier #//Cloneable #//Adapter #//Nameable #//ArchimateModelObject">
<eOperations name="getDiagramModel" eType="#//DiagramModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connectable" abstract="true" eSuperTypes="#//DiagramModelComponent">
<eOperations name="addConnection">
<eParameters name="connection" eType="#//DiagramModelConnection"/>
</eOperations>
<eOperations name="removeConnection">
<eParameters name="connection" eType="#//DiagramModelConnection"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceConnections" upperBound="-1"
eType="#//DiagramModelConnection" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="sourceConnection"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetConnections" upperBound="-1"
eType="#//DiagramModelConnection" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelContainer" abstract="true"
interface="true" eSuperTypes="#//DiagramModelComponent">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//DiagramModelObject" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="child"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModel" abstract="true" eSuperTypes="#//ArchimateModelObject #//DiagramModelContainer #//Documentable #//Properties">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="connectionRouterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelReference" eSuperTypes="#//DiagramModelObject #//TextPosition">
<eStructuralFeatures xsi:type="ecore:EReference" name="referencedModel" eType="#//DiagramModel"
resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="model"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelObject" abstract="true"
eSuperTypes="#//Connectable #//FontAttribute #//LineObject #//TextAlignment">
<eOperations name="setBounds">
<eParameters name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="bounds" eType="#//Bounds"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fillColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alpha" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="255"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelGroup" eSuperTypes="#//DiagramModelObject #//DiagramModelContainer #//Documentable #//Properties #//TextPosition #//BorderType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Group"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelNote" eSuperTypes="#//DiagramModelObject #//TextContent #//TextPosition #//Properties #//BorderType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Note"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelImage" eSuperTypes="#//DiagramModelObject #//BorderObject #//DiagramModelImageProvider #//Properties #//Documentable"/>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelConnection" eSuperTypes="#//Connectable #//FontAttribute #//Properties #//Documentable #//LineObject">
<eOperations name="connect">
<eParameters name="source" eType="#//Connectable"/>
<eParameters name="target" eType="#//Connectable"/>
</eOperations>
<eOperations name="disconnect"/>
<eOperations name="reconnect"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
transient="true" defaultValueLiteral=""/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Connectable"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Connectable"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bendpoints" upperBound="-1"
eType="#//DiagramModelBendpoint" containment="true" resolveProxies="false">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="bendpoint"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelBendpoint" eSuperTypes="#//Cloneable">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="startY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LineObject" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FontAttribute" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="font" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextPosition" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextAlignment" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="textAlignment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderObject" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="borderColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BorderType" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="borderType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelImageProvider" abstract="true"
interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="imagePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bounds">
<eOperations name="setLocation">
<eParameters name="x" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="y" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="setSize">
<eParameters name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eParameters name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eOperations>
<eOperations name="getCopy" eType="#//Bounds"/>
<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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lockable" abstract="true" interface="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArchimateDiagramModel" eSuperTypes="#//DiagramModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="viewpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
defaultValueLiteral=""/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelArchimateComponent" abstract="true"
interface="true" eSuperTypes="#//Connectable">
<eOperations name="getArchimateConcept" eType="#//ArchimateConcept"/>
<eOperations name="setArchimateConcept">
<eParameters name="concept" eType="#//ArchimateConcept"/>
</eOperations>
<eOperations name="addArchimateConceptToModel">
<eParameters name="parent" eType="#//Folder"/>
</eOperations>
<eOperations name="removeArchimateConceptFromModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelArchimateObject" eSuperTypes="#//DiagramModelObject #//DiagramModelContainer #//DiagramModelArchimateComponent #//TextPosition">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="DiagramObject"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="archimateElement" eType="#//ArchimateElement"
volatile="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiagramModelArchimateConnection" eSuperTypes="#//DiagramModelConnection #//DiagramModelArchimateComponent">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Connection"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="archimateRelationship"
eType="#//ArchimateRelationship" volatile="true" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SketchModel" eSuperTypes="#//DiagramModel">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="background" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SketchModelSticky" eSuperTypes="#//DiagramModelObject #//DiagramModelContainer #//TextContent #//Properties #//TextPosition"/>
<eClassifiers xsi:type="ecore:EClass" name="SketchModelActor" eSuperTypes="#//DiagramModelObject #//Documentable #//Properties"/>
</ecore:EPackage>
| github:ecore:/data/archimatetool/archi/com.archimatetool.model/model/archimate.ecore | ecore | model
File
java.io.File
java.io.File
Adapter
getAdapter
adapter
setAdapter
adapter
object
Identifier
id
Property
key
value
Properties
properties
Feature
name
value
Features
features
Metadata
entries
Nameable
name
TextContent
content
Documentable
documentation
Cloneable
getCopy
FolderType
user
user
strategy
strategy
business
business
application
application
technology
technology
relations
relations
other
other
diagrams
diagrams
motivation
motivation
implementation_migration
implementation_migration
FolderContainer
folders
Folder
elements
type
ArchimateModelObject
getArchimateModel
ArchimateConcept
ArchimateElement
ArchimateRelationship
connect
source
target
reconnect
disconnect
source
target
StrategyElement
BusinessElement
ApplicationElement
TechnologyElement
TechnologyObject
PhysicalElement
MotivationElement
ImplementationMigrationElement
CompositeElement
BehaviorElement
StrategyBehaviorElement
StructureElement
ActiveStructureElement
PassiveStructureElement
StructuralRelationship
DependendencyRelationship
DynamicRelationship
OtherRelationship
ArchimateModel
setDefaults
getDefaultFolderForObject
object
getDefaultDiagramModel
getDiagramModels
getFolder
type
purpose
file
version
metadata
Junction
type
ApplicationCollaboration
ApplicationComponent
ApplicationEvent
ApplicationFunction
ApplicationInteraction
ApplicationInterface
ApplicationProcess
ApplicationService
Artifact
Assessment
BusinessActor
BusinessCollaboration
BusinessEvent
BusinessFunction
BusinessInteraction
BusinessInterface
BusinessObject
BusinessProcess
BusinessRole
BusinessService
Capability
CommunicationNetwork
Contract
Constraint
CourseOfAction
DataObject
Deliverable
Device
DistributionNetwork
Driver
Equipment
Facility
Gap
Goal
Grouping
ImplementationEvent
Location
Material
Meaning
Node
Outcome
Path
Plateau
Principle
Product
Representation
Resource
Requirement
Stakeholder
SystemSoftware
TechnologyCollaboration
TechnologyEvent
TechnologyFunction
TechnologyInterface
TechnologyInteraction
TechnologyProcess
TechnologyService
Value
ValueStream
WorkPackage
AccessRelationship
accessType
0
AggregationRelationship
AssignmentRelationship
AssociationRelationship
directed
CompositionRelationship
FlowRelationship
InfluenceRelationship
strength
RealizationRelationship
ServingRelationship
SpecializationRelationship
TriggeringRelationship
DiagramModelComponent
getDiagramModel
Connectable
addConnection
connection
removeConnection
connection
sourceConnections
targetConnections
DiagramModelContainer
children
DiagramModel
connectionRouterType
DiagramModelReference
referencedModel
DiagramModelObject
setBounds
x
y
width
height
bounds
fillColor
alpha
255
DiagramModelGroup
DiagramModelNote
DiagramModelImage
DiagramModelConnection
connect
source
target
disconnect
reconnect
text
textPosition
source
target
bendpoints
type
DiagramModelBendpoint
startX
startY
endX
endY
LineObject
lineWidth
1
lineColor
FontAttribute
font
fontColor
TextPosition
textPosition
TextAlignment
textAlignment
2
BorderObject
borderColor
BorderType
borderType
DiagramModelImageProvider
imagePath
Bounds
setLocation
x
y
setSize
width
height
getCopy
x
y
width
-1
height
-1
Lockable
locked
ArchimateDiagramModel
viewpoint
DiagramModelArchimateComponent
getArchimateConcept
setArchimateConcept
concept
addArchimateConceptToModel
parent
removeArchimateConceptFromModel
DiagramModelArchimateObject
archimateElement
type
0
DiagramModelArchimateConnection
archimateRelationship
SketchModel
background
1
SketchModelSticky
SketchModelActor | null | {"directed":true,"nodes":[{"nsPrefix":"archimate","nsURI":"http://www.archimatetool.com/archimate","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":"java.io.File","defaultValue":null,"instanceClassName":"java.io.File","name":"File","instanceClass":"java.io.File","id":1,"serializable":false,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Adapter","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifier","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","instanceClass":null,"abstract":true,"id":5,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Features","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nameable","instanceClass":null,"abstract":true,"id":9,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextContent","instanceClass":null,"abstract":true,"id":10,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documentable","instanceClass":null,"abstract":true,"id":11,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cloneable","instanceClass":null,"abstract":true,"id":12,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FolderType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FolderContainer","instanceClass":null,"abstract":true,"id":14,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Folder","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateModelObject","instanceClass":null,"abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateConcept","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateElement","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateRelationship","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyElement","instanceClass":null,"abstract":true,"id":20,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessElement","instanceClass":null,"abstract":true,"id":21,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationElement","instanceClass":null,"abstract":true,"id":22,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyElement","instanceClass":null,"abstract":true,"id":23,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyObject","instanceClass":null,"abstract":true,"id":24,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalElement","instanceClass":null,"abstract":true,"id":25,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MotivationElement","instanceClass":null,"abstract":true,"id":26,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationMigrationElement","instanceClass":null,"abstract":true,"id":27,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeElement","instanceClass":null,"abstract":true,"id":28,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehaviorElement","instanceClass":null,"abstract":true,"id":29,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrategyBehaviorElement","instanceClass":null,"abstract":true,"id":30,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureElement","instanceClass":null,"abstract":true,"id":31,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActiveStructureElement","instanceClass":null,"abstract":true,"id":32,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PassiveStructureElement","instanceClass":null,"abstract":true,"id":33,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralRelationship","instanceClass":null,"abstract":true,"id":34,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DependendencyRelationship","instanceClass":null,"abstract":true,"id":35,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicRelationship","instanceClass":null,"abstract":true,"id":36,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherRelationship","instanceClass":null,"abstract":true,"id":37,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateModel","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Junction","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationCollaboration","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationComponent","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationEvent","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationFunction","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationInteraction","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationInterface","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationProcess","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationService","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assessment","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessActor","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessCollaboration","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessEvent","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessFunction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessInteraction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessInterface","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessObject","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessProcess","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessRole","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessService","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capability","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationNetwork","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Contract","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CourseOfAction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataObject","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deliverable","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DistributionNetwork","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Driver","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equipment","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Facility","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gap","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Grouping","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationEvent","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Material","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Meaning","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Outcome","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Path","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plateau","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Principle","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Representation","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stakeholder","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemSoftware","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyCollaboration","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyEvent","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyFunction","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyInterface","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyInteraction","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyProcess","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnologyService","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueStream","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkPackage","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessRelationship","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregationRelationship","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentRelationship","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationRelationship","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositionRelationship","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FlowRelationship","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfluenceRelationship","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealizationRelationship","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServingRelationship","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecializationRelationship","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggeringRelationship","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelComponent","instanceClass":null,"abstract":true,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connectable","instanceClass":null,"abstract":true,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelContainer","instanceClass":null,"abstract":true,"id":113,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModel","instanceClass":null,"abstract":true,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelReference","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelObject","instanceClass":null,"abstract":true,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelGroup","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelNote","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelImage","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelConnection","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelBendpoint","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineObject","instanceClass":null,"abstract":true,"id":122,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FontAttribute","instanceClass":null,"abstract":true,"id":123,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextPosition","instanceClass":null,"abstract":true,"id":124,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextAlignment","instanceClass":null,"abstract":true,"id":125,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderObject","instanceClass":null,"abstract":true,"id":126,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BorderType","instanceClass":null,"abstract":true,"id":127,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelImageProvider","instanceClass":null,"abstract":true,"id":128,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bounds","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lockable","instanceClass":null,"abstract":true,"id":130,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchimateDiagramModel","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelArchimateComponent","instanceClass":null,"abstract":true,"id":132,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelArchimateObject","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiagramModelArchimateConnection","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SketchModel","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SketchModelSticky","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SketchModelActor","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"getAdapter","lowerBound":0,"id":138,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setAdapter","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EOperation"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"adapter","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EParameter"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"adapter","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":0,"id":144,"many":false,"required":false,"eClass":"EParameter"},{"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":"id","changeable":true,"lowerBound":0,"iD":true,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":153,"derived":false},{"id":154,"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":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":161,"derived":false},{"id":162,"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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCopy","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EOperation"},{"id":170,"eClass":"EGenericType"},{"name":"user","id":171,"value":0,"literal":"user","eClass":"EEnumLiteral"},{"name":"strategy","id":172,"value":1,"literal":"strategy","eClass":"EEnumLiteral"},{"name":"business","id":173,"value":2,"literal":"business","eClass":"EEnumLiteral"},{"name":"application","id":174,"value":3,"literal":"application","eClass":"EEnumLiteral"},{"name":"technology","id":175,"value":4,"literal":"technology","eClass":"EEnumLiteral"},{"name":"relations","id":176,"value":5,"literal":"relations","eClass":"EEnumLiteral"},{"name":"other","id":177,"value":6,"literal":"other","eClass":"EEnumLiteral"},{"name":"diagrams","id":178,"value":7,"literal":"diagrams","eClass":"EEnumLiteral"},{"name":"motivation","id":179,"value":8,"literal":"motivation","eClass":"EEnumLiteral"},{"name":"implementation_migration","id":180,"value":9,"literal":"implementation_migration","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":"folders","changeable":true,"resolveProxies":false,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":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":false,"lowerBound":0,"id":183,"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":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchimateModel","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EOperation"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"connect","lowerBound":0,"id":202,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reconnect","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnect","lowerBound":0,"id":204,"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":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":205,"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":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDefaults","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultFolderForObject","lowerBound":0,"id":235,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultDiagramModel","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getDiagramModels","lowerBound":0,"id":237,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getFolder","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"purpose","changeable":true,"lowerBound":0,"iD":false,"id":239,"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":"file","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"object","lowerBound":1,"id":247,"many":false,"required":true,"eClass":"EParameter"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":252,"many":false,"required":false,"eClass":"EParameter"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"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"},{"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"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"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"},{"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"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"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"},{"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"},{"id":345,"eClass":"EGenericType"},{"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"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"accessType","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"directed","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"strength","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"id":381,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDiagramModel","lowerBound":0,"id":382,"many":false,"required":false,"eClass":"EOperation"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addConnection","lowerBound":0,"id":389,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeConnection","lowerBound":0,"id":390,"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":"sourceConnections","changeable":true,"resolveProxies":false,"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":"targetConnections","changeable":true,"resolveProxies":false,"lowerBound":0,"id":392,"derived":false},{"id":393,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connection","lowerBound":0,"id":394,"many":false,"required":false,"eClass":"EParameter"},{"id":395,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connection","lowerBound":0,"id":396,"many":false,"required":false,"eClass":"EParameter"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"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":"children","changeable":true,"resolveProxies":false,"lowerBound":0,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"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":"connectionRouterType","changeable":true,"lowerBound":0,"iD":false,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedModel","changeable":true,"resolveProxies":false,"lowerBound":0,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setBounds","lowerBound":0,"id":413,"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":"bounds","changeable":true,"resolveProxies":false,"lowerBound":0,"id":414,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fillColor","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":255,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"255","unsettable":false,"transient":false,"unique":true,"name":"alpha","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"x","lowerBound":0,"id":421,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"y","lowerBound":0,"id":422,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"width","lowerBound":0,"id":423,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"height","lowerBound":0,"id":424,"many":false,"required":false,"eClass":"EParameter"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"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"},{"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"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"connect","lowerBound":0,"id":448,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disconnect","lowerBound":0,"id":449,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reconnect","lowerBound":0,"id":450,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":true,"unique":true,"name":"text","changeable":true,"lowerBound":0,"iD":false,"id":451,"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":"textPosition","changeable":true,"lowerBound":0,"iD":false,"id":452,"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":"source","changeable":true,"resolveProxies":false,"lowerBound":0,"id":453,"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":"target","changeable":true,"resolveProxies":false,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":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":false,"lowerBound":0,"id":455,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"source","lowerBound":0,"id":462,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"target","lowerBound":0,"id":463,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startX","changeable":true,"lowerBound":0,"iD":false,"id":472,"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":"startY","changeable":true,"lowerBound":0,"iD":false,"id":473,"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":"endX","changeable":true,"lowerBound":0,"iD":false,"id":474,"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":"endY","changeable":true,"lowerBound":0,"iD":false,"id":475,"derived":false},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"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":"lineWidth","changeable":true,"lowerBound":0,"iD":false,"id":481,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineColor","changeable":true,"lowerBound":0,"iD":false,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"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":"font","changeable":true,"lowerBound":0,"iD":false,"id":485,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontColor","changeable":true,"lowerBound":0,"iD":false,"id":486,"derived":false},{"id":487,"eClass":"EGenericType"},{"id":488,"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":"textPosition","changeable":true,"lowerBound":0,"iD":false,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":2,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"2","unsettable":false,"transient":false,"unique":true,"name":"textAlignment","changeable":true,"lowerBound":0,"iD":false,"id":491,"derived":false},{"id":492,"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":"borderColor","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"id":494,"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":"borderType","changeable":true,"lowerBound":0,"iD":false,"id":495,"derived":false},{"id":496,"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":"imagePath","changeable":true,"lowerBound":0,"iD":false,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"setLocation","lowerBound":0,"id":499,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setSize","lowerBound":0,"id":500,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCopy","lowerBound":0,"id":501,"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":"x","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":"y","changeable":true,"lowerBound":0,"iD":false,"id":503,"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":"width","changeable":true,"lowerBound":0,"iD":false,"id":504,"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":"height","changeable":true,"lowerBound":0,"iD":false,"id":505,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"x","lowerBound":0,"id":506,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"y","lowerBound":0,"id":507,"many":false,"required":false,"eClass":"EParameter"},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"width","lowerBound":0,"id":510,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"height","lowerBound":0,"id":511,"many":false,"required":false,"eClass":"EParameter"},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"id":518,"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":"locked","changeable":true,"lowerBound":0,"iD":false,"id":519,"derived":false},{"id":520,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"viewpoint","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getArchimateConcept","lowerBound":0,"id":524,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setArchimateConcept","lowerBound":0,"id":525,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addArchimateConceptToModel","lowerBound":0,"id":526,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeArchimateConceptFromModel","lowerBound":0,"id":527,"many":false,"required":false,"eClass":"EOperation"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"concept","lowerBound":0,"id":530,"many":false,"required":false,"eClass":"EParameter"},{"id":531,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"parent","lowerBound":0,"id":532,"many":false,"required":false,"eClass":"EParameter"},{"id":533,"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":false,"unique":true,"name":"archimateElement","changeable":true,"resolveProxies":false,"lowerBound":0,"id":534,"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"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":false,"unique":true,"name":"archimateRelationship","changeable":true,"resolveProxies":false,"lowerBound":0,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"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":"background","changeable":true,"lowerBound":0,"iD":false,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"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"},{"id":555,"eClass":"EGenericType"},{"id":556,"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":1,"target":0},{"source":2,"target":0},{"source":2,"target":138},{"source":2,"target":139},{"source":138,"target":140},{"source":138,"target":2},{"source":138,"target":141},{"source":141,"target":142},{"source":141,"target":138},{"source":139,"target":2},{"source":139,"target":143},{"source":139,"target":144},{"source":143,"target":145},{"source":143,"target":139},{"source":144,"target":146},{"source":144,"target":139},{"source":3,"target":0},{"source":3,"target":147},{"source":147,"target":148},{"source":147,"target":3},{"source":4,"target":0},{"source":4,"target":149},{"source":4,"target":150},{"source":149,"target":151},{"source":149,"target":4},{"source":150,"target":152},{"source":150,"target":4},{"source":5,"target":0},{"source":5,"target":153},{"source":153,"target":4},{"source":153,"target":154},{"source":153,"target":5},{"source":154,"target":4},{"source":6,"target":0},{"source":6,"target":155},{"source":6,"target":156},{"source":155,"target":157},{"source":155,"target":6},{"source":156,"target":158},{"source":156,"target":6},{"source":7,"target":0},{"source":7,"target":159},{"source":159,"target":6},{"source":159,"target":160},{"source":159,"target":7},{"source":160,"target":6},{"source":8,"target":0},{"source":8,"target":161},{"source":161,"target":4},{"source":161,"target":162},{"source":161,"target":8},{"source":162,"target":4},{"source":9,"target":0},{"source":9,"target":163},{"source":163,"target":164},{"source":163,"target":9},{"source":10,"target":0},{"source":10,"target":165},{"source":165,"target":166},{"source":165,"target":10},{"source":11,"target":0},{"source":11,"target":167},{"source":167,"target":168},{"source":167,"target":11},{"source":12,"target":0},{"source":12,"target":169},{"source":169,"target":170},{"source":169,"target":12},{"source":13,"target":0},{"source":13,"target":171},{"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":13,"target":178},{"source":13,"target":179},{"source":13,"target":180},{"source":171,"target":13},{"source":172,"target":13},{"source":173,"target":13},{"source":174,"target":13},{"source":175,"target":13},{"source":176,"target":13},{"source":177,"target":13},{"source":178,"target":13},{"source":179,"target":13},{"source":180,"target":13},{"source":14,"target":0},{"source":14,"target":181},{"source":181,"target":15},{"source":181,"target":182},{"source":181,"target":14},{"source":182,"target":15},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":14},{"source":15,"target":11},{"source":15,"target":5},{"source":15,"target":183},{"source":15,"target":184},{"source":15,"target":185},{"source":15,"target":186},{"source":15,"target":187},{"source":15,"target":188},{"source":183,"target":189},{"source":183,"target":15},{"source":184,"target":13},{"source":184,"target":190},{"source":184,"target":15},{"source":190,"target":13},{"source":185,"target":16},{"source":186,"target":14},{"source":187,"target":11},{"source":188,"target":5},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":9},{"source":16,"target":3},{"source":16,"target":7},{"source":16,"target":191},{"source":16,"target":192},{"source":16,"target":193},{"source":16,"target":194},{"source":16,"target":195},{"source":191,"target":38},{"source":191,"target":196},{"source":191,"target":16},{"source":196,"target":38},{"source":192,"target":2},{"source":193,"target":9},{"source":194,"target":3},{"source":195,"target":7},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":12},{"source":17,"target":11},{"source":17,"target":5},{"source":17,"target":197},{"source":17,"target":198},{"source":17,"target":199},{"source":17,"target":200},{"source":197,"target":16},{"source":198,"target":12},{"source":199,"target":11},{"source":200,"target":5},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":201},{"source":201,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"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":202,"target":19},{"source":202,"target":208},{"source":202,"target":209},{"source":208,"target":17},{"source":208,"target":210},{"source":208,"target":202},{"source":210,"target":17},{"source":209,"target":17},{"source":209,"target":211},{"source":209,"target":202},{"source":211,"target":17},{"source":203,"target":19},{"source":204,"target":19},{"source":205,"target":17},{"source":205,"target":212},{"source":205,"target":19},{"source":212,"target":17},{"source":206,"target":17},{"source":206,"target":213},{"source":206,"target":19},{"source":213,"target":17},{"source":207,"target":17},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":214},{"source":214,"target":18},{"source":21,"target":0},{"source":21,"target":18},{"source":21,"target":215},{"source":215,"target":18},{"source":22,"target":0},{"source":22,"target":18},{"source":22,"target":216},{"source":216,"target":18},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":217},{"source":217,"target":18},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":33},{"source":24,"target":218},{"source":24,"target":219},{"source":218,"target":23},{"source":219,"target":33},{"source":25,"target":0},{"source":25,"target":18},{"source":25,"target":220},{"source":220,"target":18},{"source":26,"target":0},{"source":26,"target":18},{"source":26,"target":221},{"source":221,"target":18},{"source":27,"target":0},{"source":27,"target":18},{"source":27,"target":222},{"source":222,"target":18},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":223},{"source":223,"target":18},{"source":29,"target":0},{"source":29,"target":18},{"source":29,"target":224},{"source":224,"target":18},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":20},{"source":30,"target":225},{"source":30,"target":226},{"source":225,"target":29},{"source":226,"target":20},{"source":31,"target":0},{"source":31,"target":18},{"source":31,"target":227},{"source":227,"target":18},{"source":32,"target":0},{"source":32,"target":31},{"source":32,"target":228},{"source":228,"target":31},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":229},{"source":229,"target":31},{"source":34,"target":0},{"source":34,"target":19},{"source":34,"target":230},{"source":230,"target":19},{"source":35,"target":0},{"source":35,"target":19},{"source":35,"target":231},{"source":231,"target":19},{"source":36,"target":0},{"source":36,"target":19},{"source":36,"target":232},{"source":232,"target":19},{"source":37,"target":0},{"source":37,"target":19},{"source":37,"target":233},{"source":233,"target":19},{"source":38,"target":0},{"source":38,"target":14},{"source":38,"target":16},{"source":38,"target":5},{"source":38,"target":234},{"source":38,"target":235},{"source":38,"target":236},{"source":38,"target":237},{"source":38,"target":238},{"source":38,"target":239},{"source":38,"target":240},{"source":38,"target":241},{"source":38,"target":242},{"source":38,"target":243},{"source":38,"target":244},{"source":38,"target":245},{"source":234,"target":38},{"source":235,"target":15},{"source":235,"target":246},{"source":235,"target":38},{"source":235,"target":247},{"source":246,"target":15},{"source":247,"target":248},{"source":247,"target":235},{"source":236,"target":114},{"source":236,"target":249},{"source":236,"target":38},{"source":249,"target":114},{"source":237,"target":114},{"source":237,"target":250},{"source":237,"target":38},{"source":250,"target":114},{"source":238,"target":15},{"source":238,"target":251},{"source":238,"target":38},{"source":238,"target":252},{"source":251,"target":15},{"source":252,"target":13},{"source":252,"target":253},{"source":252,"target":238},{"source":253,"target":13},{"source":239,"target":254},{"source":239,"target":38},{"source":240,"target":1},{"source":240,"target":255},{"source":240,"target":38},{"source":255,"target":1},{"source":241,"target":256},{"source":241,"target":38},{"source":242,"target":8},{"source":242,"target":257},{"source":242,"target":38},{"source":257,"target":8},{"source":243,"target":14},{"source":244,"target":16},{"source":245,"target":5},{"source":39,"target":0},{"source":39,"target":18},{"source":39,"target":258},{"source":39,"target":259},{"source":258,"target":260},{"source":258,"target":39},{"source":259,"target":18},{"source":40,"target":0},{"source":40,"target":22},{"source":40,"target":32},{"source":40,"target":261},{"source":40,"target":262},{"source":261,"target":22},{"source":262,"target":32},{"source":41,"target":0},{"source":41,"target":22},{"source":41,"target":32},{"source":41,"target":263},{"source":41,"target":264},{"source":263,"target":22},{"source":264,"target":32},{"source":42,"target":0},{"source":42,"target":22},{"source":42,"target":29},{"source":42,"target":265},{"source":42,"target":266},{"source":265,"target":22},{"source":266,"target":29},{"source":43,"target":0},{"source":43,"target":22},{"source":43,"target":29},{"source":43,"target":267},{"source":43,"target":268},{"source":267,"target":22},{"source":268,"target":29},{"source":44,"target":0},{"source":44,"target":22},{"source":44,"target":29},{"source":44,"target":269},{"source":44,"target":270},{"source":269,"target":22},{"source":270,"target":29},{"source":45,"target":0},{"source":45,"target":22},{"source":45,"target":32},{"source":45,"target":271},{"source":45,"target":272},{"source":271,"target":22},{"source":272,"target":32},{"source":46,"target":0},{"source":46,"target":22},{"source":46,"target":29},{"source":46,"target":273},{"source":46,"target":274},{"source":273,"target":22},{"source":274,"target":29},{"source":47,"target":0},{"source":47,"target":22},{"source":47,"target":29},{"source":47,"target":275},{"source":47,"target":276},{"source":275,"target":22},{"source":276,"target":29},{"source":48,"target":0},{"source":48,"target":24},{"source":48,"target":277},{"source":277,"target":24},{"source":49,"target":0},{"source":49,"target":26},{"source":49,"target":278},{"source":278,"target":26},{"source":50,"target":0},{"source":50,"target":21},{"source":50,"target":32},{"source":50,"target":279},{"source":50,"target":280},{"source":279,"target":21},{"source":280,"target":32},{"source":51,"target":0},{"source":51,"target":21},{"source":51,"target":32},{"source":51,"target":281},{"source":51,"target":282},{"source":281,"target":21},{"source":282,"target":32},{"source":52,"target":0},{"source":52,"target":21},{"source":52,"target":29},{"source":52,"target":283},{"source":52,"target":284},{"source":283,"target":21},{"source":284,"target":29},{"source":53,"target":0},{"source":53,"target":21},{"source":53,"target":29},{"source":53,"target":285},{"source":53,"target":286},{"source":285,"target":21},{"source":286,"target":29},{"source":54,"target":0},{"source":54,"target":21},{"source":54,"target":29},{"source":54,"target":287},{"source":54,"target":288},{"source":287,"target":21},{"source":288,"target":29},{"source":55,"target":0},{"source":55,"target":21},{"source":55,"target":32},{"source":55,"target":289},{"source":55,"target":290},{"source":289,"target":21},{"source":290,"target":32},{"source":56,"target":0},{"source":56,"target":21},{"source":56,"target":33},{"source":56,"target":291},{"source":56,"target":292},{"source":291,"target":21},{"source":292,"target":33},{"source":57,"target":0},{"source":57,"target":21},{"source":57,"target":29},{"source":57,"target":293},{"source":57,"target":294},{"source":293,"target":21},{"source":294,"target":29},{"source":58,"target":0},{"source":58,"target":21},{"source":58,"target":32},{"source":58,"target":295},{"source":58,"target":296},{"source":295,"target":21},{"source":296,"target":32},{"source":59,"target":0},{"source":59,"target":21},{"source":59,"target":29},{"source":59,"target":297},{"source":59,"target":298},{"source":297,"target":21},{"source":298,"target":29},{"source":60,"target":0},{"source":60,"target":30},{"source":60,"target":299},{"source":299,"target":30},{"source":61,"target":0},{"source":61,"target":23},{"source":61,"target":32},{"source":61,"target":300},{"source":61,"target":301},{"source":300,"target":23},{"source":301,"target":32},{"source":62,"target":0},{"source":62,"target":56},{"source":62,"target":302},{"source":302,"target":56},{"source":63,"target":0},{"source":63,"target":26},{"source":63,"target":303},{"source":303,"target":26},{"source":64,"target":0},{"source":64,"target":20},{"source":64,"target":29},{"source":64,"target":304},{"source":64,"target":305},{"source":304,"target":20},{"source":305,"target":29},{"source":65,"target":0},{"source":65,"target":22},{"source":65,"target":33},{"source":65,"target":306},{"source":65,"target":307},{"source":306,"target":22},{"source":307,"target":33},{"source":66,"target":0},{"source":66,"target":27},{"source":66,"target":33},{"source":66,"target":308},{"source":66,"target":309},{"source":308,"target":27},{"source":309,"target":33},{"source":67,"target":0},{"source":67,"target":23},{"source":67,"target":32},{"source":67,"target":310},{"source":67,"target":311},{"source":310,"target":23},{"source":311,"target":32},{"source":68,"target":0},{"source":68,"target":25},{"source":68,"target":32},{"source":68,"target":312},{"source":68,"target":313},{"source":312,"target":25},{"source":313,"target":32},{"source":69,"target":0},{"source":69,"target":26},{"source":69,"target":314},{"source":314,"target":26},{"source":70,"target":0},{"source":70,"target":25},{"source":70,"target":32},{"source":70,"target":315},{"source":70,"target":316},{"source":315,"target":25},{"source":316,"target":32},{"source":71,"target":0},{"source":71,"target":25},{"source":71,"target":32},{"source":71,"target":317},{"source":71,"target":318},{"source":317,"target":25},{"source":318,"target":32},{"source":72,"target":0},{"source":72,"target":27},{"source":72,"target":33},{"source":72,"target":319},{"source":72,"target":320},{"source":319,"target":27},{"source":320,"target":33},{"source":73,"target":0},{"source":73,"target":26},{"source":73,"target":321},{"source":321,"target":26},{"source":74,"target":0},{"source":74,"target":28},{"source":74,"target":322},{"source":322,"target":28},{"source":75,"target":0},{"source":75,"target":27},{"source":75,"target":323},{"source":323,"target":27},{"source":76,"target":0},{"source":76,"target":28},{"source":76,"target":324},{"source":324,"target":28},{"source":77,"target":0},{"source":77,"target":25},{"source":77,"target":24},{"source":77,"target":325},{"source":77,"target":326},{"source":325,"target":25},{"source":326,"target":24},{"source":78,"target":0},{"source":78,"target":26},{"source":78,"target":327},{"source":327,"target":26},{"source":79,"target":0},{"source":79,"target":23},{"source":79,"target":32},{"source":79,"target":328},{"source":79,"target":329},{"source":328,"target":23},{"source":329,"target":32},{"source":80,"target":0},{"source":80,"target":26},{"source":80,"target":330},{"source":330,"target":26},{"source":81,"target":0},{"source":81,"target":23},{"source":81,"target":32},{"source":81,"target":331},{"source":81,"target":332},{"source":331,"target":23},{"source":332,"target":32},{"source":82,"target":0},{"source":82,"target":27},{"source":82,"target":28},{"source":82,"target":333},{"source":82,"target":334},{"source":333,"target":27},{"source":334,"target":28},{"source":83,"target":0},{"source":83,"target":26},{"source":83,"target":335},{"source":335,"target":26},{"source":84,"target":0},{"source":84,"target":21},{"source":84,"target":28},{"source":84,"target":336},{"source":84,"target":337},{"source":336,"target":21},{"source":337,"target":28},{"source":85,"target":0},{"source":85,"target":21},{"source":85,"target":33},{"source":85,"target":338},{"source":85,"target":339},{"source":338,"target":21},{"source":339,"target":33},{"source":86,"target":0},{"source":86,"target":20},{"source":86,"target":31},{"source":86,"target":340},{"source":86,"target":341},{"source":340,"target":20},{"source":341,"target":31},{"source":87,"target":0},{"source":87,"target":26},{"source":87,"target":342},{"source":342,"target":26},{"source":88,"target":0},{"source":88,"target":26},{"source":88,"target":32},{"source":88,"target":343},{"source":88,"target":344},{"source":343,"target":26},{"source":344,"target":32},{"source":89,"target":0},{"source":89,"target":23},{"source":89,"target":32},{"source":89,"target":345},{"source":89,"target":346},{"source":345,"target":23},{"source":346,"target":32},{"source":90,"target":0},{"source":90,"target":23},{"source":90,"target":32},{"source":90,"target":347},{"source":90,"target":348},{"source":347,"target":23},{"source":348,"target":32},{"source":91,"target":0},{"source":91,"target":23},{"source":91,"target":29},{"source":91,"target":349},{"source":91,"target":350},{"source":349,"target":23},{"source":350,"target":29},{"source":92,"target":0},{"source":92,"target":23},{"source":92,"target":29},{"source":92,"target":351},{"source":92,"target":352},{"source":351,"target":23},{"source":352,"target":29},{"source":93,"target":0},{"source":93,"target":23},{"source":93,"target":32},{"source":93,"target":353},{"source":93,"target":354},{"source":353,"target":23},{"source":354,"target":32},{"source":94,"target":0},{"source":94,"target":23},{"source":94,"target":29},{"source":94,"target":355},{"source":94,"target":356},{"source":355,"target":23},{"source":356,"target":29},{"source":95,"target":0},{"source":95,"target":23},{"source":95,"target":29},{"source":95,"target":357},{"source":95,"target":358},{"source":357,"target":23},{"source":358,"target":29},{"source":96,"target":0},{"source":96,"target":23},{"source":96,"target":29},{"source":96,"target":359},{"source":96,"target":360},{"source":359,"target":23},{"source":360,"target":29},{"source":97,"target":0},{"source":97,"target":26},{"source":97,"target":361},{"source":361,"target":26},{"source":98,"target":0},{"source":98,"target":30},{"source":98,"target":362},{"source":362,"target":30},{"source":99,"target":0},{"source":99,"target":27},{"source":99,"target":29},{"source":99,"target":363},{"source":99,"target":364},{"source":363,"target":27},{"source":364,"target":29},{"source":100,"target":0},{"source":100,"target":35},{"source":100,"target":365},{"source":100,"target":366},{"source":365,"target":367},{"source":365,"target":100},{"source":366,"target":35},{"source":101,"target":0},{"source":101,"target":34},{"source":101,"target":368},{"source":368,"target":34},{"source":102,"target":0},{"source":102,"target":34},{"source":102,"target":369},{"source":369,"target":34},{"source":103,"target":0},{"source":103,"target":35},{"source":103,"target":370},{"source":103,"target":371},{"source":370,"target":372},{"source":370,"target":103},{"source":371,"target":35},{"source":104,"target":0},{"source":104,"target":34},{"source":104,"target":373},{"source":373,"target":34},{"source":105,"target":0},{"source":105,"target":36},{"source":105,"target":374},{"source":374,"target":36},{"source":106,"target":0},{"source":106,"target":35},{"source":106,"target":375},{"source":106,"target":376},{"source":375,"target":377},{"source":375,"target":106},{"source":376,"target":35},{"source":107,"target":0},{"source":107,"target":34},{"source":107,"target":378},{"source":378,"target":34},{"source":108,"target":0},{"source":108,"target":35},{"source":108,"target":379},{"source":379,"target":35},{"source":109,"target":0},{"source":109,"target":37},{"source":109,"target":380},{"source":380,"target":37},{"source":110,"target":0},{"source":110,"target":36},{"source":110,"target":381},{"source":381,"target":36},{"source":111,"target":0},{"source":111,"target":3},{"source":111,"target":12},{"source":111,"target":2},{"source":111,"target":9},{"source":111,"target":16},{"source":111,"target":382},{"source":111,"target":383},{"source":111,"target":384},{"source":111,"target":385},{"source":111,"target":386},{"source":111,"target":387},{"source":382,"target":114},{"source":382,"target":388},{"source":382,"target":111},{"source":388,"target":114},{"source":383,"target":3},{"source":384,"target":12},{"source":385,"target":2},{"source":386,"target":9},{"source":387,"target":16},{"source":112,"target":0},{"source":112,"target":111},{"source":112,"target":389},{"source":112,"target":390},{"source":112,"target":391},{"source":112,"target":392},{"source":112,"target":393},{"source":389,"target":112},{"source":389,"target":394},{"source":394,"target":120},{"source":394,"target":395},{"source":394,"target":389},{"source":395,"target":120},{"source":390,"target":112},{"source":390,"target":396},{"source":396,"target":120},{"source":396,"target":397},{"source":396,"target":390},{"source":397,"target":120},{"source":391,"target":120},{"source":391,"target":398},{"source":391,"target":112},{"source":398,"target":120},{"source":392,"target":120},{"source":392,"target":399},{"source":392,"target":112},{"source":399,"target":120},{"source":393,"target":111},{"source":113,"target":0},{"source":113,"target":111},{"source":113,"target":400},{"source":113,"target":401},{"source":400,"target":116},{"source":400,"target":402},{"source":400,"target":113},{"source":402,"target":116},{"source":401,"target":111},{"source":114,"target":0},{"source":114,"target":16},{"source":114,"target":113},{"source":114,"target":11},{"source":114,"target":5},{"source":114,"target":403},{"source":114,"target":404},{"source":114,"target":405},{"source":114,"target":406},{"source":114,"target":407},{"source":403,"target":408},{"source":403,"target":114},{"source":404,"target":16},{"source":405,"target":113},{"source":406,"target":11},{"source":407,"target":5},{"source":115,"target":0},{"source":115,"target":116},{"source":115,"target":124},{"source":115,"target":409},{"source":115,"target":410},{"source":115,"target":411},{"source":409,"target":114},{"source":409,"target":412},{"source":409,"target":115},{"source":412,"target":114},{"source":410,"target":116},{"source":411,"target":124},{"source":116,"target":0},{"source":116,"target":112},{"source":116,"target":123},{"source":116,"target":122},{"source":116,"target":125},{"source":116,"target":413},{"source":116,"target":414},{"source":116,"target":415},{"source":116,"target":416},{"source":116,"target":417},{"source":116,"target":418},{"source":116,"target":419},{"source":116,"target":420},{"source":413,"target":116},{"source":413,"target":421},{"source":413,"target":422},{"source":413,"target":423},{"source":413,"target":424},{"source":421,"target":425},{"source":421,"target":413},{"source":422,"target":426},{"source":422,"target":413},{"source":423,"target":427},{"source":423,"target":413},{"source":424,"target":428},{"source":424,"target":413},{"source":414,"target":129},{"source":414,"target":429},{"source":414,"target":116},{"source":429,"target":129},{"source":415,"target":430},{"source":415,"target":116},{"source":416,"target":431},{"source":416,"target":116},{"source":417,"target":112},{"source":418,"target":123},{"source":419,"target":122},{"source":420,"target":125},{"source":117,"target":0},{"source":117,"target":116},{"source":117,"target":113},{"source":117,"target":11},{"source":117,"target":5},{"source":117,"target":124},{"source":117,"target":127},{"source":117,"target":432},{"source":117,"target":433},{"source":117,"target":434},{"source":117,"target":435},{"source":117,"target":436},{"source":117,"target":437},{"source":432,"target":116},{"source":433,"target":113},{"source":434,"target":11},{"source":435,"target":5},{"source":436,"target":124},{"source":437,"target":127},{"source":118,"target":0},{"source":118,"target":116},{"source":118,"target":10},{"source":118,"target":124},{"source":118,"target":5},{"source":118,"target":127},{"source":118,"target":438},{"source":118,"target":439},{"source":118,"target":440},{"source":118,"target":441},{"source":118,"target":442},{"source":438,"target":116},{"source":439,"target":10},{"source":440,"target":124},{"source":441,"target":5},{"source":442,"target":127},{"source":119,"target":0},{"source":119,"target":116},{"source":119,"target":126},{"source":119,"target":128},{"source":119,"target":5},{"source":119,"target":11},{"source":119,"target":443},{"source":119,"target":444},{"source":119,"target":445},{"source":119,"target":446},{"source":119,"target":447},{"source":443,"target":116},{"source":444,"target":126},{"source":445,"target":128},{"source":446,"target":5},{"source":447,"target":11},{"source":120,"target":0},{"source":120,"target":112},{"source":120,"target":123},{"source":120,"target":5},{"source":120,"target":11},{"source":120,"target":122},{"source":120,"target":448},{"source":120,"target":449},{"source":120,"target":450},{"source":120,"target":451},{"source":120,"target":452},{"source":120,"target":453},{"source":120,"target":454},{"source":120,"target":455},{"source":120,"target":456},{"source":120,"target":457},{"source":120,"target":458},{"source":120,"target":459},{"source":120,"target":460},{"source":120,"target":461},{"source":448,"target":120},{"source":448,"target":462},{"source":448,"target":463},{"source":462,"target":112},{"source":462,"target":464},{"source":462,"target":448},{"source":464,"target":112},{"source":463,"target":112},{"source":463,"target":465},{"source":463,"target":448},{"source":465,"target":112},{"source":449,"target":120},{"source":450,"target":120},{"source":451,"target":466},{"source":451,"target":120},{"source":452,"target":467},{"source":452,"target":120},{"source":453,"target":112},{"source":453,"target":468},{"source":453,"target":120},{"source":468,"target":112},{"source":454,"target":112},{"source":454,"target":469},{"source":454,"target":120},{"source":469,"target":112},{"source":455,"target":121},{"source":455,"target":470},{"source":455,"target":120},{"source":470,"target":121},{"source":456,"target":471},{"source":456,"target":120},{"source":457,"target":112},{"source":458,"target":123},{"source":459,"target":5},{"source":460,"target":11},{"source":461,"target":122},{"source":121,"target":0},{"source":121,"target":12},{"source":121,"target":472},{"source":121,"target":473},{"source":121,"target":474},{"source":121,"target":475},{"source":121,"target":476},{"source":472,"target":477},{"source":472,"target":121},{"source":473,"target":478},{"source":473,"target":121},{"source":474,"target":479},{"source":474,"target":121},{"source":475,"target":480},{"source":475,"target":121},{"source":476,"target":12},{"source":122,"target":0},{"source":122,"target":481},{"source":122,"target":482},{"source":481,"target":483},{"source":481,"target":122},{"source":482,"target":484},{"source":482,"target":122},{"source":123,"target":0},{"source":123,"target":485},{"source":123,"target":486},{"source":485,"target":487},{"source":485,"target":123},{"source":486,"target":488},{"source":486,"target":123},{"source":124,"target":0},{"source":124,"target":489},{"source":489,"target":490},{"source":489,"target":124},{"source":125,"target":0},{"source":125,"target":491},{"source":491,"target":492},{"source":491,"target":125},{"source":126,"target":0},{"source":126,"target":493},{"source":493,"target":494},{"source":493,"target":126},{"source":127,"target":0},{"source":127,"target":495},{"source":495,"target":496},{"source":495,"target":127},{"source":128,"target":0},{"source":128,"target":497},{"source":497,"target":498},{"source":497,"target":128},{"source":129,"target":0},{"source":129,"target":499},{"source":129,"target":500},{"source":129,"target":501},{"source":129,"target":502},{"source":129,"target":503},{"source":129,"target":504},{"source":129,"target":505},{"source":499,"target":129},{"source":499,"target":506},{"source":499,"target":507},{"source":506,"target":508},{"source":506,"target":499},{"source":507,"target":509},{"source":507,"target":499},{"source":500,"target":129},{"source":500,"target":510},{"source":500,"target":511},{"source":510,"target":512},{"source":510,"target":500},{"source":511,"target":513},{"source":511,"target":500},{"source":501,"target":129},{"source":501,"target":514},{"source":501,"target":129},{"source":514,"target":129},{"source":502,"target":515},{"source":502,"target":129},{"source":503,"target":516},{"source":503,"target":129},{"source":504,"target":517},{"source":504,"target":129},{"source":505,"target":518},{"source":505,"target":129},{"source":130,"target":0},{"source":130,"target":519},{"source":519,"target":520},{"source":519,"target":130},{"source":131,"target":0},{"source":131,"target":114},{"source":131,"target":521},{"source":131,"target":522},{"source":521,"target":523},{"source":521,"target":131},{"source":522,"target":114},{"source":132,"target":0},{"source":132,"target":112},{"source":132,"target":524},{"source":132,"target":525},{"source":132,"target":526},{"source":132,"target":527},{"source":132,"target":528},{"source":524,"target":17},{"source":524,"target":529},{"source":524,"target":132},{"source":529,"target":17},{"source":525,"target":132},{"source":525,"target":530},{"source":530,"target":17},{"source":530,"target":531},{"source":530,"target":525},{"source":531,"target":17},{"source":526,"target":132},{"source":526,"target":532},{"source":532,"target":15},{"source":532,"target":533},{"source":532,"target":526},{"source":533,"target":15},{"source":527,"target":132},{"source":528,"target":112},{"source":133,"target":0},{"source":133,"target":116},{"source":133,"target":113},{"source":133,"target":132},{"source":133,"target":124},{"source":133,"target":534},{"source":133,"target":535},{"source":133,"target":536},{"source":133,"target":537},{"source":133,"target":538},{"source":133,"target":539},{"source":534,"target":18},{"source":534,"target":540},{"source":534,"target":133},{"source":540,"target":18},{"source":535,"target":541},{"source":535,"target":133},{"source":536,"target":116},{"source":537,"target":113},{"source":538,"target":132},{"source":539,"target":124},{"source":134,"target":0},{"source":134,"target":120},{"source":134,"target":132},{"source":134,"target":542},{"source":134,"target":543},{"source":134,"target":544},{"source":542,"target":19},{"source":542,"target":545},{"source":542,"target":134},{"source":545,"target":19},{"source":543,"target":120},{"source":544,"target":132},{"source":135,"target":0},{"source":135,"target":114},{"source":135,"target":546},{"source":135,"target":547},{"source":546,"target":548},{"source":546,"target":135},{"source":547,"target":114},{"source":136,"target":0},{"source":136,"target":116},{"source":136,"target":113},{"source":136,"target":10},{"source":136,"target":5},{"source":136,"target":124},{"source":136,"target":549},{"source":136,"target":550},{"source":136,"target":551},{"source":136,"target":552},{"source":136,"target":553},{"source":549,"target":116},{"source":550,"target":113},{"source":551,"target":10},{"source":552,"target":5},{"source":553,"target":124},{"source":137,"target":0},{"source":137,"target":116},{"source":137,"target":11},{"source":137,"target":5},{"source":137,"target":554},{"source":137,"target":555},{"source":137,"target":556},{"source":554,"target":116},{"source":555,"target":11},{"source":556,"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="mulemodel"
nsURI="http://muleumo.org/model/" nsPrefix="org.mule.model">
<eClassifiers xsi:type="ecore:EClass" name="InboundRouter" eSuperTypes="#//Router">
<eStructuralFeatures xsi:type="ecore:EReference" name="inboundEndpoint" eType="#//Endpoint"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractComponent" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outboundRouter" upperBound="-1"
eType="#//OutboundRouter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inboundRouter" upperBound="-1"
eType="#//InboundRouter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="componentProperties" eType="#//Property"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interceptors" upperBound="-1"
eType="#//Interceptor" defaultValueLiteral="" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MuleConfig">
<eOperations name="addComponent"/>
<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="properties" eType="#//Properties"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interceptors" upperBound="-1"
eType="#//InterceptorStack" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connectors" upperBound="-1"
eType="#//Connector" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transformers" upperBound="-1"
eType="#//Transformer" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="globalEndpoints" upperBound="-1"
eType="#//GlobalEndpoint" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="#//AbstractComponent" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Endpoint" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="address" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connector" eType="#//Connector"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" eType="#//AbstractFilter"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transformers" upperBound="-1"
eType="#//Transformer"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="responseTransformers" upperBound="-1"
eType="#//Transformer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutboundRouter" eSuperTypes="#//Router">
<eStructuralFeatures xsi:type="ecore:EReference" name="outboundEndpoint" eType="#//Endpoint"
resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outboundTransformer" eType="#//Transformer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interceptor">
<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="groupDefinition" eType="#//InterceptorStack"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Connector">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" 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="className" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Properties">
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" abstract="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="TextProperty" eSuperTypes="#//Property">
<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="ListProperty" eSuperTypes="#//Property"/>
<eClassifiers xsi:type="ecore:EClass" name="MapProperty" eSuperTypes="#//Property">
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="#//Properties"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InterceptorStack">
<eStructuralFeatures xsi:type="ecore:EReference" name="interceptors" upperBound="-1"
eType="#//Interceptor" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenericComponent" eSuperTypes="#//AbstractComponent">
<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="BridgeComponent" eSuperTypes="#//AbstractComponent"/>
<eClassifiers xsi:type="ecore:EClass" name="LocalEndpoint" eSuperTypes="#//Endpoint"/>
<eClassifiers xsi:type="ecore:EClass" name="GlobalEndpoint" eSuperTypes="#//Endpoint">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
iD="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Router">
<eStructuralFeatures xsi:type="ecore:EReference" name="localEndpoints" upperBound="-1"
eType="#//LocalEndpoint" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transformer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" 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="returnClass" 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>
<eClassifiers xsi:type="ecore:EClass" name="AbstractFilter" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="nestedFilter" eType="#//AbstractFilter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GenericFilter" eSuperTypes="#//AbstractFilter"/>
<eClassifiers xsi:type="ecore:EClass" name="BinaryFilter" eSuperTypes="#//AbstractFilter">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftFilter" eType="#//AbstractFilter"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightFilter" eType="#//AbstractFilter"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XsltFilter" eSuperTypes="#//AbstractFilter"/>
</ecore:EPackage>
| github:ecore:/data/OrgSmells/codehaus-mule-git/tags/muleide-1.3.0-beta1/org.mule.ide.config/model/mulemodel.ecore | ecore | mulemodel
InboundRouter
inboundEndpoint
AbstractComponent
name
outboundRouter
inboundRouter
comment
componentProperties
interceptors
MuleConfig
addComponent
version
description
properties
interceptors
connectors
transformers
globalEndpoints
components
Endpoint
address
connector
filter
transformers
responseTransformers
OutboundRouter
outboundEndpoint
outboundTransformer
Interceptor
name
groupDefinition
className
Connector
comment
name
className
Properties
properties
Property
name
TextProperty
value
ListProperty
MapProperty
properties
InterceptorStack
interceptors
GenericComponent
implementation
BridgeComponent
LocalEndpoint
GlobalEndpoint
name
comment
Router
localEndpoints
Transformer
className
comment
returnClass
name
AbstractFilter
nestedFilter
GenericFilter
BinaryFilter
leftFilter
rightFilter
XsltFilter | null | {"directed":true,"nodes":[{"nsPrefix":"org.mule.model","nsURI":"http://muleumo.org/model/","name":"mulemodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InboundRouter","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComponent","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MuleConfig","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Endpoint","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutboundRouter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interceptor","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Properties","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextProperty","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListProperty","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapProperty","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterceptorStack","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericComponent","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BridgeComponent","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalEndpoint","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalEndpoint","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Router","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transformer","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractFilter","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericFilter","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryFilter","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XsltFilter","instanceClass":null,"abstract":false,"id":23,"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":"inboundEndpoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"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":true,"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":"outboundRouter","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":"inboundRouter","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"comment","changeable":true,"lowerBound":0,"iD":false,"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":"componentProperties","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":"","containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interceptors","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"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"addComponent","lowerBound":0,"id":39,"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":"version","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":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":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":"properties","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":"interceptors","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":"connectors","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":"transformers","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":"globalEndpoints","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":"components","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"lowerBound":1,"iD":false,"id":56,"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":"connector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"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":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"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":"transformers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"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":"responseTransformers","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"},{"id":65,"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":"outboundEndpoint","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":"outboundTransformer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":71,"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":"groupDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"className","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"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":"comment","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":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":"className","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"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":"properties","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"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":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interceptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"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":"implementation","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"},{"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":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":"comment","changeable":true,"lowerBound":0,"iD":false,"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":"localEndpoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"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":"className","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":"comment","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":"returnClass","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":"name","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"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":"leftFilter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightFilter","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"}],"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":18},{"source":1,"target":24},{"source":1,"target":25},{"source":24,"target":4},{"source":24,"target":26},{"source":24,"target":1},{"source":26,"target":4},{"source":25,"target":18},{"source":2,"target":0},{"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":5},{"source":28,"target":34},{"source":28,"target":2},{"source":34,"target":5},{"source":29,"target":1},{"source":29,"target":35},{"source":29,"target":2},{"source":35,"target":1},{"source":30,"target":36},{"source":30,"target":2},{"source":31,"target":9},{"source":31,"target":37},{"source":31,"target":2},{"source":37,"target":9},{"source":32,"target":6},{"source":32,"target":38},{"source":32,"target":2},{"source":38,"target":6},{"source":3,"target":0},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":39,"target":3},{"source":40,"target":48},{"source":40,"target":3},{"source":41,"target":49},{"source":41,"target":3},{"source":42,"target":8},{"source":42,"target":50},{"source":42,"target":3},{"source":50,"target":8},{"source":43,"target":13},{"source":43,"target":51},{"source":43,"target":3},{"source":51,"target":13},{"source":44,"target":7},{"source":44,"target":52},{"source":44,"target":3},{"source":52,"target":7},{"source":45,"target":19},{"source":45,"target":53},{"source":45,"target":3},{"source":53,"target":19},{"source":46,"target":17},{"source":46,"target":54},{"source":46,"target":3},{"source":54,"target":17},{"source":47,"target":2},{"source":47,"target":55},{"source":47,"target":3},{"source":55,"target":2},{"source":4,"target":0},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":4,"target":60},{"source":56,"target":61},{"source":56,"target":4},{"source":57,"target":7},{"source":57,"target":62},{"source":57,"target":4},{"source":62,"target":7},{"source":58,"target":20},{"source":58,"target":63},{"source":58,"target":4},{"source":63,"target":20},{"source":59,"target":19},{"source":59,"target":64},{"source":59,"target":4},{"source":64,"target":19},{"source":60,"target":19},{"source":60,"target":65},{"source":60,"target":4},{"source":65,"target":19},{"source":5,"target":0},{"source":5,"target":18},{"source":5,"target":66},{"source":5,"target":67},{"source":5,"target":68},{"source":66,"target":4},{"source":66,"target":69},{"source":66,"target":5},{"source":69,"target":4},{"source":67,"target":19},{"source":67,"target":70},{"source":67,"target":5},{"source":70,"target":19},{"source":68,"target":18},{"source":6,"target":0},{"source":6,"target":71},{"source":6,"target":72},{"source":6,"target":73},{"source":71,"target":74},{"source":71,"target":6},{"source":72,"target":13},{"source":72,"target":75},{"source":72,"target":6},{"source":75,"target":13},{"source":73,"target":76},{"source":73,"target":6},{"source":7,"target":0},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":77,"target":80},{"source":77,"target":7},{"source":78,"target":81},{"source":78,"target":7},{"source":79,"target":82},{"source":79,"target":7},{"source":8,"target":0},{"source":8,"target":83},{"source":83,"target":9},{"source":83,"target":84},{"source":83,"target":8},{"source":84,"target":9},{"source":9,"target":0},{"source":9,"target":85},{"source":85,"target":86},{"source":85,"target":9},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":87},{"source":10,"target":88},{"source":87,"target":89},{"source":87,"target":10},{"source":88,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":90},{"source":90,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":91},{"source":12,"target":92},{"source":91,"target":8},{"source":91,"target":93},{"source":91,"target":12},{"source":93,"target":8},{"source":92,"target":9},{"source":13,"target":0},{"source":13,"target":94},{"source":94,"target":6},{"source":94,"target":95},{"source":94,"target":13},{"source":95,"target":6},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":96},{"source":14,"target":97},{"source":96,"target":98},{"source":96,"target":14},{"source":97,"target":2},{"source":15,"target":0},{"source":15,"target":2},{"source":15,"target":99},{"source":99,"target":2},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":100},{"source":100,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":101},{"source":17,"target":102},{"source":17,"target":103},{"source":101,"target":104},{"source":101,"target":17},{"source":102,"target":105},{"source":102,"target":17},{"source":103,"target":4},{"source":18,"target":0},{"source":18,"target":106},{"source":106,"target":16},{"source":106,"target":107},{"source":106,"target":18},{"source":107,"target":16},{"source":19,"target":0},{"source":19,"target":108},{"source":19,"target":109},{"source":19,"target":110},{"source":19,"target":111},{"source":108,"target":112},{"source":108,"target":19},{"source":109,"target":113},{"source":109,"target":19},{"source":110,"target":114},{"source":110,"target":19},{"source":111,"target":115},{"source":111,"target":19},{"source":20,"target":0},{"source":20,"target":116},{"source":116,"target":20},{"source":116,"target":117},{"source":116,"target":20},{"source":117,"target":20},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":118},{"source":118,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":119},{"source":22,"target":120},{"source":22,"target":121},{"source":119,"target":20},{"source":119,"target":122},{"source":119,"target":22},{"source":122,"target":20},{"source":120,"target":20},{"source":120,"target":123},{"source":120,"target":22},{"source":123,"target":20},{"source":121,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":124},{"source":124,"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="actionlanguage" nsURI="http://www.fujaba.de/muml/actionlanguage/0.4.0"
nsPrefix="actionlanguage">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The base package for the muml action language. It is an extension to the core.ecore expression package.
The action language contains block definition, control structures like conditional statements and loops, assignments, and variable and operation call expressions. "/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EEnum" name="AssignOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An AssignOperator is used to assign a new value to its left operand."/>
</eAnnotations>
<eLiterals name="UNSET" literal="UNSET"/>
<eLiterals name="ASSIGN" value="1" literal=":=">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of the right operand is assigned to the left operand."/>
</eAnnotations>
</eLiterals>
<eLiterals name="PLUS_EQUAL" value="2" literal="+=">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of the right operand is added to the value of the left operand and
then assigned to the left operand. a += b can be rewritten as a := a + b."/>
</eAnnotations>
</eLiterals>
<eLiterals name="MINUS_EQUAL" value="4" literal="-=">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The value of the right operand is subtracted from the value of the left operand and
then assigned to the left operand. a -= b can be rewritten as a := a - b."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="IncrementDecrementOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The operator type for increment or decrement operators."/>
</eAnnotations>
<eLiterals name="UNSET" literal="UNSET"/>
<eLiterals name="INCREMENT" value="2" literal="++">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents a post increment. The expression "a++" evaluates to the value of
the operand "a". After the execution, the operand "a" is incremented by 1
(a := a + 1)."/>
</eAnnotations>
</eLiterals>
<eLiterals name="DECREMENT" value="1" literal="--">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents a post decrement. The expression "a--" evaluates to the value of
the operand "a". After the execution, the operand "a" is decremented by 1
(a := a - 1)."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A block is used to group expressions. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="ecore:EClass ../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of expressions may be attached as a body of a loop or represent a path of a conditional statement."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Loop" abstract="true" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A loop statement executed a block until the Boolean value of loop test expression is false."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//Block"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Body block of the loop."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopTest" eType="ecore:EClass ../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If the loop test expression evaluates to true the block is executed. "/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhileLoop" eSuperTypes="#//Loop">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The while statement first evaluates the loop test expression and afterwards if the expression evaluates to true it executes the block. "/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoWhileLoop" eSuperTypes="#//Loop">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The do while statement first executes the block and afterwards it evaluates the loop test expression. If the expression evaluates to true it executes the block again. "/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An assignment is used to assign a value to a variable. "/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value=""/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="ValidLHS" value="-- a hybrid in port is not allowed as a lhs of an assignment
let lhs : TypedNamedElementExpression = lhs_typedNamedElementExpression
in
if not lhs.oclIsUndefined() and lhs.typedNamedElement.oclIsKindOf(component::HybridPort) then
	lhs.typedNamedElement.oclAsType(component::HybridPort).outPort
else
	true
endif"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="assignOperator" eType="#//AssignOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An assignment is used to assign a value to a variable. A simple assignment is one made using the \emph{<ASSIGN>} Operator \emph{':='}. Further, we have four more assign operators which are used as abbreviated syntax form. "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs_assignExpression" eType="ecore:EClass ../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The right-hand-side expression evaluates to a value which is assigned to the left-hand-side variable."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="incrementDecrementOperator"
eType="#//IncrementDecrementOperator">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abbreviated form of x := x+1; or x :=x-1."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs_typedNamedElementExpression"
eType="#//TypedNamedElementExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=" The left-hand-side of an assignment must be a single variable and must not be another expression."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForLoop" eSuperTypes="#//Loop">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The for loop statement firstly initialize a loop variable by the initialize expression and assigning on each loop run afterwards a loop variable by the counting expression to successive values of a sequence."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializeExpression" eType="#//Assignment"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Initialize a loop variable by the initialize expression."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="countingExpression" eType="#//Assignment"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Assigning on each loop run afterwards a loop variable by the counting expression to successive values of a sequence."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An if statement is used if the referenced block should be executed only when the condition expression evaluates to true.
An if statement always have one if-condition and one corresponding if-block, any number of else-if-conditions and corresponding else-if-blocks and at most one else-block. 
 "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifCondition" eType="ecore:EClass ../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If condition of the if statement."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifBlock" eType="#//Block"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Block which is executed if the if condition evaluates to true."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseBlock" eType="#//Block"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Block which is executed if no if or elseif condition evaluates to true."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseIfStatements" upperBound="-1"
eType="#//ElseIfStatement" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of ElseIfStatements. If the IfStatement's ifCondition evaluates to false
and it exists an ElseIfStatement in this list, whose elseIfCondition evaluates
to true, then the first ElseIfStatement (wrt. the list index), whose elseIfCondition
evaluates to true is executed. Otherwise, the elseBlock is executed (if present)."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCall" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Operation calls are used to call an operation with concrete parameter bindings. "/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="ParameterBindingForEveryParameter"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="ParameterBindingForEveryParameter" value="-- An OperationCall must bind exactly one value to every parameter
not operation.oclIsUndefined() implies 
operation.parameters->asBag() = parameterBinding.parameter->asBag()
-- author: bingo, adann"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1"
eType="ecore:EClass ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//behavior/Operation">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Operation which belongs to an operation call."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterBinding" upperBound="-1"
eType="ecore:EClass ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//behavior/ParameterBinding"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Parameter bindings which belongs to an operation call."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The return statement specifies the return expression of an operation call. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass ../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Return expression which blongs to a return statement."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TriggerMessageExpression" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents a parameter of a transition's trigger message."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="messageType" lowerBound="1"
eType="ecore:EClass ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//msgtype/MessageType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The MessageType that this TriggerMessageExpression represents."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1"
eType="ecore:EClass ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//behavior/Parameter">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The messageType's parameter that should be accessed."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DiscreteInteractionEndpointReference"
eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A DiscreteInteractionEndpointReference is used for defining SelectorExpressions
in a multi-role or multi-port. There, a SelectorExpression may reference a
sub-role instance or sub-port instance for selecting the synchronization partner. 
The DiscreteInteractionEndpointReference always specifies a PositionSelector that
defines the position of the reference sub-role instance or sub-port instance. It may, 
e.g., be the first or last one in a multi-role or multi-port. The reference 
typedNamedElementExpressions allows to reference a variable containing a 
sub-role instance or a sub-port instance. In combination, both references enable
to select the next or previous sub-role (or sub-port) instance, e.g., as var1.next. In 
this case, next is the PositionSelector while var1 is the typedNamedElementExpression."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedNamedElementExpression"
eType="#//TypedNamedElementExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Allows to reference a variable containing a sub-role instance of sub-port instance.
This field is optional. "/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="position" lowerBound="1"
eType="#//PositionSelector" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the relative position of the sub-role instance or sub-port instance.
In particular, it enables to select the first or last sub-role instance (sub-port instance) of a 
multi-role instance (multi-port instance) using keyword first and last, to select itself
in case of a sub-role instance (sub-port instance) using keyword self, or the next
or previous sub-role given a reference either by self or a variable using keywords
next and prev."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PositionSelectorKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines keywords for referring to sub-role instance (sub-port instances) of a
multi-role instance (multi-port instance). Self may be used by a sub-role
instance (sub-port instance) and refers to the corresponding sub-role instance
(sub-port instance) itself. First and last may be used by the adaptation behavior
and refer to the first or last sub-role instance (sub-port instance) of the multi-role
instance (multi-port instance). Given a reference sub-role instance (sub-port
instance), next and prev refer to the next or previous sub-role instance (sub-port
instance). If the reference sub-role instance (sub-port instance) is the last one 
(first one), then next (first) refers to null."/>
</eAnnotations>
<eLiterals name="SELF">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="See documentation of the PositionSelectorKind enumeration."/>
</eAnnotations>
</eLiterals>
<eLiterals name="FIRST" value="1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="See documentation of the PositionSelectorKind enumeration."/>
</eAnnotations>
</eLiterals>
<eLiterals name="LAST" value="2">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="See documentation of the PositionSelectorKind enumeration."/>
</eAnnotations>
</eLiterals>
<eLiterals name="PREV" value="3" literal="PREV">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="See documentation of the PositionSelectorKind enumeration."/>
</eAnnotations>
</eLiterals>
<eLiterals name="NEXT" value="4">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="See documentation of the PositionSelectorKind enumeration."/>
</eAnnotations>
</eLiterals>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PositionSelector" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines a relative position of a sub-role instance or sub-port instance.
The kind defines the particular reference using an enum literal where
self refers to a sub-role instance (sub-port instance) itself, first or last refer to the
first or last sub-role instance (sub-port instance) or a multi-role instance (multi-port
instance), and next or prev refer to the next or previous sub-role instance (sub-port
instance). PositionSelectors can be concatenated using the successor reference.
That enables to specify, e.g., self.next, first.next, or self.prev.prev."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//PositionSelectorKind">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The enum literal defining the position."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="successor" eType="#//PositionSelector"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Successors of a PositionSelector enable to concatenate PositionSelectors for
specifying more complex expression like self.next or self.prev.prev."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LocalVariableDeclarationStatement" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="UniqueName"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="UniqueName" value="-- check if no variable with the same name was defined before
self.allSurroundingBlocks->collect(
	expressions
)->select(
	oclIsKindOf(LocalVariableDeclarationStatement)
)->collect(
	oclAsType(LocalVariableDeclarationStatement)
)->one(
	variable.name = self.variable.name
)"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Enables to declare a local variable inside a Block. Local variables are declared 
according to the C-rule and have the scope of the block they are defined in.
Local variables may not have the same name as a variable that is declared in the
real-time statechart."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="ecore:EClass ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//behavior/Variable"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The variable that is declared and optionally initialized by this declaration 
statement."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allSurroundingBlocks" upperBound="-1"
eType="#//Block" changeable="false" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="derivation" value="-- collect all blocks which surround this LocalVariableDeclarationStatement
self.eContainer()->closure(c : ecore::EObject |
	if c.eContainer().oclIsKindOf(core::expressions::Expression) then
		c.eContainer()
	else
		c
	endif
)->union(
	Set{eContainer()}
)->select(oclIsKindOf(Block))->collect(
	oclAsType(Block)
)->asOrderedSet()"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This derived feature returns all blocks that surround this local variable declaration.
This is a helper feature for ensuring that the names of local variables are unique."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypedNamedElementExpression" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="To perform an action on a value of a variable of a \rtsc we use the typed named element expression, which has a reference to a typed named element and optional indices if a concrete array element should be referenced."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedNamedElement" lowerBound="1"
eType="ecore:EClass ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//behavior/TypedNamedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The typed named element that is referenced."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementAccessors" upperBound="-1"
eType="#//ElementAccessorExpression" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The indices used to access an element inside a referenced array."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayInitializeExpression" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Used to initialize a typed named element of type ArrayDataType (or a subtype)."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1"
eType="ecore:EClass ../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="List of expressions where each Expression is used to initialize a particular
array element."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NondeterministicChoiceExpression" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The nondeterministic choice expression selects a value from an interval of integers
nondeterministically. It may be used to abstract from computations or interactions
that will modify a value of a variable, but are not yet implementable, e.g., within
a real-time coordination protocol. Nondeterministic choice expressions may only
be used as right-hand side of an assignment."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="range" lowerBound="1" eType="ecore:EClass ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//valuetype/Range"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The range defines the lower bound and the upper bound of the interval from which
values will be chosen nondeterministically. Every value in this interval will be
chosen with the same probability."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataType" lowerBound="1"
eType="ecore:EClass ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//types/PrimitiveDataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The base type for the interval defined by the range. We only allow for integer types."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimeValueExpression" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class is used to reference a TimeValue."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="timeValue" lowerBound="1"
eType="ecore:EClass ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//valuetype/TimeValue">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The TimeValue which is referenced by the TimeValueExpression."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeCastExpression" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A TypeCastExpression enables to perform an explicit type cast of the value of the enclosedExpression to the data type given in the eponymous reference. "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="dataType" eType="ecore:EClass ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//types/DataType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the DataType to which the value of the enclosedExpression is converted."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="enclosedExpression" lowerBound="1"
eType="ecore:EClass ../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents the expression that should be converted."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementAccessorExpression" abstract="true"
eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abstract base class for an element accessor."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ArrayIndexExpression" eSuperTypes="#//ElementAccessorExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Used to access an array element at a particular index."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="ecore:EClass ../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Indices which refer to an concrete index of an array."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AttributeAccessorExpression" eSuperTypes="#//ElementAccessorExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Used to access an attribute of a StructuredDataType."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" lowerBound="1"
eType="ecore:EClass ../../de.uni_paderborn.fujaba.muml/model/muml.ecore#//types/Attribute">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The attribute of a StructuredDataType that should be accessed."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElseIfStatement" eSuperTypes="../../org.muml.core.migrator/model/core-0.4.ecore#//CommentableElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An elseif statement is used if the referenced block should be executed only when the condition expression evaluates to true.
An elseif statement always have one elseif-condition and one corresponding elseif-block.
 "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseIfCondition" lowerBound="1"
eType="ecore:EClass ../../org.muml.core.migrator/model/core-0.4.ecore#//expressions/Expression"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="ElseIf condition of the if statement."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseIfBlock" lowerBound="1"
eType="#//Block" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Block which is executed if the corresponding elseif condition evaluates to true."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/fraunhofer-iem/mechatronicuml-pim/org.muml.pim.actionlanguage/model/actionlanguage-0.4.ecore | ecore | actionlanguage
AssignOperator
UNSET
UNSET
ASSIGN
:=
PLUS_EQUAL
+=
MINUS_EQUAL
-=
IncrementDecrementOperator
UNSET
UNSET
INCREMENT
++
DECREMENT
--
Block
expressions
Loop
block
loopTest
WhileLoop
DoWhileLoop
Assignment
assignOperator
rhs_assignExpression
incrementDecrementOperator
lhs_typedNamedElementExpression
ForLoop
initializeExpression
countingExpression
IfStatement
ifCondition
ifBlock
elseBlock
elseIfStatements
OperationCall
operation
parameterBinding
ReturnStatement
expression
TriggerMessageExpression
messageType
parameter
DiscreteInteractionEndpointReference
typedNamedElementExpression
position
PositionSelectorKind
SELF
SELF
FIRST
FIRST
LAST
LAST
PREV
PREV
NEXT
NEXT
PositionSelector
kind
successor
LocalVariableDeclarationStatement
variable
allSurroundingBlocks
TypedNamedElementExpression
typedNamedElement
elementAccessors
ArrayInitializeExpression
expressions
NondeterministicChoiceExpression
range
dataType
TimeValueExpression
timeValue
TypeCastExpression
dataType
enclosedExpression
ElementAccessorExpression
ArrayIndexExpression
index
AttributeAccessorExpression
attribute
ElseIfStatement
elseIfCondition
elseIfBlock | null | {"directed":true,"nodes":[{"nsPrefix":"actionlanguage","nsURI":"http://www.fujaba.de/muml/actionlanguage/0.4.0","name":"actionlanguage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssignOperator","instanceClass":null,"id":1,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"IncrementDecrementOperator","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileLoop","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoWhileLoop","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForLoop","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCall","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerMessageExpression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiscreteInteractionEndpointReference","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PositionSelectorKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositionSelector","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalVariableDeclarationStatement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedNamedElementExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializeExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NondeterministicChoiceExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeValueExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeCastExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementAccessorExpression","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayIndexExpression","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeAccessorExpression","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElseIfStatement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"name":"UNSET","id":26,"value":0,"literal":"UNSET","eClass":"EEnumLiteral"},{"name":"ASSIGN","id":27,"value":1,"literal":":=","eClass":"EEnumLiteral"},{"name":"PLUS_EQUAL","id":28,"value":2,"literal":"+=","eClass":"EEnumLiteral"},{"name":"MINUS_EQUAL","id":29,"value":4,"literal":"-=","eClass":"EEnumLiteral"},{"name":"UNSET","id":30,"value":0,"literal":"UNSET","eClass":"EEnumLiteral"},{"name":"INCREMENT","id":31,"value":2,"literal":"++","eClass":"EEnumLiteral"},{"name":"DECREMENT","id":32,"value":1,"literal":"--","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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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":"loopTest","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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assignOperator","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rhs_assignExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"incrementDecrementOperator","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":true,"unsettable":false,"transient":false,"unique":true,"name":"lhs_typedNamedElementExpression","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":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializeExpression","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":"countingExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"elseBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"elseIfStatements","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"},{"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":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameterBinding","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"messageType","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"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":"typedNamedElementExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"position","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"name":"SELF","id":84,"value":0,"literal":"SELF","eClass":"EEnumLiteral"},{"name":"FIRST","id":85,"value":1,"literal":"FIRST","eClass":"EEnumLiteral"},{"name":"LAST","id":86,"value":2,"literal":"LAST","eClass":"EEnumLiteral"},{"name":"PREV","id":87,"value":3,"literal":"PREV","eClass":"EEnumLiteral"},{"name":"NEXT","id":88,"value":4,"literal":"NEXT","eClass":"EEnumLiteral"},{"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":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":"successor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"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":true,"lowerBound":1,"id":94,"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":true,"unique":true,"name":"allSurroundingBlocks","changeable":false,"resolveProxies":true,"lowerBound":0,"id":95,"derived":true},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typedNamedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementAccessors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"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":"range","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"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":"dataType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"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":"timeValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"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":"dataType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"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":"enclosedExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"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":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"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":"elseIfCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":127,"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":"elseIfBlock","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"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":1,"target":0},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":26,"target":1},{"source":27,"target":1},{"source":28,"target":1},{"source":29,"target":1},{"source":2,"target":0},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":30,"target":2},{"source":31,"target":2},{"source":32,"target":2},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":33,"target":35},{"source":33,"target":3},{"source":4,"target":0},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":36,"target":3},{"source":36,"target":39},{"source":36,"target":4},{"source":39,"target":3},{"source":37,"target":40},{"source":37,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":41},{"source":41,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":42},{"source":42,"target":4},{"source":7,"target":0},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":7,"target":46},{"source":7,"target":47},{"source":43,"target":1},{"source":43,"target":48},{"source":43,"target":7},{"source":48,"target":1},{"source":44,"target":49},{"source":44,"target":7},{"source":45,"target":2},{"source":45,"target":50},{"source":45,"target":7},{"source":50,"target":2},{"source":46,"target":17},{"source":46,"target":51},{"source":46,"target":7},{"source":51,"target":17},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":52,"target":7},{"source":52,"target":55},{"source":52,"target":8},{"source":55,"target":7},{"source":53,"target":7},{"source":53,"target":56},{"source":53,"target":8},{"source":56,"target":7},{"source":54,"target":4},{"source":9,"target":0},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":9,"target":61},{"source":57,"target":62},{"source":57,"target":9},{"source":58,"target":3},{"source":58,"target":63},{"source":58,"target":9},{"source":63,"target":3},{"source":59,"target":3},{"source":59,"target":64},{"source":59,"target":9},{"source":64,"target":3},{"source":60,"target":25},{"source":60,"target":65},{"source":60,"target":9},{"source":65,"target":25},{"source":10,"target":0},{"source":10,"target":66},{"source":10,"target":67},{"source":10,"target":68},{"source":66,"target":69},{"source":66,"target":10},{"source":67,"target":70},{"source":67,"target":10},{"source":11,"target":0},{"source":11,"target":71},{"source":11,"target":72},{"source":71,"target":73},{"source":71,"target":11},{"source":12,"target":0},{"source":12,"target":74},{"source":12,"target":75},{"source":12,"target":76},{"source":74,"target":77},{"source":74,"target":12},{"source":75,"target":78},{"source":75,"target":12},{"source":13,"target":0},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":79,"target":17},{"source":79,"target":82},{"source":79,"target":13},{"source":82,"target":17},{"source":80,"target":15},{"source":80,"target":83},{"source":80,"target":13},{"source":83,"target":15},{"source":14,"target":0},{"source":14,"target":84},{"source":14,"target":85},{"source":14,"target":86},{"source":14,"target":87},{"source":14,"target":88},{"source":84,"target":14},{"source":85,"target":14},{"source":86,"target":14},{"source":87,"target":14},{"source":88,"target":14},{"source":15,"target":0},{"source":15,"target":89},{"source":15,"target":90},{"source":15,"target":91},{"source":89,"target":14},{"source":89,"target":92},{"source":89,"target":15},{"source":92,"target":14},{"source":90,"target":15},{"source":90,"target":93},{"source":90,"target":15},{"source":93,"target":15},{"source":16,"target":0},{"source":16,"target":94},{"source":16,"target":95},{"source":16,"target":96},{"source":94,"target":97},{"source":94,"target":16},{"source":95,"target":3},{"source":95,"target":98},{"source":95,"target":16},{"source":98,"target":3},{"source":17,"target":0},{"source":17,"target":99},{"source":17,"target":100},{"source":17,"target":101},{"source":99,"target":102},{"source":99,"target":17},{"source":100,"target":22},{"source":100,"target":103},{"source":100,"target":17},{"source":103,"target":22},{"source":18,"target":0},{"source":18,"target":104},{"source":18,"target":105},{"source":104,"target":106},{"source":104,"target":18},{"source":19,"target":0},{"source":19,"target":107},{"source":19,"target":108},{"source":19,"target":109},{"source":107,"target":110},{"source":107,"target":19},{"source":108,"target":111},{"source":108,"target":19},{"source":20,"target":0},{"source":20,"target":112},{"source":20,"target":113},{"source":112,"target":114},{"source":112,"target":20},{"source":21,"target":0},{"source":21,"target":115},{"source":21,"target":116},{"source":21,"target":117},{"source":115,"target":118},{"source":115,"target":21},{"source":116,"target":119},{"source":116,"target":21},{"source":22,"target":0},{"source":22,"target":120},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":121},{"source":23,"target":122},{"source":121,"target":123},{"source":121,"target":23},{"source":122,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":124},{"source":24,"target":125},{"source":124,"target":126},{"source":124,"target":24},{"source":125,"target":22},{"source":25,"target":0},{"source":25,"target":127},{"source":25,"target":128},{"source":25,"target":129},{"source":127,"target":130},{"source":127,"target":25},{"source":128,"target":3},{"source":128,"target":131},{"source":128,"target":25},{"source":131,"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="grandom" nsURI="http://www.cau.de/cs/kieler/kgraph/text/GRandom"
nsPrefix="grandom">
<eClassifiers xsi:type="ecore:EClass" name="RandGraph">
<eStructuralFeatures xsi:type="ecore:EReference" name="configs" upperBound="-1"
eType="#//Configuration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Formats">
<eLiterals name="kgt" literal="kgt"/>
<eLiterals name="kgx" value="1" literal="kgx"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Configuration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="samples" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="form" eType="#//Form"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nodes" eType="#//Nodes"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="edges" eType="#//Edges"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mW" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mD" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxDegree" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pF" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fraction" eType="#//DoubleQuantity"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hierarchy" eType="#//Hierarchy"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="seed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="#//Formats"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="filename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Hierarchy">
<eStructuralFeatures xsi:type="ecore:EReference" name="levels" eType="#//DoubleQuantity"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="edges" eType="#//DoubleQuantity"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="numHierarchNodes" eType="#//DoubleQuantity"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="crossHierarchRel" eType="#//DoubleQuantity"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Form">
<eLiterals name="trees" literal="trees"/>
<eLiterals name="bipartite" value="1" literal="bipartite graphs"/>
<eLiterals name="custom" value="2" literal="graphs"/>
<eLiterals name="triconnected" value="3" literal="triconnected graphs"/>
<eLiterals name="biconnected" value="4" literal="biconnected graphs"/>
<eLiterals name="acyclic" value="5" literal="acyclic graphs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Edges">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="density" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="total" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="relative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outbound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nEdges" eType="#//DoubleQuantity"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labels" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selfLoops" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Nodes">
<eStructuralFeatures xsi:type="ecore:EReference" name="nNodes" eType="#//DoubleQuantity"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" eType="#//Ports"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labels" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Size" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="removeIsolated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Size">
<eStructuralFeatures xsi:type="ecore:EReference" name="height" eType="#//DoubleQuantity"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="width" eType="#//DoubleQuantity"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ports">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labels" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reUse" eType="#//DoubleQuantity"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="size" eType="#//Size" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="#//ConstraintType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="flow" upperBound="-1" eType="#//Flow"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Flow">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="flowType" eType="#//FlowType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="side" eType="#//Side"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="amount" eType="#//DoubleQuantity"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="Side">
<eLiterals name="north" literal="north"/>
<eLiterals name="east" value="1" literal="east"/>
<eLiterals name="south" value="2" literal="south"/>
<eLiterals name="west" value="3" literal="west"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FlowType">
<eLiterals name="incoming" literal="incoming"/>
<eLiterals name="outgoing" value="1" literal="outgoing"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ConstraintType">
<eLiterals name="free" literal="free"/>
<eLiterals name="side" value="1" literal="side"/>
<eLiterals name="position" value="2" literal="position"/>
<eLiterals name="order" value="3" literal="order"/>
<eLiterals name="ratio" value="4" literal="ratio"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoubleQuantity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="quant" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minMax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="mean" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="gaussian" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stddv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/slisson/kieler-pragmatics/plugins/de.cau.cs.kieler.kgraph.text/model/generated/GRandom.ecore | ecore | grandom
RandGraph
configs
Formats
kgt
kgt
kgx
kgx
Configuration
samples
form
nodes
edges
mW
maxWidth
mD
maxDegree
pF
fraction
hierarchy
seed
format
filename
Hierarchy
levels
edges
numHierarchNodes
crossHierarchRel
Form
trees
trees
bipartite
bipartite graphs
custom
graphs
triconnected
triconnected graphs
biconnected
biconnected graphs
acyclic
acyclic graphs
Edges
density
total
relative
outbound
nEdges
labels
selfLoops
Nodes
nNodes
ports
labels
size
removeIsolated
Size
height
width
Ports
labels
reUse
size
constraint
flow
Flow
flowType
side
amount
Side
north
north
east
east
south
south
west
west
FlowType
incoming
incoming
outgoing
outgoing
ConstraintType
free
free
side
side
position
position
order
order
ratio
ratio
DoubleQuantity
quant
min
minMax
max
mean
gaussian
stddv | null | {"directed":true,"nodes":[{"nsPrefix":"grandom","nsURI":"http://www.cau.de/cs/kieler/kgraph/text/GRandom","name":"grandom","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandGraph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Formats","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hierarchy","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Form","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Edges","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nodes","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Size","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ports","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Side","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FlowType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConstraintType","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleQuantity","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":"configs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"name":"kgt","id":17,"value":0,"literal":"kgt","eClass":"EEnumLiteral"},{"name":"kgx","id":18,"value":1,"literal":"kgx","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":"samples","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"form","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":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"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":"mW","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":"maxWidth","changeable":true,"lowerBound":0,"iD":false,"id":24,"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":"mD","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":"maxDegree","changeable":true,"lowerBound":0,"iD":false,"id":26,"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":"pF","changeable":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"fraction","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":"hierarchy","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"seed","changeable":true,"lowerBound":0,"iD":false,"id":30,"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":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":"filename","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"levels","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":"edges","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":"numHierarchNodes","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":true,"unsettable":false,"transient":false,"unique":true,"name":"crossHierarchRel","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"},{"name":"trees","id":55,"value":0,"literal":"trees","eClass":"EEnumLiteral"},{"name":"bipartite","id":56,"value":1,"literal":"bipartite graphs","eClass":"EEnumLiteral"},{"name":"custom","id":57,"value":2,"literal":"graphs","eClass":"EEnumLiteral"},{"name":"triconnected","id":58,"value":3,"literal":"triconnected graphs","eClass":"EEnumLiteral"},{"name":"biconnected","id":59,"value":4,"literal":"biconnected graphs","eClass":"EEnumLiteral"},{"name":"acyclic","id":60,"value":5,"literal":"acyclic graphs","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":"density","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":"total","changeable":true,"lowerBound":0,"iD":false,"id":62,"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":"relative","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":"outbound","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":true,"unsettable":false,"transient":false,"unique":true,"name":"nEdges","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":"labels","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":"selfLoops","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"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"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":"nNodes","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"labels","changeable":true,"lowerBound":0,"iD":false,"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":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"removeIsolated","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"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":"height","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"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":"labels","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":true,"unsettable":false,"transient":false,"unique":true,"name":"reUse","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":true,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flow","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"flowType","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"side","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":true,"unsettable":false,"transient":false,"unique":true,"name":"amount","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"name":"north","id":105,"value":0,"literal":"north","eClass":"EEnumLiteral"},{"name":"east","id":106,"value":1,"literal":"east","eClass":"EEnumLiteral"},{"name":"south","id":107,"value":2,"literal":"south","eClass":"EEnumLiteral"},{"name":"west","id":108,"value":3,"literal":"west","eClass":"EEnumLiteral"},{"name":"incoming","id":109,"value":0,"literal":"incoming","eClass":"EEnumLiteral"},{"name":"outgoing","id":110,"value":1,"literal":"outgoing","eClass":"EEnumLiteral"},{"name":"free","id":111,"value":0,"literal":"free","eClass":"EEnumLiteral"},{"name":"side","id":112,"value":1,"literal":"side","eClass":"EEnumLiteral"},{"name":"position","id":113,"value":2,"literal":"position","eClass":"EEnumLiteral"},{"name":"order","id":114,"value":3,"literal":"order","eClass":"EEnumLiteral"},{"name":"ratio","id":115,"value":4,"literal":"ratio","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":"quant","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":"min","changeable":true,"lowerBound":0,"iD":false,"id":117,"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":"minMax","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mean","changeable":true,"lowerBound":0,"iD":false,"id":120,"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":"gaussian","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":"stddv","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"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"}],"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":3},{"source":15,"target":16},{"source":15,"target":1},{"source":16,"target":3},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":17,"target":2},{"source":18,"target":2},{"source":3,"target":0},{"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":26},{"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":19,"target":33},{"source":19,"target":3},{"source":20,"target":5},{"source":20,"target":34},{"source":20,"target":3},{"source":34,"target":5},{"source":21,"target":7},{"source":21,"target":35},{"source":21,"target":3},{"source":35,"target":7},{"source":22,"target":6},{"source":22,"target":36},{"source":22,"target":3},{"source":36,"target":6},{"source":23,"target":37},{"source":23,"target":3},{"source":24,"target":38},{"source":24,"target":3},{"source":25,"target":39},{"source":25,"target":3},{"source":26,"target":40},{"source":26,"target":3},{"source":27,"target":41},{"source":27,"target":3},{"source":28,"target":14},{"source":28,"target":42},{"source":28,"target":3},{"source":42,"target":14},{"source":29,"target":4},{"source":29,"target":43},{"source":29,"target":3},{"source":43,"target":4},{"source":30,"target":44},{"source":30,"target":3},{"source":31,"target":2},{"source":31,"target":45},{"source":31,"target":3},{"source":45,"target":2},{"source":32,"target":46},{"source":32,"target":3},{"source":4,"target":0},{"source":4,"target":47},{"source":4,"target":48},{"source":4,"target":49},{"source":4,"target":50},{"source":47,"target":14},{"source":47,"target":51},{"source":47,"target":4},{"source":51,"target":14},{"source":48,"target":14},{"source":48,"target":52},{"source":48,"target":4},{"source":52,"target":14},{"source":49,"target":14},{"source":49,"target":53},{"source":49,"target":4},{"source":53,"target":14},{"source":50,"target":14},{"source":50,"target":54},{"source":50,"target":4},{"source":54,"target":14},{"source":5,"target":0},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":5,"target":58},{"source":5,"target":59},{"source":5,"target":60},{"source":55,"target":5},{"source":56,"target":5},{"source":57,"target":5},{"source":58,"target":5},{"source":59,"target":5},{"source":60,"target":5},{"source":6,"target":0},{"source":6,"target":61},{"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":61,"target":68},{"source":61,"target":6},{"source":62,"target":69},{"source":62,"target":6},{"source":63,"target":70},{"source":63,"target":6},{"source":64,"target":71},{"source":64,"target":6},{"source":65,"target":14},{"source":65,"target":72},{"source":65,"target":6},{"source":72,"target":14},{"source":66,"target":73},{"source":66,"target":6},{"source":67,"target":74},{"source":67,"target":6},{"source":7,"target":0},{"source":7,"target":75},{"source":7,"target":76},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":75,"target":14},{"source":75,"target":80},{"source":75,"target":7},{"source":80,"target":14},{"source":76,"target":9},{"source":76,"target":81},{"source":76,"target":7},{"source":81,"target":9},{"source":77,"target":82},{"source":77,"target":7},{"source":78,"target":8},{"source":78,"target":83},{"source":78,"target":7},{"source":83,"target":8},{"source":79,"target":84},{"source":79,"target":7},{"source":8,"target":0},{"source":8,"target":85},{"source":8,"target":86},{"source":85,"target":14},{"source":85,"target":87},{"source":85,"target":8},{"source":87,"target":14},{"source":86,"target":14},{"source":86,"target":88},{"source":86,"target":8},{"source":88,"target":14},{"source":9,"target":0},{"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":14},{"source":90,"target":95},{"source":90,"target":9},{"source":95,"target":14},{"source":91,"target":8},{"source":91,"target":96},{"source":91,"target":9},{"source":96,"target":8},{"source":92,"target":13},{"source":92,"target":97},{"source":92,"target":9},{"source":97,"target":13},{"source":93,"target":10},{"source":93,"target":98},{"source":93,"target":9},{"source":98,"target":10},{"source":10,"target":0},{"source":10,"target":99},{"source":10,"target":100},{"source":10,"target":101},{"source":99,"target":12},{"source":99,"target":102},{"source":99,"target":10},{"source":102,"target":12},{"source":100,"target":11},{"source":100,"target":103},{"source":100,"target":10},{"source":103,"target":11},{"source":101,"target":14},{"source":101,"target":104},{"source":101,"target":10},{"source":104,"target":14},{"source":11,"target":0},{"source":11,"target":105},{"source":11,"target":106},{"source":11,"target":107},{"source":11,"target":108},{"source":105,"target":11},{"source":106,"target":11},{"source":107,"target":11},{"source":108,"target":11},{"source":12,"target":0},{"source":12,"target":109},{"source":12,"target":110},{"source":109,"target":12},{"source":110,"target":12},{"source":13,"target":0},{"source":13,"target":111},{"source":13,"target":112},{"source":13,"target":113},{"source":13,"target":114},{"source":13,"target":115},{"source":111,"target":13},{"source":112,"target":13},{"source":113,"target":13},{"source":114,"target":13},{"source":115,"target":13},{"source":14,"target":0},{"source":14,"target":116},{"source":14,"target":117},{"source":14,"target":118},{"source":14,"target":119},{"source":14,"target":120},{"source":14,"target":121},{"source":14,"target":122},{"source":116,"target":123},{"source":116,"target":14},{"source":117,"target":124},{"source":117,"target":14},{"source":118,"target":125},{"source":118,"target":14},{"source":119,"target":126},{"source":119,"target":14},{"source":120,"target":127},{"source":120,"target":14},{"source":121,"target":128},{"source":121,"target":14},{"source":122,"target":129},{"source":122,"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="requirement" nsURI="http://www.polarsys.org/capella/core/requirement/0.8.0/semantic"
nsPrefix="org.polarsys.capella.core.data.requirement">
<eAnnotations source="http://www.polarsys.org/capella/xmlpivot">
<details key="sourceNsURI" value="http://www.polarsys.org/capella/core/requirement/0.8.0"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="RequirementsPkg" eSuperTypes="capellacore.ecore#//Structure">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="additionalInformation"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRequirements" upperBound="-1"
eType="#//Requirement" containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedRequirementPkgs" upperBound="-1"
eType="#//RequirementsPkg" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequirementsTrace" eSuperTypes="capellacore.ecore#//CapellaElement modellingcore.ecore#//TraceableElement modellingcore.ecore#//ModelElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="ecore:EClass modellingcore.ecore#//TraceableElement" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="ecore:EClass modellingcore.ecore#//TraceableElement" resolveProxies="false"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Requirement" abstract="true" eSuperTypes="capellacore.ecore#//Namespace">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isObsolete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="requirementId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="additionalInformation"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verificationMethod" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="verificationPhase" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationVersion"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="feature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedCapellaElements"
upperBound="-1" eType="ecore:EClass capellacore.ecore#//CapellaElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SystemFunctionalInterfaceRequirement"
eSuperTypes="#//Requirement"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemFunctionalRequirement" eSuperTypes="#//Requirement"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemNonFunctionalInterfaceRequirement"
eSuperTypes="#//Requirement"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemNonFunctionalRequirement" eSuperTypes="#//Requirement"/>
<eClassifiers xsi:type="ecore:EClass" name="SystemUserRequirement" eSuperTypes="#//Requirement"/>
</ecore:EPackage>
| github:ecore:/data/eclipse/capella-addons/xmlpivot/plugins/org.polarsys.capella.core.semantic.data.gen/model/requirement.ecore | ecore | requirement
RequirementsPkg
additionalInformation
level
ownedRequirements
ownedRequirementPkgs
RequirementsTrace
source
target
Requirement
isObsolete
requirementId
additionalInformation
verificationMethod
verificationPhase
implementationVersion
feature
relatedCapellaElements
SystemFunctionalInterfaceRequirement
SystemFunctionalRequirement
SystemNonFunctionalInterfaceRequirement
SystemNonFunctionalRequirement
SystemUserRequirement | null | {"directed":true,"nodes":[{"nsPrefix":"org.polarsys.capella.core.data.requirement","nsURI":"http://www.polarsys.org/capella/core/requirement/0.8.0/semantic","name":"requirement","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementsPkg","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequirementsTrace","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemFunctionalInterfaceRequirement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemFunctionalRequirement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemNonFunctionalInterfaceRequirement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemNonFunctionalRequirement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemUserRequirement","instanceClass":null,"abstract":false,"id":8,"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":"additionalInformation","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"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":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":"ownedRequirements","changeable":true,"resolveProxies":false,"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":"ownedRequirementPkgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"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":false,"lowerBound":1,"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":"target","changeable":true,"resolveProxies":false,"lowerBound":1,"id":19,"derived":false},{"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":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isObsolete","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":"requirementId","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"additionalInformation","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"verificationMethod","changeable":true,"lowerBound":0,"iD":false,"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":"verificationPhase","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":"implementationVersion","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":"feature","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":false,"unsettable":false,"transient":false,"unique":true,"name":"relatedCapellaElements","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"},{"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"}],"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":9,"target":14},{"source":9,"target":1},{"source":10,"target":15},{"source":10,"target":1},{"source":11,"target":3},{"source":11,"target":16},{"source":11,"target":1},{"source":16,"target":3},{"source":12,"target":1},{"source":12,"target":17},{"source":12,"target":1},{"source":17,"target":1},{"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":18,"target":23},{"source":18,"target":2},{"source":19,"target":24},{"source":19,"target":2},{"source":3,"target":0},{"source":3,"target":25},{"source":3,"target":26},{"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":3,"target":33},{"source":25,"target":34},{"source":25,"target":3},{"source":26,"target":35},{"source":26,"target":3},{"source":27,"target":36},{"source":27,"target":3},{"source":28,"target":37},{"source":28,"target":3},{"source":29,"target":38},{"source":29,"target":3},{"source":30,"target":39},{"source":30,"target":3},{"source":31,"target":40},{"source":31,"target":3},{"source":32,"target":41},{"source":32,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":42},{"source":42,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":43},{"source":43,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":44},{"source":44,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":45},{"source":45,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":46},{"source":46,"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="project" nsURI="http://www.dfki.de/iui/mmds/core/model/project"
nsPrefix="project">
<eAnnotations source="http://de.dfki.iui.mmds/CoreModel"/>
<eClassifiers xsi:type="ecore:EClass" name="Project">
<eStructuralFeatures xsi:type="ecore:EReference" name="guis" upperBound="-1" eType="ecore:EClass gui.ecore#//Window"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="knowledgeBase" eType="ecore:EClass base.ecore#//KnowledgeBase"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dialogue" lowerBound="1"
eType="ecore:EClass dialogue.ecore#//Dialogue"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="taskPlans" upperBound="-1"
eType="ecore:EClass task.ecore#//TPlan"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="grammarRules" upperBound="-1"
eType="ecore:EClass grammar_rules.ecore#//Ruleset"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="entityResource" upperBound="-1"
eType="ecore:EClass base.ecore#//EntityResource"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="digitalResources" upperBound="-1"
eType="ecore:EClass base.ecore#//DigitalResource" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mappingRules" upperBound="-1"
eType="#//MappingRules"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="plugins" upperBound="-1"
eType="#//JavaPlugin" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="localization" upperBound="-1"
eType="ecore:EClass base.ecore#//LocalizationResource"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="supportedServiceInterfaces"
upperBound="-1" eType="#//SiamInternalServiceInterface" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="testMessages" eType="#//TestMessageSet"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SiamInternalServiceInterface">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the declarative description of an interface that is supported by the dialogue application.
The siamId defines the identifier that is used by device attributes of instances of IORepresentation.
If the interface should directly be connected to a service instance, the id of the service instance can be specified in 'serviceInstanceId'.
If the service instance contains more than one services, the name of the addressed service is define in 'serviceName', otherwise the first available service is chosen.

If serviceInstanceId and serviceName are not defined, the presentation planner tries to find out a matching service based on the other give attributes."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="siamId" lowerBound="1"
eType="ecore:EDataType base.ecore#//BString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The siamId defines the identifier that is inernally used in siam by the attribute 'device' in instances of IORepresentation."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceInstanceId" eType="ecore:EDataType base.ecore#//BString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If the interface should directly be connected to a service instance, the id of the service instance can be specified in 'serviceInstanceId'."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceName" eType="ecore:EDataType base.ecore#//BString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="If the service instance contains more than one services, the name of the addressed service is defined in 'serviceName', otherwise the first available service is chosen."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modality" eType="ecore:EDataType base.ecore#//BString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="participant" eType="ecore:EClass base.ecore#//Person"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceType" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initMessages" upperBound="-1"
eType="ecore:EClass io.ecore#//OutputMessage" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SiamInternalSpeechInputServiceInterface"
eSuperTypes="#//SiamInternalServiceInterface">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An interal service interface for speech input. It allows to define an assoicated grammar ruleset."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grammarRulesetId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingRules" abstract="true" interface="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="subrules" upperBound="-1"
eType="#//MappingSubRule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputMappingRules" eSuperTypes="#//MappingRules">
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//InputMappingRule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutputMappingRules" eSuperTypes="#//MappingRules">
<eStructuralFeatures xsi:type="ecore:EReference" name="rules" upperBound="-1"
eType="#//OutputMappingRule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingRule" abstract="true" interface="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="condition" eType="ecore:EClass pattern.ecore#//PPattern"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="active" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputMappingRule" eSuperTypes="#//MappingRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1"
eType="ecore:EClass io.ecore#//Hypothesis" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutputMappingRule" eSuperTypes="#//MappingRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1"
eType="ecore:EClass io.ecore#//OutputRepresentation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MappingSubRule" eSuperTypes="#//MappingRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1"
eType="ecore:EClass base.ecore#//BObject" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaPlugin">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The java plugin element invokes a static java (plugin) method."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TestMessageSet">
<eStructuralFeatures xsi:type="ecore:EReference" name="messages" upperBound="-1"
eType="ecore:EClass io.ecore#//Message" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/rnesselrath/SiAM-dp/platform/de.dfki.iui.mmds.core.model/model/project.ecore | ecore | project
Project
guis
knowledgeBase
dialogue
taskPlans
grammarRules
entityResource
digitalResources
mappingRules
plugins
localization
supportedServiceInterfaces
testMessages
SiamInternalServiceInterface
siamId
serviceInstanceId
serviceName
modality
participant
serviceType
initMessages
SiamInternalSpeechInputServiceInterface
grammarRulesetId
MappingRules
description
subrules
InputMappingRules
rules
OutputMappingRules
rules
MappingRule
description
condition
active
true
InputMappingRule
target
OutputMappingRule
target
MappingSubRule
target
JavaPlugin
className
namespace
TestMessageSet
messages | null | {"directed":true,"nodes":[{"nsPrefix":"project","nsURI":"http://www.dfki.de/iui/mmds/core/model/project","name":"project","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiamInternalServiceInterface","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiamInternalSpeechInputServiceInterface","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingRules","instanceClass":null,"abstract":true,"id":4,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputMappingRules","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputMappingRules","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingRule","instanceClass":null,"abstract":true,"id":7,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputMappingRule","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputMappingRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingSubRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaPlugin","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestMessageSet","instanceClass":null,"abstract":false,"id":12,"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":"guis","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"knowledgeBase","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"dialogue","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"taskPlans","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":"grammarRules","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":"entityResource","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":true,"unsettable":false,"transient":false,"unique":true,"name":"digitalResources","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":"mappingRules","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":true,"unsettable":false,"transient":false,"unique":true,"name":"plugins","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":false,"unsettable":false,"transient":false,"unique":true,"name":"localization","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":"supportedServiceInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"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":"testMessages","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"},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"siamId","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serviceInstanceId","changeable":true,"lowerBound":0,"iD":false,"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":"serviceName","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":"modality","changeable":true,"lowerBound":0,"iD":false,"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":"participant","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":false,"unsettable":false,"transient":false,"unique":true,"name":"serviceType","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":"initMessages","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"},{"id":50,"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":"grammarRulesetId","changeable":true,"lowerBound":0,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subrules","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"rules","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rules","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},{"container":false,"ordered":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":65,"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":"active","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"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":"className","changeable":true,"lowerBound":1,"iD":false,"id":79,"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":"namespace","changeable":true,"lowerBound":1,"iD":false,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"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":"messages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"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":1,"target":0},{"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":13,"target":25},{"source":13,"target":1},{"source":14,"target":26},{"source":14,"target":1},{"source":15,"target":27},{"source":15,"target":1},{"source":16,"target":28},{"source":16,"target":1},{"source":17,"target":29},{"source":17,"target":1},{"source":18,"target":30},{"source":18,"target":1},{"source":19,"target":31},{"source":19,"target":1},{"source":20,"target":4},{"source":20,"target":32},{"source":20,"target":1},{"source":32,"target":4},{"source":21,"target":11},{"source":21,"target":33},{"source":21,"target":1},{"source":33,"target":11},{"source":22,"target":34},{"source":22,"target":1},{"source":23,"target":2},{"source":23,"target":35},{"source":23,"target":1},{"source":35,"target":2},{"source":24,"target":12},{"source":24,"target":36},{"source":24,"target":1},{"source":36,"target":12},{"source":2,"target":0},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":37,"target":44},{"source":37,"target":2},{"source":38,"target":45},{"source":38,"target":2},{"source":39,"target":46},{"source":39,"target":2},{"source":40,"target":47},{"source":40,"target":2},{"source":41,"target":48},{"source":41,"target":2},{"source":42,"target":49},{"source":42,"target":2},{"source":43,"target":50},{"source":43,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":51},{"source":3,"target":52},{"source":51,"target":53},{"source":51,"target":3},{"source":52,"target":2},{"source":4,"target":0},{"source":4,"target":54},{"source":4,"target":55},{"source":54,"target":56},{"source":54,"target":4},{"source":55,"target":10},{"source":55,"target":57},{"source":55,"target":4},{"source":57,"target":10},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":58},{"source":5,"target":59},{"source":58,"target":8},{"source":58,"target":60},{"source":58,"target":5},{"source":60,"target":8},{"source":59,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":61},{"source":6,"target":62},{"source":61,"target":9},{"source":61,"target":63},{"source":61,"target":6},{"source":63,"target":9},{"source":62,"target":4},{"source":7,"target":0},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":64,"target":67},{"source":64,"target":7},{"source":65,"target":68},{"source":65,"target":7},{"source":66,"target":69},{"source":66,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":70},{"source":8,"target":71},{"source":70,"target":72},{"source":70,"target":8},{"source":71,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":73},{"source":9,"target":74},{"source":73,"target":75},{"source":73,"target":9},{"source":74,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":76},{"source":10,"target":77},{"source":76,"target":78},{"source":76,"target":10},{"source":77,"target":7},{"source":11,"target":0},{"source":11,"target":79},{"source":11,"target":80},{"source":79,"target":81},{"source":79,"target":11},{"source":80,"target":82},{"source":80,"target":11},{"source":12,"target":0},{"source":12,"target":83},{"source":83,"target":84},{"source":83,"target":12}],"multigraph":true} |
true | <?xml version="1.0" encoding="ASCII"?>
<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="PetriNet" nsURI="http://www.eclipse.org/atl/atlTransformations/PetriNet" nsPrefix="PetriNet">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PetriNet" eSuperTypes="/0/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="true" upperBound="-1" eType="/0/Element" containment="true" eOpposite="/0/Element/net"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="arcs" ordered="true" upperBound="-1" eType="/0/Arc" containment="true" eOpposite="/0/Arc/net"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true" eSuperTypes="/0/NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="true" lowerBound="1" eType="/0/PetriNet" eOpposite="/0/PetriNet/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="/0/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingArc" ordered="false" upperBound="-1" eType="/0/TransitionToPlace" eOpposite="/0/TransitionToPlace/to"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingArc" ordered="false" upperBound="-1" eType="/0/PlaceToTransition" eOpposite="/0/PlaceToTransition/from"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="/0/Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="incomingArc" ordered="false" lowerBound="1" upperBound="-1" eType="/0/PlaceToTransition" eOpposite="/0/PlaceToTransition/to"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoingArc" ordered="false" lowerBound="1" upperBound="-1" eType="/0/TransitionToPlace" eOpposite="/0/TransitionToPlace/from"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Arc" abstract="true" eSuperTypes="/0/NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="net" ordered="true" lowerBound="1" eType="/0/PetriNet" eOpposite="/0/PetriNet/arcs"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PlaceToTransition" eSuperTypes="/0/Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="/0/Place" eOpposite="/0/Place/outgoingArc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1" eType="/0/Transition" eOpposite="/0/Transition/incomingArc"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionToPlace" eSuperTypes="/0/Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="from" ordered="false" lowerBound="1" eType="/0/Transition" eOpposite="/0/Transition/outgoingArc"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" ordered="false" lowerBound="1" eType="/0/Place" eOpposite="/0/Place/incomingArc"/>
</eClassifiers>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/nicoPae/atl2nmfs/resources/PetriNet2Grafcet/PetriNet.ecore | ecore | PetriNet
LocatedElement
location
NamedElement
name
PetriNet
elements
arcs
Element
net
Place
incomingArc
outgoingArc
Transition
incomingArc
outgoingArc
Arc
weight
net
PlaceToTransition
from
to
TransitionToPlace
from
to | null | {"directed":true,"nodes":[{"nsPrefix":"PetriNet","nsURI":"http://www.eclipse.org/atl/atlTransformations/PetriNet","name":"PetriNet","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlaceToTransition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionToPlace","instanceClass":null,"abstract":false,"id":9,"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":true,"name":"location","changeable":true,"lowerBound":1,"iD":false,"id":10,"derived":false},{"id":11,"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":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"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":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"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":"incomingArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"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":"outgoingArc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"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":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"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":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"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":"incomingArc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"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":"outgoingArc","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"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":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"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":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"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":"weight","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"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"}],"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":10,"target":11},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":12},{"source":2,"target":13},{"source":12,"target":14},{"source":12,"target":2},{"source":13,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":15,"target":4},{"source":15,"target":18},{"source":15,"target":3},{"source":15,"target":19},{"source":18,"target":4},{"source":16,"target":7},{"source":16,"target":20},{"source":16,"target":3},{"source":16,"target":21},{"source":20,"target":7},{"source":17,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":19},{"source":4,"target":22},{"source":19,"target":3},{"source":19,"target":23},{"source":19,"target":4},{"source":19,"target":15},{"source":23,"target":3},{"source":22,"target":2},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":24},{"source":5,"target":25},{"source":5,"target":26},{"source":24,"target":9},{"source":24,"target":27},{"source":24,"target":5},{"source":24,"target":28},{"source":27,"target":9},{"source":25,"target":8},{"source":25,"target":29},{"source":25,"target":5},{"source":25,"target":30},{"source":29,"target":8},{"source":26,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":31,"target":8},{"source":31,"target":34},{"source":31,"target":6},{"source":31,"target":35},{"source":34,"target":8},{"source":32,"target":9},{"source":32,"target":36},{"source":32,"target":6},{"source":32,"target":37},{"source":36,"target":9},{"source":33,"target":4},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":38},{"source":7,"target":21},{"source":7,"target":39},{"source":38,"target":40},{"source":38,"target":7},{"source":21,"target":3},{"source":21,"target":41},{"source":21,"target":7},{"source":21,"target":16},{"source":41,"target":3},{"source":39,"target":2},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":30},{"source":8,"target":35},{"source":8,"target":42},{"source":30,"target":5},{"source":30,"target":43},{"source":30,"target":8},{"source":30,"target":25},{"source":43,"target":5},{"source":35,"target":6},{"source":35,"target":44},{"source":35,"target":8},{"source":35,"target":31},{"source":44,"target":6},{"source":42,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":37},{"source":9,"target":28},{"source":9,"target":45},{"source":37,"target":6},{"source":37,"target":46},{"source":37,"target":9},{"source":37,"target":32},{"source":46,"target":6},{"source":28,"target":5},{"source":28,"target":47},{"source":28,"target":9},{"source":28,"target":24},{"source":47,"target":5},{"source":45,"target":7}],"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="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
unique="false" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false"
upperBound="-1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false"
upperBound="-1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false"
upperBound="-1" eType="#/0/LibraryRef" containment="true" eOpposite="#/0/LibraryRef/unit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/library"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1"
upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/0/ModuleElement" containment="true" eOpposite="#/0/ModuleElement/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false"
lowerBound="1" eType="#/0/Module" eOpposite="#/0/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false"
eType="#/0/Query" eOpposite="#/0/Query/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false"
eType="#/0/Library" eOpposite="#/0/Library/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
eType="#/0/OutPattern" containment="true" eOpposite="#/0/OutPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false"
eType="#/0/ActionBlock" containment="true" eOpposite="#/0/ActionBlock/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#/0/RuleVariableDeclaration" containment="true" eOpposite="#/0/RuleVariableDeclaration/rule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
eType="#/0/InPattern" containment="true" eOpposite="#/0/InPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/superRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false"
eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/0/MatchedRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#/1/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/InPatternElement" containment="true"
eOpposite="#/0/InPatternElement/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#/0/OutPatternElement" containment="true" eOpposite="#/0/OutPatternElement/outPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/1/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/sourceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
lowerBound="1" eType="#/0/InPattern" eOpposite="#/0/InPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false"
upperBound="-1" eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/0/InPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false"
eType="#/0/InPatternElement" eOpposite="#/0/InPatternElement/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#/0/Binding" containment="true" eOpposite="#/0/Binding/outPatternElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="reverseBindings" upperBound="-1"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/bindings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false"
lowerBound="1" eType="#/0/Unit" eOpposite="#/0/Unit/libraries"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/actionBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl">
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false"
eType="#/1/PropertyCallExp" eOpposite="#/1/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
eType="#/1/CollectionExp" eOpposite="#/1/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false"
eType="#/1/OperationCallExp" eOpposite="#/1/OperationCallExp/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/initExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/variableExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/1/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1"
eType="#/1/TuplePart" containment="true" eOpposite="#/1/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false"
lowerBound="1" eType="#/1/TupleExp" eOpposite="#/1/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/MapElement" containment="true" eOpposite="#/1/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false"
lowerBound="1" eType="#/1/MapExp" eOpposite="#/1/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/Iterator" containment="true" eOpposite="#/1/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false"
eType="#/1/IterateExp" eOpposite="#/1/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false"
upperBound="-1" eType="#/1/VariableExp" eOpposite="#/1/VariableExp/referredVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
lowerBound="1" eType="#/1/Operation" eOpposite="#/1/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false"
eType="#/1/OclContextDefinition" eOpposite="#/1/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false"
eType="#/1/OclExpression" eOpposite="#/1/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false"
eType="#/1/CollectionType" eOpposite="#/1/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false"
eType="#/1/TupleTypeAttribute" eOpposite="#/1/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#/1/TupleTypeAttribute" containment="true" eOpposite="#/1/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false"
lowerBound="1" eType="#/1/TupleType" eOpposite="#/1/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
lowerBound="1" eType="#/1/OclFeature" containment="true" eOpposite="#/1/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
eType="#/1/OclContextDefinition" containment="true" eOpposite="#/1/OclContextDefinition/definition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/Parameter" containment="true" eOpposite="#/1/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#/1/OclModelElement" eOpposite="#/1/OclModelElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
upperBound="-1" eType="#/1/OclModel" eOpposite="#/1/OclModel/metamodel"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes"
nsPrefix="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"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/anatlyzer/a2l/tests/a2l.tests.vmtesting.emf/metamodels/ATL.ecore | ecore | ATL
LocatedElement
location
commentsBefore
commentsAfter
Unit
libraries
name
Library
helpers
Query
body
helpers
Module
isRefining
inModels
outModels
elements
ModuleElement
module
Helper
query
library
definition
Rule
outPattern
actionBlock
variables
name
MatchedRule
inPattern
children
superRule
isAbstract
isRefining
isNoDefault
LazyMatchedRule
isUnique
CalledRule
parameters
isEntrypoint
isEndpoint
InPattern
elements
rule
filter
OutPattern
rule
elements
PatternElement
InPatternElement
mapsTo
inPattern
models
SimpleInPatternElement
OutPatternElement
outPattern
sourceElement
bindings
model
SimpleOutPatternElement
reverseBindings
ForEachOutPatternElement
collection
iterator
Binding
value
outPatternElement
propertyName
isAssignment
RuleVariableDeclaration
rule
LibraryRef
unit
name
ActionBlock
rule
statements
Statement
ExpressionStat
expression
BindingStat
source
propertyName
isAssignment
value
IfStat
condition
thenStatements
elseStatements
ForStat
iterator
collection
statements
OCL
OclExpression
type
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
owningAttribute
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
NavigationOrAttributeCallExp
name
OperationCallExp
arguments
operationName
OperatorCallExp
CollectionOperationCallExp
LoopExp
body
iterators
IterateExp
result
IteratorExp
name
LetExp
variable
in_
IfExp
thenExpression
condition
elseExpression
VariableDeclaration
id
varName
type
initExpression
letExp
baseExp
variableExp
Iterator
loopExpr
Parameter
operation
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
PrimitiveTypes
Boolean
boolean
boolean
Double
double
double
Integer
int
int
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"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":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":28,"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":29,"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":30,"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":31,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":32,"serializable":true,"eClass":"EDataType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"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":36,"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":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"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":40,"derived":false},{"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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"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":45,"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":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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":52,"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":53,"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":54,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":58,"serializable":true,"eClass":"EDataType"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"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":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"id":72,"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":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"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":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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":79,"derived":false},{"id":80,"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":81,"derived":false},{"id":82,"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":83,"derived":false},{"id":84,"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":85,"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":86,"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":87,"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":88,"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":89,"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":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"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":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"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":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"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":102,"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":103,"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":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":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":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"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":121,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"id":123,"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":124,"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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"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":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":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":132,"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":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":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":"reverseBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"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":143,"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":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"id":148,"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":149,"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":150,"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":151,"derived":false},{"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"},{"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":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"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":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"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":171,"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":172,"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":173,"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":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"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":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":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":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":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"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":187,"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":188,"derived":false},{"container":false,"ordered":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":194,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":244,"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":245,"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":246,"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":247,"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":248,"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":249,"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":250,"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":251,"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":252,"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":253,"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":254,"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":255,"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":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"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":259,"derived":false},{"id":260,"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":261,"derived":false},{"id":262,"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":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":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":265,"derived":false},{"id":266,"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":267,"derived":false},{"id":268,"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":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":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":271,"derived":false},{"id":272,"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":273,"derived":false},{"id":274,"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":275,"derived":false},{"id":276,"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":277,"derived":false},{"id":278,"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":279,"derived":false},{"id":280,"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":281,"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":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"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":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"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":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"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":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"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":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":297,"serializable":true,"eClass":"EDataType"},{"id":298,"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":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":301,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":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":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"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":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":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":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"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":318,"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":319,"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":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"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":325,"derived":false},{"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},{"id":332,"eClass":"EGenericType"},{"id":333,"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":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"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":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"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":344,"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":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"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":348,"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":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"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":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"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":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"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":361,"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":362,"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":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"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":368,"derived":false},{"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":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":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"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":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"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":382,"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":383,"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":384,"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":385,"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":386,"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":387,"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":388,"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":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"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":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"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":396,"derived":false},{"id":397,"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":398,"derived":false},{"id":399,"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":400,"derived":false},{"id":401,"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":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"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":405,"derived":false},{"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"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"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":421,"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":422,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"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":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"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":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"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":438,"derived":false},{"id":439,"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":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"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":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"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":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"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":457,"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":458,"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":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes","name":"PrimitiveTypes","id":465,"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":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":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":29,"target":32},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":32},{"source":30,"target":32},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":32},{"source":31,"target":32},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":32},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":22},{"source":36,"target":39},{"source":36,"target":2},{"source":36,"target":40},{"source":39,"target":22},{"source":37,"target":32},{"source":37,"target":41},{"source":37,"target":2},{"source":41,"target":32},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":42},{"source":3,"target":43},{"source":42,"target":7},{"source":42,"target":44},{"source":42,"target":3},{"source":42,"target":45},{"source":44,"target":7},{"source":43,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":46,"target":49},{"source":46,"target":50},{"source":46,"target":4},{"source":50,"target":49},{"source":47,"target":7},{"source":47,"target":51},{"source":47,"target":4},{"source":47,"target":52},{"source":51,"target":7},{"source":48,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":53,"target":58},{"source":53,"target":59},{"source":53,"target":5},{"source":59,"target":58},{"source":54,"target":60},{"source":54,"target":61},{"source":54,"target":5},{"source":61,"target":60},{"source":55,"target":60},{"source":55,"target":62},{"source":55,"target":5},{"source":62,"target":60},{"source":56,"target":6},{"source":56,"target":63},{"source":56,"target":5},{"source":56,"target":64},{"source":63,"target":6},{"source":57,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":64},{"source":6,"target":65},{"source":64,"target":5},{"source":64,"target":66},{"source":64,"target":6},{"source":64,"target":56},{"source":66,"target":5},{"source":65,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":52},{"source":7,"target":45},{"source":7,"target":67},{"source":7,"target":68},{"source":52,"target":4},{"source":52,"target":69},{"source":52,"target":7},{"source":52,"target":47},{"source":69,"target":4},{"source":45,"target":3},{"source":45,"target":70},{"source":45,"target":7},{"source":45,"target":42},{"source":70,"target":3},{"source":67,"target":71},{"source":67,"target":72},{"source":67,"target":7},{"source":72,"target":71},{"source":68,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":73,"target":13},{"source":73,"target":78},{"source":73,"target":8},{"source":73,"target":79},{"source":78,"target":13},{"source":74,"target":23},{"source":74,"target":80},{"source":74,"target":8},{"source":74,"target":81},{"source":80,"target":23},{"source":75,"target":21},{"source":75,"target":82},{"source":75,"target":8},{"source":75,"target":83},{"source":82,"target":21},{"source":76,"target":32},{"source":76,"target":84},{"source":76,"target":8},{"source":84,"target":32},{"source":77,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":85,"target":12},{"source":85,"target":92},{"source":85,"target":9},{"source":85,"target":93},{"source":92,"target":12},{"source":86,"target":9},{"source":86,"target":94},{"source":86,"target":9},{"source":86,"target":87},{"source":94,"target":9},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":9},{"source":87,"target":86},{"source":95,"target":9},{"source":88,"target":58},{"source":88,"target":96},{"source":88,"target":9},{"source":96,"target":58},{"source":89,"target":58},{"source":89,"target":97},{"source":89,"target":9},{"source":97,"target":58},{"source":90,"target":58},{"source":90,"target":98},{"source":90,"target":9},{"source":98,"target":58},{"source":91,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":99},{"source":10,"target":100},{"source":99,"target":58},{"source":99,"target":101},{"source":99,"target":10},{"source":101,"target":58},{"source":100,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":106},{"source":102,"target":107},{"source":102,"target":11},{"source":107,"target":106},{"source":103,"target":58},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":58},{"source":104,"target":58},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":58},{"source":105,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":110},{"source":12,"target":93},{"source":12,"target":111},{"source":12,"target":112},{"source":110,"target":15},{"source":110,"target":113},{"source":110,"target":12},{"source":110,"target":114},{"source":113,"target":15},{"source":93,"target":9},{"source":93,"target":115},{"source":93,"target":12},{"source":93,"target":85},{"source":115,"target":9},{"source":111,"target":49},{"source":111,"target":116},{"source":111,"target":12},{"source":116,"target":49},{"source":112,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":79},{"source":13,"target":117},{"source":13,"target":118},{"source":79,"target":8},{"source":79,"target":119},{"source":79,"target":13},{"source":79,"target":73},{"source":119,"target":8},{"source":117,"target":17},{"source":117,"target":120},{"source":117,"target":13},{"source":117,"target":121},{"source":120,"target":17},{"source":118,"target":1},{"source":14,"target":0},{"source":14,"target":122},{"source":14,"target":123},{"source":123,"target":122},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":124},{"source":15,"target":114},{"source":15,"target":125},{"source":15,"target":126},{"source":124,"target":17},{"source":124,"target":127},{"source":124,"target":15},{"source":124,"target":128},{"source":127,"target":17},{"source":114,"target":12},{"source":114,"target":129},{"source":114,"target":15},{"source":114,"target":110},{"source":129,"target":12},{"source":125,"target":60},{"source":125,"target":130},{"source":125,"target":15},{"source":130,"target":60},{"source":126,"target":14},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":131},{"source":131,"target":15},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":121},{"source":17,"target":128},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":134},{"source":121,"target":13},{"source":121,"target":135},{"source":121,"target":17},{"source":121,"target":117},{"source":135,"target":13},{"source":128,"target":15},{"source":128,"target":136},{"source":128,"target":17},{"source":128,"target":124},{"source":136,"target":15},{"source":132,"target":20},{"source":132,"target":137},{"source":132,"target":17},{"source":132,"target":138},{"source":137,"target":20},{"source":133,"target":60},{"source":133,"target":139},{"source":133,"target":17},{"source":139,"target":60},{"source":134,"target":14},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":140},{"source":18,"target":141},{"source":140,"target":49},{"source":140,"target":142},{"source":140,"target":18},{"source":142,"target":49},{"source":141,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":143,"target":49},{"source":143,"target":146},{"source":143,"target":19},{"source":146,"target":49},{"source":144,"target":147},{"source":144,"target":148},{"source":144,"target":19},{"source":148,"target":147},{"source":145,"target":17},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":149},{"source":20,"target":138},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":149,"target":49},{"source":149,"target":153},{"source":149,"target":20},{"source":153,"target":49},{"source":138,"target":17},{"source":138,"target":154},{"source":138,"target":20},{"source":138,"target":132},{"source":154,"target":17},{"source":150,"target":32},{"source":150,"target":155},{"source":150,"target":20},{"source":155,"target":32},{"source":151,"target":58},{"source":151,"target":156},{"source":151,"target":20},{"source":156,"target":58},{"source":152,"target":1},{"source":21,"target":0},{"source":21,"target":122},{"source":21,"target":83},{"source":21,"target":157},{"source":83,"target":8},{"source":83,"target":158},{"source":83,"target":21},{"source":83,"target":75},{"source":158,"target":8},{"source":157,"target":122},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":40},{"source":22,"target":159},{"source":22,"target":160},{"source":40,"target":2},{"source":40,"target":161},{"source":40,"target":22},{"source":40,"target":36},{"source":161,"target":2},{"source":159,"target":32},{"source":159,"target":162},{"source":159,"target":22},{"source":162,"target":32},{"source":160,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":81},{"source":23,"target":163},{"source":23,"target":164},{"source":81,"target":8},{"source":81,"target":165},{"source":81,"target":23},{"source":81,"target":74},{"source":165,"target":8},{"source":163,"target":24},{"source":163,"target":166},{"source":163,"target":23},{"source":166,"target":24},{"source":164,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":167},{"source":167,"target":1},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":168},{"source":25,"target":169},{"source":168,"target":49},{"source":168,"target":170},{"source":168,"target":25},{"source":170,"target":49},{"source":169,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":171},{"source":26,"target":172},{"source":26,"target":173},{"source":26,"target":174},{"source":26,"target":175},{"source":171,"target":49},{"source":171,"target":176},{"source":171,"target":26},{"source":176,"target":49},{"source":172,"target":32},{"source":172,"target":177},{"source":172,"target":26},{"source":177,"target":32},{"source":173,"target":58},{"source":173,"target":178},{"source":173,"target":26},{"source":178,"target":58},{"source":174,"target":49},{"source":174,"target":179},{"source":174,"target":26},{"source":179,"target":49},{"source":175,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":180},{"source":27,"target":181},{"source":27,"target":182},{"source":27,"target":183},{"source":180,"target":49},{"source":180,"target":184},{"source":180,"target":27},{"source":184,"target":49},{"source":181,"target":24},{"source":181,"target":185},{"source":181,"target":27},{"source":185,"target":24},{"source":182,"target":24},{"source":182,"target":186},{"source":182,"target":27},{"source":186,"target":24},{"source":183,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":187},{"source":28,"target":188},{"source":28,"target":189},{"source":28,"target":190},{"source":187,"target":147},{"source":187,"target":191},{"source":187,"target":28},{"source":191,"target":147},{"source":188,"target":49},{"source":188,"target":192},{"source":188,"target":28},{"source":192,"target":49},{"source":189,"target":24},{"source":189,"target":193},{"source":189,"target":28},{"source":193,"target":24},{"source":190,"target":24},{"source":194,"target":49},{"source":194,"target":195},{"source":194,"target":196},{"source":194,"target":197},{"source":194,"target":198},{"source":194,"target":199},{"source":194,"target":200},{"source":194,"target":201},{"source":194,"target":202},{"source":194,"target":203},{"source":194,"target":204},{"source":194,"target":205},{"source":194,"target":206},{"source":194,"target":207},{"source":194,"target":208},{"source":194,"target":209},{"source":194,"target":210},{"source":194,"target":211},{"source":194,"target":212},{"source":194,"target":213},{"source":194,"target":214},{"source":194,"target":215},{"source":194,"target":216},{"source":194,"target":217},{"source":194,"target":218},{"source":194,"target":219},{"source":194,"target":220},{"source":194,"target":221},{"source":194,"target":222},{"source":194,"target":223},{"source":194,"target":122},{"source":194,"target":147},{"source":194,"target":106},{"source":194,"target":224},{"source":194,"target":225},{"source":194,"target":226},{"source":194,"target":227},{"source":194,"target":228},{"source":194,"target":229},{"source":194,"target":230},{"source":194,"target":231},{"source":194,"target":232},{"source":194,"target":233},{"source":194,"target":234},{"source":194,"target":235},{"source":194,"target":236},{"source":194,"target":237},{"source":194,"target":238},{"source":194,"target":239},{"source":194,"target":240},{"source":194,"target":71},{"source":194,"target":241},{"source":194,"target":242},{"source":194,"target":243},{"source":194,"target":244},{"source":194,"target":60},{"source":49,"target":194},{"source":49,"target":1},{"source":49,"target":245},{"source":49,"target":246},{"source":49,"target":247},{"source":49,"target":248},{"source":49,"target":249},{"source":49,"target":250},{"source":49,"target":251},{"source":49,"target":252},{"source":49,"target":253},{"source":49,"target":254},{"source":49,"target":255},{"source":49,"target":256},{"source":49,"target":257},{"source":245,"target":225},{"source":245,"target":258},{"source":245,"target":49},{"source":245,"target":259},{"source":258,"target":225},{"source":246,"target":223},{"source":246,"target":260},{"source":246,"target":49},{"source":246,"target":261},{"source":260,"target":223},{"source":247,"target":214},{"source":247,"target":262},{"source":247,"target":49},{"source":247,"target":263},{"source":262,"target":214},{"source":248,"target":203},{"source":248,"target":264},{"source":248,"target":49},{"source":248,"target":265},{"source":264,"target":203},{"source":249,"target":222},{"source":249,"target":266},{"source":249,"target":49},{"source":249,"target":267},{"source":266,"target":222},{"source":250,"target":219},{"source":250,"target":268},{"source":250,"target":49},{"source":250,"target":269},{"source":268,"target":219},{"source":251,"target":216},{"source":251,"target":270},{"source":251,"target":49},{"source":251,"target":271},{"source":270,"target":216},{"source":252,"target":122},{"source":252,"target":272},{"source":252,"target":49},{"source":252,"target":273},{"source":272,"target":122},{"source":253,"target":223},{"source":253,"target":274},{"source":253,"target":49},{"source":253,"target":275},{"source":274,"target":223},{"source":254,"target":244},{"source":254,"target":276},{"source":254,"target":49},{"source":254,"target":277},{"source":276,"target":244},{"source":255,"target":223},{"source":255,"target":278},{"source":255,"target":49},{"source":255,"target":279},{"source":278,"target":223},{"source":256,"target":243},{"source":256,"target":280},{"source":256,"target":49},{"source":256,"target":281},{"source":280,"target":243},{"source":257,"target":1},{"source":195,"target":194},{"source":195,"target":49},{"source":195,"target":282},{"source":195,"target":283},{"source":282,"target":122},{"source":282,"target":284},{"source":282,"target":195},{"source":282,"target":285},{"source":284,"target":122},{"source":283,"target":49},{"source":196,"target":194},{"source":196,"target":49},{"source":196,"target":286},{"source":286,"target":49},{"source":197,"target":194},{"source":197,"target":49},{"source":197,"target":287},{"source":287,"target":49},{"source":198,"target":194},{"source":198,"target":197},{"source":198,"target":288},{"source":198,"target":289},{"source":288,"target":32},{"source":288,"target":290},{"source":288,"target":198},{"source":290,"target":32},{"source":289,"target":197},{"source":199,"target":194},{"source":199,"target":197},{"source":199,"target":291},{"source":199,"target":292},{"source":291,"target":58},{"source":291,"target":293},{"source":291,"target":199},{"source":293,"target":58},{"source":292,"target":197},{"source":200,"target":194},{"source":200,"target":197},{"source":200,"target":294},{"source":294,"target":197},{"source":201,"target":194},{"source":201,"target":200},{"source":201,"target":295},{"source":201,"target":296},{"source":295,"target":297},{"source":295,"target":298},{"source":295,"target":201},{"source":298,"target":297},{"source":296,"target":200},{"source":202,"target":194},{"source":202,"target":200},{"source":202,"target":299},{"source":202,"target":300},{"source":299,"target":301},{"source":299,"target":302},{"source":299,"target":202},{"source":302,"target":301},{"source":300,"target":200},{"source":203,"target":194},{"source":203,"target":49},{"source":203,"target":265},{"source":203,"target":303},{"source":265,"target":49},{"source":265,"target":304},{"source":265,"target":203},{"source":265,"target":248},{"source":304,"target":49},{"source":303,"target":49},{"source":204,"target":194},{"source":204,"target":203},{"source":204,"target":305},{"source":305,"target":203},{"source":205,"target":194},{"source":205,"target":203},{"source":205,"target":306},{"source":306,"target":203},{"source":206,"target":194},{"source":206,"target":203},{"source":206,"target":307},{"source":307,"target":203},{"source":207,"target":194},{"source":207,"target":203},{"source":207,"target":308},{"source":308,"target":203},{"source":208,"target":194},{"source":208,"target":49},{"source":208,"target":309},{"source":208,"target":310},{"source":309,"target":209},{"source":309,"target":311},{"source":309,"target":208},{"source":309,"target":312},{"source":311,"target":209},{"source":310,"target":49},{"source":209,"target":194},{"source":209,"target":122},{"source":209,"target":312},{"source":209,"target":313},{"source":312,"target":208},{"source":312,"target":314},{"source":312,"target":209},{"source":312,"target":309},{"source":314,"target":208},{"source":313,"target":122},{"source":210,"target":194},{"source":210,"target":49},{"source":210,"target":315},{"source":210,"target":316},{"source":315,"target":211},{"source":315,"target":317},{"source":315,"target":210},{"source":315,"target":318},{"source":317,"target":211},{"source":316,"target":49},{"source":211,"target":194},{"source":211,"target":1},{"source":211,"target":318},{"source":211,"target":319},{"source":211,"target":320},{"source":211,"target":321},{"source":318,"target":210},{"source":318,"target":322},{"source":318,"target":211},{"source":318,"target":315},{"source":322,"target":210},{"source":319,"target":49},{"source":319,"target":323},{"source":319,"target":211},{"source":323,"target":49},{"source":320,"target":49},{"source":320,"target":324},{"source":320,"target":211},{"source":324,"target":49},{"source":321,"target":1},{"source":212,"target":194},{"source":212,"target":49},{"source":212,"target":325},{"source":212,"target":326},{"source":325,"target":32},{"source":325,"target":327},{"source":325,"target":212},{"source":327,"target":32},{"source":326,"target":49},{"source":213,"target":194},{"source":213,"target":49},{"source":213,"target":328},{"source":328,"target":49},{"source":214,"target":194},{"source":214,"target":49},{"source":214,"target":263},{"source":214,"target":329},{"source":263,"target":49},{"source":263,"target":330},{"source":263,"target":214},{"source":263,"target":247},{"source":330,"target":49},{"source":329,"target":49},{"source":215,"target":194},{"source":215,"target":214},{"source":215,"target":331},{"source":215,"target":332},{"source":331,"target":32},{"source":331,"target":333},{"source":331,"target":215},{"source":333,"target":32},{"source":332,"target":214},{"source":216,"target":194},{"source":216,"target":214},{"source":216,"target":271},{"source":216,"target":334},{"source":216,"target":335},{"source":271,"target":49},{"source":271,"target":336},{"source":271,"target":216},{"source":271,"target":251},{"source":336,"target":49},{"source":334,"target":32},{"source":334,"target":337},{"source":334,"target":216},{"source":337,"target":32},{"source":335,"target":214},{"source":217,"target":194},{"source":217,"target":216},{"source":217,"target":338},{"source":338,"target":216},{"source":218,"target":194},{"source":218,"target":216},{"source":218,"target":339},{"source":339,"target":216},{"source":219,"target":194},{"source":219,"target":214},{"source":219,"target":269},{"source":219,"target":340},{"source":219,"target":341},{"source":269,"target":49},{"source":269,"target":342},{"source":269,"target":219},{"source":269,"target":250},{"source":342,"target":49},{"source":340,"target":147},{"source":340,"target":343},{"source":340,"target":219},{"source":340,"target":344},{"source":343,"target":147},{"source":341,"target":214},{"source":220,"target":194},{"source":220,"target":219},{"source":220,"target":345},{"source":220,"target":346},{"source":345,"target":122},{"source":345,"target":347},{"source":345,"target":220},{"source":345,"target":348},{"source":347,"target":122},{"source":346,"target":219},{"source":221,"target":194},{"source":221,"target":219},{"source":221,"target":349},{"source":221,"target":350},{"source":349,"target":32},{"source":349,"target":351},{"source":349,"target":221},{"source":351,"target":32},{"source":350,"target":219},{"source":222,"target":194},{"source":222,"target":49},{"source":222,"target":352},{"source":222,"target":267},{"source":222,"target":353},{"source":352,"target":122},{"source":352,"target":354},{"source":352,"target":222},{"source":352,"target":355},{"source":354,"target":122},{"source":267,"target":49},{"source":267,"target":356},{"source":267,"target":222},{"source":267,"target":249},{"source":356,"target":49},{"source":353,"target":49},{"source":223,"target":194},{"source":223,"target":49},{"source":223,"target":275},{"source":223,"target":279},{"source":223,"target":261},{"source":223,"target":357},{"source":275,"target":49},{"source":275,"target":358},{"source":275,"target":223},{"source":275,"target":253},{"source":358,"target":49},{"source":279,"target":49},{"source":279,"target":359},{"source":279,"target":223},{"source":279,"target":255},{"source":359,"target":49},{"source":261,"target":49},{"source":261,"target":360},{"source":261,"target":223},{"source":261,"target":246},{"source":360,"target":49},{"source":357,"target":49},{"source":122,"target":194},{"source":122,"target":1},{"source":122,"target":361},{"source":122,"target":362},{"source":122,"target":363},{"source":122,"target":273},{"source":122,"target":355},{"source":122,"target":348},{"source":122,"target":285},{"source":122,"target":364},{"source":361,"target":32},{"source":361,"target":365},{"source":361,"target":122},{"source":365,"target":32},{"source":362,"target":32},{"source":362,"target":366},{"source":362,"target":122},{"source":366,"target":32},{"source":363,"target":225},{"source":363,"target":367},{"source":363,"target":122},{"source":363,"target":368},{"source":367,"target":225},{"source":273,"target":49},{"source":273,"target":369},{"source":273,"target":122},{"source":273,"target":252},{"source":369,"target":49},{"source":355,"target":222},{"source":355,"target":370},{"source":355,"target":122},{"source":355,"target":352},{"source":370,"target":222},{"source":348,"target":220},{"source":348,"target":371},{"source":348,"target":122},{"source":348,"target":345},{"source":371,"target":220},{"source":285,"target":195},{"source":285,"target":372},{"source":285,"target":122},{"source":285,"target":282},{"source":372,"target":195},{"source":364,"target":1},{"source":147,"target":194},{"source":147,"target":122},{"source":147,"target":344},{"source":147,"target":373},{"source":344,"target":219},{"source":344,"target":374},{"source":344,"target":147},{"source":344,"target":340},{"source":374,"target":219},{"source":373,"target":122},{"source":106,"target":194},{"source":106,"target":122},{"source":106,"target":375},{"source":106,"target":376},{"source":375,"target":244},{"source":375,"target":377},{"source":375,"target":106},{"source":375,"target":378},{"source":377,"target":244},{"source":376,"target":122},{"source":224,"target":194},{"source":224,"target":225},{"source":224,"target":379},{"source":224,"target":380},{"source":379,"target":225},{"source":379,"target":381},{"source":379,"target":224},{"source":379,"target":382},{"source":381,"target":225},{"source":380,"target":225},{"source":225,"target":194},{"source":225,"target":49},{"source":225,"target":383},{"source":225,"target":384},{"source":225,"target":259},{"source":225,"target":385},{"source":225,"target":386},{"source":225,"target":387},{"source":225,"target":388},{"source":225,"target":382},{"source":225,"target":389},{"source":225,"target":368},{"source":225,"target":390},{"source":383,"target":32},{"source":383,"target":391},{"source":383,"target":225},{"source":391,"target":32},{"source":384,"target":241},{"source":384,"target":392},{"source":384,"target":225},{"source":384,"target":393},{"source":392,"target":241},{"source":259,"target":49},{"source":259,"target":394},{"source":259,"target":225},{"source":259,"target":245},{"source":394,"target":49},{"source":385,"target":244},{"source":385,"target":395},{"source":385,"target":225},{"source":385,"target":396},{"source":395,"target":244},{"source":386,"target":240},{"source":386,"target":397},{"source":386,"target":225},{"source":386,"target":398},{"source":397,"target":240},{"source":387,"target":243},{"source":387,"target":399},{"source":387,"target":225},{"source":387,"target":400},{"source":399,"target":243},{"source":388,"target":240},{"source":388,"target":401},{"source":388,"target":225},{"source":388,"target":402},{"source":401,"target":240},{"source":382,"target":224},{"source":382,"target":403},{"source":382,"target":225},{"source":382,"target":379},{"source":403,"target":224},{"source":389,"target":238},{"source":389,"target":404},{"source":389,"target":225},{"source":389,"target":405},{"source":404,"target":238},{"source":368,"target":122},{"source":368,"target":406},{"source":368,"target":225},{"source":368,"target":363},{"source":406,"target":122},{"source":390,"target":49},{"source":226,"target":194},{"source":226,"target":225},{"source":226,"target":407},{"source":407,"target":225},{"source":227,"target":194},{"source":227,"target":226},{"source":227,"target":408},{"source":408,"target":226},{"source":228,"target":194},{"source":228,"target":226},{"source":228,"target":409},{"source":409,"target":226},{"source":229,"target":194},{"source":229,"target":226},{"source":229,"target":410},{"source":410,"target":226},{"source":230,"target":194},{"source":230,"target":229},{"source":230,"target":411},{"source":411,"target":229},{"source":231,"target":194},{"source":231,"target":229},{"source":231,"target":412},{"source":412,"target":229},{"source":232,"target":194},{"source":232,"target":224},{"source":232,"target":413},{"source":413,"target":224},{"source":233,"target":194},{"source":233,"target":224},{"source":233,"target":414},{"source":414,"target":224},{"source":234,"target":194},{"source":234,"target":224},{"source":234,"target":415},{"source":415,"target":224},{"source":235,"target":194},{"source":235,"target":224},{"source":235,"target":416},{"source":416,"target":224},{"source":236,"target":194},{"source":236,"target":225},{"source":236,"target":417},{"source":417,"target":225},{"source":237,"target":194},{"source":237,"target":225},{"source":237,"target":418},{"source":237,"target":419},{"source":418,"target":238},{"source":418,"target":420},{"source":418,"target":237},{"source":418,"target":421},{"source":420,"target":238},{"source":419,"target":225},{"source":238,"target":194},{"source":238,"target":1},{"source":238,"target":405},{"source":238,"target":421},{"source":238,"target":422},{"source":238,"target":423},{"source":405,"target":225},{"source":405,"target":424},{"source":405,"target":238},{"source":405,"target":389},{"source":424,"target":225},{"source":421,"target":237},{"source":421,"target":425},{"source":421,"target":238},{"source":421,"target":418},{"source":425,"target":237},{"source":422,"target":32},{"source":422,"target":426},{"source":422,"target":238},{"source":426,"target":32},{"source":423,"target":1},{"source":239,"target":194},{"source":239,"target":225},{"source":239,"target":427},{"source":239,"target":428},{"source":427,"target":60},{"source":427,"target":429},{"source":427,"target":239},{"source":427,"target":430},{"source":429,"target":60},{"source":428,"target":225},{"source":240,"target":194},{"source":240,"target":225},{"source":240,"target":398},{"source":240,"target":402},{"source":240,"target":431},{"source":398,"target":225},{"source":398,"target":432},{"source":398,"target":240},{"source":398,"target":386},{"source":432,"target":225},{"source":402,"target":225},{"source":402,"target":433},{"source":402,"target":240},{"source":402,"target":388},{"source":433,"target":225},{"source":431,"target":225},{"source":71,"target":194},{"source":71,"target":1},{"source":71,"target":434},{"source":71,"target":435},{"source":71,"target":436},{"source":434,"target":242},{"source":434,"target":437},{"source":434,"target":71},{"source":434,"target":438},{"source":437,"target":242},{"source":435,"target":241},{"source":435,"target":439},{"source":435,"target":71},{"source":435,"target":440},{"source":439,"target":241},{"source":436,"target":1},{"source":241,"target":194},{"source":241,"target":1},{"source":241,"target":440},{"source":241,"target":393},{"source":241,"target":441},{"source":440,"target":71},{"source":440,"target":442},{"source":440,"target":241},{"source":440,"target":435},{"source":442,"target":71},{"source":393,"target":225},{"source":393,"target":443},{"source":393,"target":241},{"source":393,"target":384},{"source":443,"target":225},{"source":441,"target":1},{"source":242,"target":194},{"source":242,"target":1},{"source":242,"target":438},{"source":242,"target":444},{"source":438,"target":71},{"source":438,"target":445},{"source":438,"target":242},{"source":438,"target":434},{"source":445,"target":71},{"source":444,"target":1},{"source":243,"target":194},{"source":243,"target":242},{"source":243,"target":446},{"source":243,"target":281},{"source":243,"target":400},{"source":243,"target":447},{"source":446,"target":32},{"source":446,"target":448},{"source":446,"target":243},{"source":448,"target":32},{"source":281,"target":49},{"source":281,"target":449},{"source":281,"target":243},{"source":281,"target":256},{"source":449,"target":49},{"source":400,"target":225},{"source":400,"target":450},{"source":400,"target":243},{"source":400,"target":387},{"source":450,"target":225},{"source":447,"target":242},{"source":244,"target":194},{"source":244,"target":242},{"source":244,"target":451},{"source":244,"target":378},{"source":244,"target":396},{"source":244,"target":277},{"source":244,"target":452},{"source":451,"target":32},{"source":451,"target":453},{"source":451,"target":244},{"source":453,"target":32},{"source":378,"target":106},{"source":378,"target":454},{"source":378,"target":244},{"source":378,"target":375},{"source":454,"target":106},{"source":396,"target":225},{"source":396,"target":455},{"source":396,"target":244},{"source":396,"target":385},{"source":455,"target":225},{"source":277,"target":49},{"source":277,"target":456},{"source":277,"target":244},{"source":277,"target":254},{"source":456,"target":49},{"source":452,"target":242},{"source":60,"target":194},{"source":60,"target":1},{"source":60,"target":457},{"source":60,"target":458},{"source":60,"target":430},{"source":60,"target":459},{"source":60,"target":460},{"source":457,"target":32},{"source":457,"target":461},{"source":457,"target":60},{"source":461,"target":32},{"source":458,"target":60},{"source":458,"target":462},{"source":458,"target":60},{"source":458,"target":459},{"source":462,"target":60},{"source":430,"target":239},{"source":430,"target":463},{"source":430,"target":60},{"source":430,"target":427},{"source":463,"target":239},{"source":459,"target":60},{"source":459,"target":464},{"source":459,"target":60},{"source":459,"target":458},{"source":464,"target":60},{"source":460,"target":1},{"source":465,"target":58},{"source":465,"target":297},{"source":465,"target":301},{"source":465,"target":32},{"source":58,"target":465},{"source":297,"target":465},{"source":301,"target":465},{"source":32,"target":465}],"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="jex"
nsURI="platform:/plugin/no.hal.jex/model/jex.ecore" nsPrefix="jex">
<eClassifiers xsi:type="ecore:EClass" name="JavaPack" eSuperTypes="#//JavaElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//JavaClass" containment="true" eOpposite="#//JavaClass/pack"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaClass" eSuperTypes="#//Member">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="classKind" eType="#//ClassKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="#//Member" containment="true" eOpposite="#//Member/owner"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pack" eType="#//JavaPack"
transient="true" eOpposite="#//JavaPack/classes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="superclasses" upperBound="-1"
eType="#//ClassName"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaField" eSuperTypes="#//Member">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//DeclarationType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaMethod" eSuperTypes="#//Member">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="returnType" eType="#//DeclarationType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" unique="false"
upperBound="-1" eType="#//DeclarationType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="throwables" upperBound="-1"
eType="#//ClassName"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Member" abstract="true" eSuperTypes="#//JavaElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="modifiers" eType="#//Modifiers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owner" eType="#//JavaClass"
transient="true" eOpposite="#//JavaClass/members"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="present" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ClassKind">
<eLiterals name="classKind"/>
<eLiterals name="interfaceKind" value="1"/>
<eLiterals name="enumKind" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="DeclarationType" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EDataType" name="Modifiers" instanceClassName="int"/>
<eClassifiers xsi:type="ecore:EDataType" name="ClassName" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EClass" name="JavaRequirement" eSuperTypes="#//Requirement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="NonNullJavaElement"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="javaElement" eType="#//JavaElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="requiredFeatures" eType="#//Features"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JUnitTest" eSuperTypes="#//JavaRequirement">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="PositivePoints"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="testRunnable" eType="#//TestRunnable"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="points" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="testStatus" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
transient="true" defaultValueLiteral="-1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Requirement" abstract="true" eSuperTypes="#//AbstractRequirement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="satisfied" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="messages" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Exercise" eSuperTypes="#//AbstractRequirement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExercisePart" eSuperTypes="#//AbstractRequirement"/>
<eClassifiers xsi:type="ecore:EClass" name="AbstractRequirement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="text" 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">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
<eAnnotations source="http:///no/hal/jex/JexMetaData">
<details key="contentType" value="text/html"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
<eAnnotations source="http:///no/hal/jex/JexMetaData">
<details key="contentType" value="text/html"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="javaElements" upperBound="-1"
eType="#//JavaElement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requirements" upperBound="-1"
eType="#//AbstractRequirement" containment="true" eOpposite="#//AbstractRequirement/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//AbstractRequirement"
eOpposite="#//AbstractRequirement/requirements"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="childrenSatisfied" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="Features" instanceClassName="java.lang.String"/>
<eClassifiers xsi:type="ecore:EEnum" name="JUnitTestStatus">
<eLiterals name="undefined" value="-1"/>
<eLiterals name="ok"/>
<eLiterals name="error" value="1"/>
<eLiterals name="failure" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TestRunnable" abstract="true" interface="true"
eSuperTypes="#//Member">
<eOperations name="getTestRuns" upperBound="-1" eType="#//TestRunnable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="testedElement" eType="#//Member"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JavaClassTester" eSuperTypes="#//JavaClass #//TestRunnable"/>
<eClassifiers xsi:type="ecore:EClass" name="JavaMethodTester" eSuperTypes="#//JavaMethod #//TestRunnable"/>
<eClassifiers xsi:type="ecore:EClass" name="TestSuite" eSuperTypes="#//JavaClass #//TestRunnable">
<eStructuralFeatures xsi:type="ecore:EReference" name="testRuns" upperBound="-1"
eType="#//TestRunnable"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/jex.ecore | ecore | jex
JavaPack
name
classes
sourceLocation
JavaClass
classKind
members
pack
superclasses
JavaField
type
JavaMethod
returnType
parameters
throwables
Member
name
modifiers
owner
required
JavaElement
present
time
ClassKind
classKind
classKind
interfaceKind
interfaceKind
enumKind
enumKind
DeclarationType
java.lang.String
java.lang.String
Modifiers
int
int
ClassName
java.lang.String
java.lang.String
JavaRequirement
javaElement
requiredFeatures
JUnitTest
testRunnable
points
testStatus
-1
Requirement
satisfied
time
messages
Exercise
ExercisePart
AbstractRequirement
text
description
comment
javaElements
requirements
parent
childrenSatisfied
Features
java.lang.String
java.lang.String
JUnitTestStatus
undefined
undefined
ok
ok
error
error
failure
failure
TestRunnable
getTestRuns
testedElement
JavaClassTester
JavaMethodTester
TestSuite
testRuns | null | {"directed":true,"nodes":[{"nsPrefix":"jex","nsURI":"platform:/plugin/no.hal.jex/model/jex.ecore","name":"jex","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaPack","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaClass","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaField","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaMethod","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ClassKind","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"DeclarationType","instanceClass":"java.lang.String","id":8,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Modifiers","instanceClass":"int","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"ClassName","instanceClass":"java.lang.String","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaRequirement","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JUnitTest","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exercise","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExercisePart","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractRequirement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Features","instanceClass":"java.lang.String","id":17,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"JUnitTestStatus","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestRunnable","instanceClass":null,"abstract":true,"id":19,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaClassTester","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaMethodTester","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestSuite","instanceClass":null,"abstract":false,"id":22,"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":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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"sourceLocation","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"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":"pack","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classKind","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":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"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":"superclasses","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"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":"owner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"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":40,"derived":false},{"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":"returnType","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":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":44,"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":"throwables","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"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":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":"modifiers","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":"required","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"present","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":true,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"name":"classKind","id":62,"value":0,"literal":"classKind","eClass":"EEnumLiteral"},{"name":"interfaceKind","id":63,"value":1,"literal":"interfaceKind","eClass":"EEnumLiteral"},{"name":"enumKind","id":64,"value":2,"literal":"enumKind","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":"javaElement","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"requiredFeatures","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"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":"testRunnable","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"points","changeable":true,"lowerBound":0,"iD":false,"id":71,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"-1","unsettable":false,"transient":true,"unique":true,"name":"testStatus","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"satisfied","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":78,"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":"messages","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"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":86,"derived":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":87,"derived":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":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"javaElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":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":90,"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":"parent","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":true,"unique":true,"name":"childrenSatisfied","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"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"name":"undefined","id":100,"value":-1,"literal":"undefined","eClass":"EEnumLiteral"},{"name":"ok","id":101,"value":0,"literal":"ok","eClass":"EEnumLiteral"},{"name":"error","id":102,"value":1,"literal":"error","eClass":"EEnumLiteral"},{"name":"failure","id":103,"value":2,"literal":"failure","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getTestRuns","lowerBound":0,"id":104,"many":true,"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":"testedElement","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"},{"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":"testRuns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"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":1,"target":0},{"source":1,"target":6},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":23,"target":27},{"source":23,"target":1},{"source":24,"target":2},{"source":24,"target":28},{"source":24,"target":1},{"source":24,"target":29},{"source":28,"target":2},{"source":25,"target":30},{"source":25,"target":1},{"source":26,"target":6},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":29},{"source":2,"target":33},{"source":2,"target":34},{"source":31,"target":7},{"source":31,"target":35},{"source":31,"target":2},{"source":35,"target":7},{"source":32,"target":5},{"source":32,"target":36},{"source":32,"target":2},{"source":32,"target":37},{"source":36,"target":5},{"source":29,"target":1},{"source":29,"target":38},{"source":29,"target":2},{"source":29,"target":24},{"source":38,"target":1},{"source":33,"target":10},{"source":33,"target":39},{"source":33,"target":2},{"source":39,"target":10},{"source":34,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":40},{"source":3,"target":41},{"source":40,"target":8},{"source":40,"target":42},{"source":40,"target":3},{"source":42,"target":8},{"source":41,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":43,"target":8},{"source":43,"target":47},{"source":43,"target":4},{"source":47,"target":8},{"source":44,"target":8},{"source":44,"target":48},{"source":44,"target":4},{"source":48,"target":8},{"source":45,"target":10},{"source":45,"target":49},{"source":45,"target":4},{"source":49,"target":10},{"source":46,"target":5},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":50},{"source":5,"target":51},{"source":5,"target":37},{"source":5,"target":52},{"source":5,"target":53},{"source":50,"target":54},{"source":50,"target":5},{"source":51,"target":9},{"source":51,"target":55},{"source":51,"target":5},{"source":55,"target":9},{"source":37,"target":2},{"source":37,"target":56},{"source":37,"target":5},{"source":37,"target":32},{"source":56,"target":2},{"source":52,"target":57},{"source":52,"target":5},{"source":53,"target":6},{"source":6,"target":0},{"source":6,"target":58},{"source":6,"target":59},{"source":58,"target":60},{"source":58,"target":6},{"source":59,"target":61},{"source":59,"target":6},{"source":7,"target":0},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":62,"target":7},{"source":63,"target":7},{"source":64,"target":7},{"source":8,"target":0},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":13},{"source":11,"target":65},{"source":11,"target":66},{"source":11,"target":67},{"source":65,"target":6},{"source":65,"target":68},{"source":65,"target":11},{"source":68,"target":6},{"source":66,"target":17},{"source":66,"target":69},{"source":66,"target":11},{"source":69,"target":17},{"source":67,"target":13},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":70},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":70,"target":19},{"source":70,"target":74},{"source":70,"target":12},{"source":74,"target":19},{"source":71,"target":75},{"source":71,"target":12},{"source":72,"target":76},{"source":72,"target":12},{"source":73,"target":11},{"source":13,"target":0},{"source":13,"target":16},{"source":13,"target":77},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":77,"target":81},{"source":77,"target":13},{"source":78,"target":82},{"source":78,"target":13},{"source":79,"target":83},{"source":79,"target":13},{"source":80,"target":16},{"source":14,"target":0},{"source":14,"target":16},{"source":14,"target":84},{"source":84,"target":16},{"source":15,"target":0},{"source":15,"target":16},{"source":15,"target":85},{"source":85,"target":16},{"source":16,"target":0},{"source":16,"target":86},{"source":16,"target":87},{"source":16,"target":88},{"source":16,"target":89},{"source":16,"target":90},{"source":16,"target":91},{"source":16,"target":92},{"source":86,"target":93},{"source":86,"target":16},{"source":87,"target":94},{"source":87,"target":16},{"source":88,"target":95},{"source":88,"target":16},{"source":89,"target":6},{"source":89,"target":96},{"source":89,"target":16},{"source":96,"target":6},{"source":90,"target":16},{"source":90,"target":97},{"source":90,"target":16},{"source":90,"target":91},{"source":97,"target":16},{"source":91,"target":16},{"source":91,"target":98},{"source":91,"target":16},{"source":91,"target":90},{"source":98,"target":16},{"source":92,"target":99},{"source":92,"target":16},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":100},{"source":18,"target":101},{"source":18,"target":102},{"source":18,"target":103},{"source":100,"target":18},{"source":101,"target":18},{"source":102,"target":18},{"source":103,"target":18},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":104},{"source":19,"target":105},{"source":19,"target":106},{"source":104,"target":19},{"source":104,"target":107},{"source":104,"target":19},{"source":107,"target":19},{"source":105,"target":5},{"source":105,"target":108},{"source":105,"target":19},{"source":108,"target":5},{"source":106,"target":5},{"source":20,"target":0},{"source":20,"target":2},{"source":20,"target":19},{"source":20,"target":109},{"source":20,"target":110},{"source":109,"target":2},{"source":110,"target":19},{"source":21,"target":0},{"source":21,"target":4},{"source":21,"target":19},{"source":21,"target":111},{"source":21,"target":112},{"source":111,"target":4},{"source":112,"target":19},{"source":22,"target":0},{"source":22,"target":2},{"source":22,"target":19},{"source":22,"target":113},{"source":22,"target":114},{"source":22,"target":115},{"source":113,"target":19},{"source":113,"target":116},{"source":113,"target":22},{"source":116,"target":19},{"source":114,"target":2},{"source":115,"target":19}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<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="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
unique="false" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false"
upperBound="-1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false"
upperBound="-1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false"
upperBound="-1" eType="#/0/LibraryRef" containment="true" eOpposite="#/0/LibraryRef/unit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/library"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1"
upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/0/ModuleElement" containment="true" eOpposite="#/0/ModuleElement/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false"
lowerBound="1" eType="#/0/Module" eOpposite="#/0/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false"
eType="#/0/Query" eOpposite="#/0/Query/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false"
eType="#/0/Library" eOpposite="#/0/Library/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
eType="#/0/OutPattern" containment="true" eOpposite="#/0/OutPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false"
eType="#/0/ActionBlock" containment="true" eOpposite="#/0/ActionBlock/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#/0/RuleVariableDeclaration" containment="true" eOpposite="#/0/RuleVariableDeclaration/rule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
eType="#/0/InPattern" containment="true" eOpposite="#/0/InPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/superRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false"
eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/0/MatchedRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#/1/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/InPatternElement" containment="true"
eOpposite="#/0/InPatternElement/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#/0/OutPatternElement" containment="true" eOpposite="#/0/OutPatternElement/outPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/1/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/sourceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
lowerBound="1" eType="#/0/InPattern" eOpposite="#/0/InPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false"
upperBound="-1" eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/0/InPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false"
eType="#/0/InPatternElement" eOpposite="#/0/InPatternElement/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#/0/Binding" containment="true" eOpposite="#/0/Binding/outPatternElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="reverseBindings" upperBound="-1"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/bindings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false"
lowerBound="1" eType="#/0/Unit" eOpposite="#/0/Unit/libraries"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/actionBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl">
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false"
eType="#/1/PropertyCallExp" eOpposite="#/1/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
eType="#/1/CollectionExp" eOpposite="#/1/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false"
eType="#/1/OperationCallExp" eOpposite="#/1/OperationCallExp/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/initExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/variableExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/1/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1"
eType="#/1/TuplePart" containment="true" eOpposite="#/1/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false"
lowerBound="1" eType="#/1/TupleExp" eOpposite="#/1/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/MapElement" containment="true" eOpposite="#/1/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false"
lowerBound="1" eType="#/1/MapExp" eOpposite="#/1/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/Iterator" containment="true" eOpposite="#/1/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false"
eType="#/1/IterateExp" eOpposite="#/1/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false"
upperBound="-1" eType="#/1/VariableExp" eOpposite="#/1/VariableExp/referredVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
lowerBound="1" eType="#/1/Operation" eOpposite="#/1/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false"
eType="#/1/OclContextDefinition" eOpposite="#/1/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false"
eType="#/1/OclExpression" eOpposite="#/1/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false"
eType="#/1/CollectionType" eOpposite="#/1/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false"
eType="#/1/TupleTypeAttribute" eOpposite="#/1/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#/1/TupleTypeAttribute" containment="true" eOpposite="#/1/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false"
lowerBound="1" eType="#/1/TupleType" eOpposite="#/1/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
lowerBound="1" eType="#/1/OclFeature" containment="true" eOpposite="#/1/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
eType="#/1/OclContextDefinition" containment="true" eOpposite="#/1/OclContextDefinition/definition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/Parameter" containment="true" eOpposite="#/1/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#/1/OclModelElement" eOpposite="#/1/OclModelElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
upperBound="-1" eType="#/1/OclModel" eOpposite="#/1/OclModel/metamodel"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes"
nsPrefix="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"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/jreimone/refactory/Evolution/experiments/ATL/Metamodels/ATL/ATL.ecore | ecore | ATL
LocatedElement
location
commentsBefore
commentsAfter
Unit
libraries
name
Library
helpers
Query
body
helpers
Module
isRefining
inModels
outModels
elements
ModuleElement
module
Helper
query
library
definition
Rule
outPattern
actionBlock
variables
name
MatchedRule
inPattern
children
superRule
isAbstract
isRefining
isNoDefault
LazyMatchedRule
isUnique
CalledRule
parameters
isEntrypoint
isEndpoint
InPattern
elements
rule
filter
OutPattern
rule
elements
PatternElement
InPatternElement
mapsTo
inPattern
models
SimpleInPatternElement
OutPatternElement
outPattern
sourceElement
bindings
model
SimpleOutPatternElement
reverseBindings
ForEachOutPatternElement
collection
iterator
Binding
value
outPatternElement
propertyName
isAssignment
RuleVariableDeclaration
rule
LibraryRef
unit
name
ActionBlock
rule
statements
Statement
ExpressionStat
expression
BindingStat
source
propertyName
isAssignment
value
IfStat
condition
thenStatements
elseStatements
ForStat
iterator
collection
statements
OCL
OclExpression
type
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
owningAttribute
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
NavigationOrAttributeCallExp
name
OperationCallExp
arguments
operationName
OperatorCallExp
CollectionOperationCallExp
LoopExp
body
iterators
IterateExp
result
IteratorExp
name
LetExp
variable
in_
IfExp
thenExpression
condition
elseExpression
VariableDeclaration
id
varName
type
initExpression
letExp
baseExp
variableExp
Iterator
loopExpr
Parameter
operation
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
PrimitiveTypes
Boolean
boolean
boolean
Double
double
double
Integer
int
int
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"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":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":28,"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":29,"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":30,"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":31,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":32,"serializable":true,"eClass":"EDataType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"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":36,"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":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"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":40,"derived":false},{"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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"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":45,"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":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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":52,"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":53,"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":54,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":58,"serializable":true,"eClass":"EDataType"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"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":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"id":72,"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":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"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":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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":79,"derived":false},{"id":80,"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":81,"derived":false},{"id":82,"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":83,"derived":false},{"id":84,"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":85,"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":86,"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":87,"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":88,"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":89,"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":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"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":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"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":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"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":102,"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":103,"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":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":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":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"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":121,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"id":123,"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":124,"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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"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":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":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":132,"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":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":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":"reverseBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"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":143,"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":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"id":148,"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":149,"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":150,"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":151,"derived":false},{"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"},{"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":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"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":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"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":171,"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":172,"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":173,"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":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"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":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":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":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":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"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":187,"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":188,"derived":false},{"container":false,"ordered":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":194,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":244,"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":245,"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":246,"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":247,"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":248,"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":249,"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":250,"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":251,"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":252,"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":253,"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":254,"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":255,"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":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"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":259,"derived":false},{"id":260,"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":261,"derived":false},{"id":262,"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":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":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":265,"derived":false},{"id":266,"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":267,"derived":false},{"id":268,"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":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":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":271,"derived":false},{"id":272,"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":273,"derived":false},{"id":274,"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":275,"derived":false},{"id":276,"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":277,"derived":false},{"id":278,"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":279,"derived":false},{"id":280,"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":281,"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":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"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":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"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":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"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":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"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":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":297,"serializable":true,"eClass":"EDataType"},{"id":298,"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":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":301,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":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":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"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":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":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":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"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":318,"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":319,"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":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"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":325,"derived":false},{"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},{"id":332,"eClass":"EGenericType"},{"id":333,"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":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"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":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"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":344,"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":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"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":348,"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":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"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":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"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":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"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":361,"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":362,"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":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"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":368,"derived":false},{"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":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":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"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":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"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":382,"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":383,"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":384,"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":385,"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":386,"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":387,"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":388,"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":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"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":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"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":396,"derived":false},{"id":397,"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":398,"derived":false},{"id":399,"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":400,"derived":false},{"id":401,"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":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"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":405,"derived":false},{"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"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"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":421,"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":422,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"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":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"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":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"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":438,"derived":false},{"id":439,"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":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"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":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"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":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"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":457,"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":458,"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":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes","name":"PrimitiveTypes","id":465,"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":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":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":29,"target":32},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":32},{"source":30,"target":32},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":32},{"source":31,"target":32},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":32},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":22},{"source":36,"target":39},{"source":36,"target":2},{"source":36,"target":40},{"source":39,"target":22},{"source":37,"target":32},{"source":37,"target":41},{"source":37,"target":2},{"source":41,"target":32},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":42},{"source":3,"target":43},{"source":42,"target":7},{"source":42,"target":44},{"source":42,"target":3},{"source":42,"target":45},{"source":44,"target":7},{"source":43,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":46,"target":49},{"source":46,"target":50},{"source":46,"target":4},{"source":50,"target":49},{"source":47,"target":7},{"source":47,"target":51},{"source":47,"target":4},{"source":47,"target":52},{"source":51,"target":7},{"source":48,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":53,"target":58},{"source":53,"target":59},{"source":53,"target":5},{"source":59,"target":58},{"source":54,"target":60},{"source":54,"target":61},{"source":54,"target":5},{"source":61,"target":60},{"source":55,"target":60},{"source":55,"target":62},{"source":55,"target":5},{"source":62,"target":60},{"source":56,"target":6},{"source":56,"target":63},{"source":56,"target":5},{"source":56,"target":64},{"source":63,"target":6},{"source":57,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":64},{"source":6,"target":65},{"source":64,"target":5},{"source":64,"target":66},{"source":64,"target":6},{"source":64,"target":56},{"source":66,"target":5},{"source":65,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":52},{"source":7,"target":45},{"source":7,"target":67},{"source":7,"target":68},{"source":52,"target":4},{"source":52,"target":69},{"source":52,"target":7},{"source":52,"target":47},{"source":69,"target":4},{"source":45,"target":3},{"source":45,"target":70},{"source":45,"target":7},{"source":45,"target":42},{"source":70,"target":3},{"source":67,"target":71},{"source":67,"target":72},{"source":67,"target":7},{"source":72,"target":71},{"source":68,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":73,"target":13},{"source":73,"target":78},{"source":73,"target":8},{"source":73,"target":79},{"source":78,"target":13},{"source":74,"target":23},{"source":74,"target":80},{"source":74,"target":8},{"source":74,"target":81},{"source":80,"target":23},{"source":75,"target":21},{"source":75,"target":82},{"source":75,"target":8},{"source":75,"target":83},{"source":82,"target":21},{"source":76,"target":32},{"source":76,"target":84},{"source":76,"target":8},{"source":84,"target":32},{"source":77,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":85,"target":12},{"source":85,"target":92},{"source":85,"target":9},{"source":85,"target":93},{"source":92,"target":12},{"source":86,"target":9},{"source":86,"target":94},{"source":86,"target":9},{"source":86,"target":87},{"source":94,"target":9},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":9},{"source":87,"target":86},{"source":95,"target":9},{"source":88,"target":58},{"source":88,"target":96},{"source":88,"target":9},{"source":96,"target":58},{"source":89,"target":58},{"source":89,"target":97},{"source":89,"target":9},{"source":97,"target":58},{"source":90,"target":58},{"source":90,"target":98},{"source":90,"target":9},{"source":98,"target":58},{"source":91,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":99},{"source":10,"target":100},{"source":99,"target":58},{"source":99,"target":101},{"source":99,"target":10},{"source":101,"target":58},{"source":100,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":106},{"source":102,"target":107},{"source":102,"target":11},{"source":107,"target":106},{"source":103,"target":58},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":58},{"source":104,"target":58},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":58},{"source":105,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":110},{"source":12,"target":93},{"source":12,"target":111},{"source":12,"target":112},{"source":110,"target":15},{"source":110,"target":113},{"source":110,"target":12},{"source":110,"target":114},{"source":113,"target":15},{"source":93,"target":9},{"source":93,"target":115},{"source":93,"target":12},{"source":93,"target":85},{"source":115,"target":9},{"source":111,"target":49},{"source":111,"target":116},{"source":111,"target":12},{"source":116,"target":49},{"source":112,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":79},{"source":13,"target":117},{"source":13,"target":118},{"source":79,"target":8},{"source":79,"target":119},{"source":79,"target":13},{"source":79,"target":73},{"source":119,"target":8},{"source":117,"target":17},{"source":117,"target":120},{"source":117,"target":13},{"source":117,"target":121},{"source":120,"target":17},{"source":118,"target":1},{"source":14,"target":0},{"source":14,"target":122},{"source":14,"target":123},{"source":123,"target":122},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":124},{"source":15,"target":114},{"source":15,"target":125},{"source":15,"target":126},{"source":124,"target":17},{"source":124,"target":127},{"source":124,"target":15},{"source":124,"target":128},{"source":127,"target":17},{"source":114,"target":12},{"source":114,"target":129},{"source":114,"target":15},{"source":114,"target":110},{"source":129,"target":12},{"source":125,"target":60},{"source":125,"target":130},{"source":125,"target":15},{"source":130,"target":60},{"source":126,"target":14},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":131},{"source":131,"target":15},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":121},{"source":17,"target":128},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":134},{"source":121,"target":13},{"source":121,"target":135},{"source":121,"target":17},{"source":121,"target":117},{"source":135,"target":13},{"source":128,"target":15},{"source":128,"target":136},{"source":128,"target":17},{"source":128,"target":124},{"source":136,"target":15},{"source":132,"target":20},{"source":132,"target":137},{"source":132,"target":17},{"source":132,"target":138},{"source":137,"target":20},{"source":133,"target":60},{"source":133,"target":139},{"source":133,"target":17},{"source":139,"target":60},{"source":134,"target":14},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":140},{"source":18,"target":141},{"source":140,"target":49},{"source":140,"target":142},{"source":140,"target":18},{"source":142,"target":49},{"source":141,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":143,"target":49},{"source":143,"target":146},{"source":143,"target":19},{"source":146,"target":49},{"source":144,"target":147},{"source":144,"target":148},{"source":144,"target":19},{"source":148,"target":147},{"source":145,"target":17},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":149},{"source":20,"target":138},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":149,"target":49},{"source":149,"target":153},{"source":149,"target":20},{"source":153,"target":49},{"source":138,"target":17},{"source":138,"target":154},{"source":138,"target":20},{"source":138,"target":132},{"source":154,"target":17},{"source":150,"target":32},{"source":150,"target":155},{"source":150,"target":20},{"source":155,"target":32},{"source":151,"target":58},{"source":151,"target":156},{"source":151,"target":20},{"source":156,"target":58},{"source":152,"target":1},{"source":21,"target":0},{"source":21,"target":122},{"source":21,"target":83},{"source":21,"target":157},{"source":83,"target":8},{"source":83,"target":158},{"source":83,"target":21},{"source":83,"target":75},{"source":158,"target":8},{"source":157,"target":122},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":40},{"source":22,"target":159},{"source":22,"target":160},{"source":40,"target":2},{"source":40,"target":161},{"source":40,"target":22},{"source":40,"target":36},{"source":161,"target":2},{"source":159,"target":32},{"source":159,"target":162},{"source":159,"target":22},{"source":162,"target":32},{"source":160,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":81},{"source":23,"target":163},{"source":23,"target":164},{"source":81,"target":8},{"source":81,"target":165},{"source":81,"target":23},{"source":81,"target":74},{"source":165,"target":8},{"source":163,"target":24},{"source":163,"target":166},{"source":163,"target":23},{"source":166,"target":24},{"source":164,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":167},{"source":167,"target":1},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":168},{"source":25,"target":169},{"source":168,"target":49},{"source":168,"target":170},{"source":168,"target":25},{"source":170,"target":49},{"source":169,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":171},{"source":26,"target":172},{"source":26,"target":173},{"source":26,"target":174},{"source":26,"target":175},{"source":171,"target":49},{"source":171,"target":176},{"source":171,"target":26},{"source":176,"target":49},{"source":172,"target":32},{"source":172,"target":177},{"source":172,"target":26},{"source":177,"target":32},{"source":173,"target":58},{"source":173,"target":178},{"source":173,"target":26},{"source":178,"target":58},{"source":174,"target":49},{"source":174,"target":179},{"source":174,"target":26},{"source":179,"target":49},{"source":175,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":180},{"source":27,"target":181},{"source":27,"target":182},{"source":27,"target":183},{"source":180,"target":49},{"source":180,"target":184},{"source":180,"target":27},{"source":184,"target":49},{"source":181,"target":24},{"source":181,"target":185},{"source":181,"target":27},{"source":185,"target":24},{"source":182,"target":24},{"source":182,"target":186},{"source":182,"target":27},{"source":186,"target":24},{"source":183,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":187},{"source":28,"target":188},{"source":28,"target":189},{"source":28,"target":190},{"source":187,"target":147},{"source":187,"target":191},{"source":187,"target":28},{"source":191,"target":147},{"source":188,"target":49},{"source":188,"target":192},{"source":188,"target":28},{"source":192,"target":49},{"source":189,"target":24},{"source":189,"target":193},{"source":189,"target":28},{"source":193,"target":24},{"source":190,"target":24},{"source":194,"target":49},{"source":194,"target":195},{"source":194,"target":196},{"source":194,"target":197},{"source":194,"target":198},{"source":194,"target":199},{"source":194,"target":200},{"source":194,"target":201},{"source":194,"target":202},{"source":194,"target":203},{"source":194,"target":204},{"source":194,"target":205},{"source":194,"target":206},{"source":194,"target":207},{"source":194,"target":208},{"source":194,"target":209},{"source":194,"target":210},{"source":194,"target":211},{"source":194,"target":212},{"source":194,"target":213},{"source":194,"target":214},{"source":194,"target":215},{"source":194,"target":216},{"source":194,"target":217},{"source":194,"target":218},{"source":194,"target":219},{"source":194,"target":220},{"source":194,"target":221},{"source":194,"target":222},{"source":194,"target":223},{"source":194,"target":122},{"source":194,"target":147},{"source":194,"target":106},{"source":194,"target":224},{"source":194,"target":225},{"source":194,"target":226},{"source":194,"target":227},{"source":194,"target":228},{"source":194,"target":229},{"source":194,"target":230},{"source":194,"target":231},{"source":194,"target":232},{"source":194,"target":233},{"source":194,"target":234},{"source":194,"target":235},{"source":194,"target":236},{"source":194,"target":237},{"source":194,"target":238},{"source":194,"target":239},{"source":194,"target":240},{"source":194,"target":71},{"source":194,"target":241},{"source":194,"target":242},{"source":194,"target":243},{"source":194,"target":244},{"source":194,"target":60},{"source":49,"target":194},{"source":49,"target":1},{"source":49,"target":245},{"source":49,"target":246},{"source":49,"target":247},{"source":49,"target":248},{"source":49,"target":249},{"source":49,"target":250},{"source":49,"target":251},{"source":49,"target":252},{"source":49,"target":253},{"source":49,"target":254},{"source":49,"target":255},{"source":49,"target":256},{"source":49,"target":257},{"source":245,"target":225},{"source":245,"target":258},{"source":245,"target":49},{"source":245,"target":259},{"source":258,"target":225},{"source":246,"target":223},{"source":246,"target":260},{"source":246,"target":49},{"source":246,"target":261},{"source":260,"target":223},{"source":247,"target":214},{"source":247,"target":262},{"source":247,"target":49},{"source":247,"target":263},{"source":262,"target":214},{"source":248,"target":203},{"source":248,"target":264},{"source":248,"target":49},{"source":248,"target":265},{"source":264,"target":203},{"source":249,"target":222},{"source":249,"target":266},{"source":249,"target":49},{"source":249,"target":267},{"source":266,"target":222},{"source":250,"target":219},{"source":250,"target":268},{"source":250,"target":49},{"source":250,"target":269},{"source":268,"target":219},{"source":251,"target":216},{"source":251,"target":270},{"source":251,"target":49},{"source":251,"target":271},{"source":270,"target":216},{"source":252,"target":122},{"source":252,"target":272},{"source":252,"target":49},{"source":252,"target":273},{"source":272,"target":122},{"source":253,"target":223},{"source":253,"target":274},{"source":253,"target":49},{"source":253,"target":275},{"source":274,"target":223},{"source":254,"target":244},{"source":254,"target":276},{"source":254,"target":49},{"source":254,"target":277},{"source":276,"target":244},{"source":255,"target":223},{"source":255,"target":278},{"source":255,"target":49},{"source":255,"target":279},{"source":278,"target":223},{"source":256,"target":243},{"source":256,"target":280},{"source":256,"target":49},{"source":256,"target":281},{"source":280,"target":243},{"source":257,"target":1},{"source":195,"target":194},{"source":195,"target":49},{"source":195,"target":282},{"source":195,"target":283},{"source":282,"target":122},{"source":282,"target":284},{"source":282,"target":195},{"source":282,"target":285},{"source":284,"target":122},{"source":283,"target":49},{"source":196,"target":194},{"source":196,"target":49},{"source":196,"target":286},{"source":286,"target":49},{"source":197,"target":194},{"source":197,"target":49},{"source":197,"target":287},{"source":287,"target":49},{"source":198,"target":194},{"source":198,"target":197},{"source":198,"target":288},{"source":198,"target":289},{"source":288,"target":32},{"source":288,"target":290},{"source":288,"target":198},{"source":290,"target":32},{"source":289,"target":197},{"source":199,"target":194},{"source":199,"target":197},{"source":199,"target":291},{"source":199,"target":292},{"source":291,"target":58},{"source":291,"target":293},{"source":291,"target":199},{"source":293,"target":58},{"source":292,"target":197},{"source":200,"target":194},{"source":200,"target":197},{"source":200,"target":294},{"source":294,"target":197},{"source":201,"target":194},{"source":201,"target":200},{"source":201,"target":295},{"source":201,"target":296},{"source":295,"target":297},{"source":295,"target":298},{"source":295,"target":201},{"source":298,"target":297},{"source":296,"target":200},{"source":202,"target":194},{"source":202,"target":200},{"source":202,"target":299},{"source":202,"target":300},{"source":299,"target":301},{"source":299,"target":302},{"source":299,"target":202},{"source":302,"target":301},{"source":300,"target":200},{"source":203,"target":194},{"source":203,"target":49},{"source":203,"target":265},{"source":203,"target":303},{"source":265,"target":49},{"source":265,"target":304},{"source":265,"target":203},{"source":265,"target":248},{"source":304,"target":49},{"source":303,"target":49},{"source":204,"target":194},{"source":204,"target":203},{"source":204,"target":305},{"source":305,"target":203},{"source":205,"target":194},{"source":205,"target":203},{"source":205,"target":306},{"source":306,"target":203},{"source":206,"target":194},{"source":206,"target":203},{"source":206,"target":307},{"source":307,"target":203},{"source":207,"target":194},{"source":207,"target":203},{"source":207,"target":308},{"source":308,"target":203},{"source":208,"target":194},{"source":208,"target":49},{"source":208,"target":309},{"source":208,"target":310},{"source":309,"target":209},{"source":309,"target":311},{"source":309,"target":208},{"source":309,"target":312},{"source":311,"target":209},{"source":310,"target":49},{"source":209,"target":194},{"source":209,"target":122},{"source":209,"target":312},{"source":209,"target":313},{"source":312,"target":208},{"source":312,"target":314},{"source":312,"target":209},{"source":312,"target":309},{"source":314,"target":208},{"source":313,"target":122},{"source":210,"target":194},{"source":210,"target":49},{"source":210,"target":315},{"source":210,"target":316},{"source":315,"target":211},{"source":315,"target":317},{"source":315,"target":210},{"source":315,"target":318},{"source":317,"target":211},{"source":316,"target":49},{"source":211,"target":194},{"source":211,"target":1},{"source":211,"target":318},{"source":211,"target":319},{"source":211,"target":320},{"source":211,"target":321},{"source":318,"target":210},{"source":318,"target":322},{"source":318,"target":211},{"source":318,"target":315},{"source":322,"target":210},{"source":319,"target":49},{"source":319,"target":323},{"source":319,"target":211},{"source":323,"target":49},{"source":320,"target":49},{"source":320,"target":324},{"source":320,"target":211},{"source":324,"target":49},{"source":321,"target":1},{"source":212,"target":194},{"source":212,"target":49},{"source":212,"target":325},{"source":212,"target":326},{"source":325,"target":32},{"source":325,"target":327},{"source":325,"target":212},{"source":327,"target":32},{"source":326,"target":49},{"source":213,"target":194},{"source":213,"target":49},{"source":213,"target":328},{"source":328,"target":49},{"source":214,"target":194},{"source":214,"target":49},{"source":214,"target":263},{"source":214,"target":329},{"source":263,"target":49},{"source":263,"target":330},{"source":263,"target":214},{"source":263,"target":247},{"source":330,"target":49},{"source":329,"target":49},{"source":215,"target":194},{"source":215,"target":214},{"source":215,"target":331},{"source":215,"target":332},{"source":331,"target":32},{"source":331,"target":333},{"source":331,"target":215},{"source":333,"target":32},{"source":332,"target":214},{"source":216,"target":194},{"source":216,"target":214},{"source":216,"target":271},{"source":216,"target":334},{"source":216,"target":335},{"source":271,"target":49},{"source":271,"target":336},{"source":271,"target":216},{"source":271,"target":251},{"source":336,"target":49},{"source":334,"target":32},{"source":334,"target":337},{"source":334,"target":216},{"source":337,"target":32},{"source":335,"target":214},{"source":217,"target":194},{"source":217,"target":216},{"source":217,"target":338},{"source":338,"target":216},{"source":218,"target":194},{"source":218,"target":216},{"source":218,"target":339},{"source":339,"target":216},{"source":219,"target":194},{"source":219,"target":214},{"source":219,"target":269},{"source":219,"target":340},{"source":219,"target":341},{"source":269,"target":49},{"source":269,"target":342},{"source":269,"target":219},{"source":269,"target":250},{"source":342,"target":49},{"source":340,"target":147},{"source":340,"target":343},{"source":340,"target":219},{"source":340,"target":344},{"source":343,"target":147},{"source":341,"target":214},{"source":220,"target":194},{"source":220,"target":219},{"source":220,"target":345},{"source":220,"target":346},{"source":345,"target":122},{"source":345,"target":347},{"source":345,"target":220},{"source":345,"target":348},{"source":347,"target":122},{"source":346,"target":219},{"source":221,"target":194},{"source":221,"target":219},{"source":221,"target":349},{"source":221,"target":350},{"source":349,"target":32},{"source":349,"target":351},{"source":349,"target":221},{"source":351,"target":32},{"source":350,"target":219},{"source":222,"target":194},{"source":222,"target":49},{"source":222,"target":352},{"source":222,"target":267},{"source":222,"target":353},{"source":352,"target":122},{"source":352,"target":354},{"source":352,"target":222},{"source":352,"target":355},{"source":354,"target":122},{"source":267,"target":49},{"source":267,"target":356},{"source":267,"target":222},{"source":267,"target":249},{"source":356,"target":49},{"source":353,"target":49},{"source":223,"target":194},{"source":223,"target":49},{"source":223,"target":275},{"source":223,"target":279},{"source":223,"target":261},{"source":223,"target":357},{"source":275,"target":49},{"source":275,"target":358},{"source":275,"target":223},{"source":275,"target":253},{"source":358,"target":49},{"source":279,"target":49},{"source":279,"target":359},{"source":279,"target":223},{"source":279,"target":255},{"source":359,"target":49},{"source":261,"target":49},{"source":261,"target":360},{"source":261,"target":223},{"source":261,"target":246},{"source":360,"target":49},{"source":357,"target":49},{"source":122,"target":194},{"source":122,"target":1},{"source":122,"target":361},{"source":122,"target":362},{"source":122,"target":363},{"source":122,"target":273},{"source":122,"target":355},{"source":122,"target":348},{"source":122,"target":285},{"source":122,"target":364},{"source":361,"target":32},{"source":361,"target":365},{"source":361,"target":122},{"source":365,"target":32},{"source":362,"target":32},{"source":362,"target":366},{"source":362,"target":122},{"source":366,"target":32},{"source":363,"target":225},{"source":363,"target":367},{"source":363,"target":122},{"source":363,"target":368},{"source":367,"target":225},{"source":273,"target":49},{"source":273,"target":369},{"source":273,"target":122},{"source":273,"target":252},{"source":369,"target":49},{"source":355,"target":222},{"source":355,"target":370},{"source":355,"target":122},{"source":355,"target":352},{"source":370,"target":222},{"source":348,"target":220},{"source":348,"target":371},{"source":348,"target":122},{"source":348,"target":345},{"source":371,"target":220},{"source":285,"target":195},{"source":285,"target":372},{"source":285,"target":122},{"source":285,"target":282},{"source":372,"target":195},{"source":364,"target":1},{"source":147,"target":194},{"source":147,"target":122},{"source":147,"target":344},{"source":147,"target":373},{"source":344,"target":219},{"source":344,"target":374},{"source":344,"target":147},{"source":344,"target":340},{"source":374,"target":219},{"source":373,"target":122},{"source":106,"target":194},{"source":106,"target":122},{"source":106,"target":375},{"source":106,"target":376},{"source":375,"target":244},{"source":375,"target":377},{"source":375,"target":106},{"source":375,"target":378},{"source":377,"target":244},{"source":376,"target":122},{"source":224,"target":194},{"source":224,"target":225},{"source":224,"target":379},{"source":224,"target":380},{"source":379,"target":225},{"source":379,"target":381},{"source":379,"target":224},{"source":379,"target":382},{"source":381,"target":225},{"source":380,"target":225},{"source":225,"target":194},{"source":225,"target":49},{"source":225,"target":383},{"source":225,"target":384},{"source":225,"target":259},{"source":225,"target":385},{"source":225,"target":386},{"source":225,"target":387},{"source":225,"target":388},{"source":225,"target":382},{"source":225,"target":389},{"source":225,"target":368},{"source":225,"target":390},{"source":383,"target":32},{"source":383,"target":391},{"source":383,"target":225},{"source":391,"target":32},{"source":384,"target":241},{"source":384,"target":392},{"source":384,"target":225},{"source":384,"target":393},{"source":392,"target":241},{"source":259,"target":49},{"source":259,"target":394},{"source":259,"target":225},{"source":259,"target":245},{"source":394,"target":49},{"source":385,"target":244},{"source":385,"target":395},{"source":385,"target":225},{"source":385,"target":396},{"source":395,"target":244},{"source":386,"target":240},{"source":386,"target":397},{"source":386,"target":225},{"source":386,"target":398},{"source":397,"target":240},{"source":387,"target":243},{"source":387,"target":399},{"source":387,"target":225},{"source":387,"target":400},{"source":399,"target":243},{"source":388,"target":240},{"source":388,"target":401},{"source":388,"target":225},{"source":388,"target":402},{"source":401,"target":240},{"source":382,"target":224},{"source":382,"target":403},{"source":382,"target":225},{"source":382,"target":379},{"source":403,"target":224},{"source":389,"target":238},{"source":389,"target":404},{"source":389,"target":225},{"source":389,"target":405},{"source":404,"target":238},{"source":368,"target":122},{"source":368,"target":406},{"source":368,"target":225},{"source":368,"target":363},{"source":406,"target":122},{"source":390,"target":49},{"source":226,"target":194},{"source":226,"target":225},{"source":226,"target":407},{"source":407,"target":225},{"source":227,"target":194},{"source":227,"target":226},{"source":227,"target":408},{"source":408,"target":226},{"source":228,"target":194},{"source":228,"target":226},{"source":228,"target":409},{"source":409,"target":226},{"source":229,"target":194},{"source":229,"target":226},{"source":229,"target":410},{"source":410,"target":226},{"source":230,"target":194},{"source":230,"target":229},{"source":230,"target":411},{"source":411,"target":229},{"source":231,"target":194},{"source":231,"target":229},{"source":231,"target":412},{"source":412,"target":229},{"source":232,"target":194},{"source":232,"target":224},{"source":232,"target":413},{"source":413,"target":224},{"source":233,"target":194},{"source":233,"target":224},{"source":233,"target":414},{"source":414,"target":224},{"source":234,"target":194},{"source":234,"target":224},{"source":234,"target":415},{"source":415,"target":224},{"source":235,"target":194},{"source":235,"target":224},{"source":235,"target":416},{"source":416,"target":224},{"source":236,"target":194},{"source":236,"target":225},{"source":236,"target":417},{"source":417,"target":225},{"source":237,"target":194},{"source":237,"target":225},{"source":237,"target":418},{"source":237,"target":419},{"source":418,"target":238},{"source":418,"target":420},{"source":418,"target":237},{"source":418,"target":421},{"source":420,"target":238},{"source":419,"target":225},{"source":238,"target":194},{"source":238,"target":1},{"source":238,"target":405},{"source":238,"target":421},{"source":238,"target":422},{"source":238,"target":423},{"source":405,"target":225},{"source":405,"target":424},{"source":405,"target":238},{"source":405,"target":389},{"source":424,"target":225},{"source":421,"target":237},{"source":421,"target":425},{"source":421,"target":238},{"source":421,"target":418},{"source":425,"target":237},{"source":422,"target":32},{"source":422,"target":426},{"source":422,"target":238},{"source":426,"target":32},{"source":423,"target":1},{"source":239,"target":194},{"source":239,"target":225},{"source":239,"target":427},{"source":239,"target":428},{"source":427,"target":60},{"source":427,"target":429},{"source":427,"target":239},{"source":427,"target":430},{"source":429,"target":60},{"source":428,"target":225},{"source":240,"target":194},{"source":240,"target":225},{"source":240,"target":398},{"source":240,"target":402},{"source":240,"target":431},{"source":398,"target":225},{"source":398,"target":432},{"source":398,"target":240},{"source":398,"target":386},{"source":432,"target":225},{"source":402,"target":225},{"source":402,"target":433},{"source":402,"target":240},{"source":402,"target":388},{"source":433,"target":225},{"source":431,"target":225},{"source":71,"target":194},{"source":71,"target":1},{"source":71,"target":434},{"source":71,"target":435},{"source":71,"target":436},{"source":434,"target":242},{"source":434,"target":437},{"source":434,"target":71},{"source":434,"target":438},{"source":437,"target":242},{"source":435,"target":241},{"source":435,"target":439},{"source":435,"target":71},{"source":435,"target":440},{"source":439,"target":241},{"source":436,"target":1},{"source":241,"target":194},{"source":241,"target":1},{"source":241,"target":440},{"source":241,"target":393},{"source":241,"target":441},{"source":440,"target":71},{"source":440,"target":442},{"source":440,"target":241},{"source":440,"target":435},{"source":442,"target":71},{"source":393,"target":225},{"source":393,"target":443},{"source":393,"target":241},{"source":393,"target":384},{"source":443,"target":225},{"source":441,"target":1},{"source":242,"target":194},{"source":242,"target":1},{"source":242,"target":438},{"source":242,"target":444},{"source":438,"target":71},{"source":438,"target":445},{"source":438,"target":242},{"source":438,"target":434},{"source":445,"target":71},{"source":444,"target":1},{"source":243,"target":194},{"source":243,"target":242},{"source":243,"target":446},{"source":243,"target":281},{"source":243,"target":400},{"source":243,"target":447},{"source":446,"target":32},{"source":446,"target":448},{"source":446,"target":243},{"source":448,"target":32},{"source":281,"target":49},{"source":281,"target":449},{"source":281,"target":243},{"source":281,"target":256},{"source":449,"target":49},{"source":400,"target":225},{"source":400,"target":450},{"source":400,"target":243},{"source":400,"target":387},{"source":450,"target":225},{"source":447,"target":242},{"source":244,"target":194},{"source":244,"target":242},{"source":244,"target":451},{"source":244,"target":378},{"source":244,"target":396},{"source":244,"target":277},{"source":244,"target":452},{"source":451,"target":32},{"source":451,"target":453},{"source":451,"target":244},{"source":453,"target":32},{"source":378,"target":106},{"source":378,"target":454},{"source":378,"target":244},{"source":378,"target":375},{"source":454,"target":106},{"source":396,"target":225},{"source":396,"target":455},{"source":396,"target":244},{"source":396,"target":385},{"source":455,"target":225},{"source":277,"target":49},{"source":277,"target":456},{"source":277,"target":244},{"source":277,"target":254},{"source":456,"target":49},{"source":452,"target":242},{"source":60,"target":194},{"source":60,"target":1},{"source":60,"target":457},{"source":60,"target":458},{"source":60,"target":430},{"source":60,"target":459},{"source":60,"target":460},{"source":457,"target":32},{"source":457,"target":461},{"source":457,"target":60},{"source":461,"target":32},{"source":458,"target":60},{"source":458,"target":462},{"source":458,"target":60},{"source":458,"target":459},{"source":462,"target":60},{"source":430,"target":239},{"source":430,"target":463},{"source":430,"target":60},{"source":430,"target":427},{"source":463,"target":239},{"source":459,"target":60},{"source":459,"target":464},{"source":459,"target":60},{"source":459,"target":458},{"source":464,"target":60},{"source":460,"target":1},{"source":465,"target":58},{"source":465,"target":297},{"source":465,"target":301},{"source":465,"target":32},{"source":58,"target":465},{"source":297,"target":465},{"source":301,"target":465},{"source":32,"target":465}],"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="ATL" nsURI="http://www.eclipse.org/gmt/2005/ATL" nsPrefix="atl">
<eClassifiers xsi:type="ecore:EClass" name="LocatedElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" ordered="false"
unique="false" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsBefore" unique="false"
upperBound="-1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="commentsAfter" unique="false"
upperBound="-1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Unit" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="libraries" ordered="false"
upperBound="-1" eType="#/0/LibraryRef" containment="true" eOpposite="#/0/LibraryRef/unit"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Library" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/library"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="helpers" upperBound="-1"
eType="#/0/Helper" containment="true" eOpposite="#/0/Helper/query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Module" eSuperTypes="#/0/Unit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inModels" lowerBound="1"
upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outModels" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/OclModel" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/0/ModuleElement" containment="true" eOpposite="#/0/ModuleElement/module"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModuleElement" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="module" ordered="false"
lowerBound="1" eType="#/0/Module" eOpposite="#/0/Module/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Helper" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" ordered="false"
eType="#/0/Query" eOpposite="#/0/Query/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="library" ordered="false"
eType="#/0/Library" eOpposite="#/0/Library/helpers"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#/0/ModuleElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
eType="#/0/OutPattern" containment="true" eOpposite="#/0/OutPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actionBlock" ordered="false"
eType="#/0/ActionBlock" containment="true" eOpposite="#/0/ActionBlock/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#/0/RuleVariableDeclaration" containment="true" eOpposite="#/0/RuleVariableDeclaration/rule"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MatchedRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
eType="#/0/InPattern" containment="true" eOpposite="#/0/InPattern/rule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" ordered="false"
upperBound="-1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/superRule"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="superRule" ordered="false"
eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/children"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isRefining" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isNoDefault" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LazyMatchedRule" eSuperTypes="#/0/MatchedRule">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CalledRule" eSuperTypes="#/0/Rule">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" ordered="false"
upperBound="-1" eType="#/1/Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEntrypoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEndpoint" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
lowerBound="1" upperBound="-1" eType="#/0/InPatternElement" containment="true"
eOpposite="#/0/InPatternElement/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/MatchedRule" eOpposite="#/0/MatchedRule/inPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="filter" ordered="false"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutPattern" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/outPattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" lowerBound="1"
upperBound="-1" eType="#/0/OutPatternElement" containment="true" eOpposite="#/0/OutPatternElement/outPattern"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PatternElement" abstract="true" eSuperTypes="#/1/VariableDeclaration"/>
<eClassifiers xsi:type="ecore:EClass" name="InPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/sourceElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inPattern" ordered="false"
lowerBound="1" eType="#/0/InPattern" eOpposite="#/0/InPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" ordered="false"
upperBound="-1" eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleInPatternElement" eSuperTypes="#/0/InPatternElement"/>
<eClassifiers xsi:type="ecore:EClass" name="OutPatternElement" abstract="true"
eSuperTypes="#/0/PatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="outPattern" ordered="false"
lowerBound="1" eType="#/0/OutPattern" eOpposite="#/0/OutPattern/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElement" ordered="false"
eType="#/0/InPatternElement" eOpposite="#/0/InPatternElement/mapsTo"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#/0/Binding" containment="true" eOpposite="#/0/Binding/outPatternElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
eType="#/1/OclModel"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="reverseBindings" upperBound="-1"
eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForEachOutPatternElement" eSuperTypes="#/0/OutPatternElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binding" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outPatternElement" ordered="false"
lowerBound="1" eType="#/0/OutPatternElement" eOpposite="#/0/OutPatternElement/bindings"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuleVariableDeclaration" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/variables"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LibraryRef" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="unit" ordered="false"
lowerBound="1" eType="#/0/Unit" eOpposite="#/0/Unit/libraries"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActionBlock" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="rule" ordered="false"
lowerBound="1" eType="#/0/Rule" eOpposite="#/0/Rule/actionBlock"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#/0/LocatedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAssignment" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseStatements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ForStat" eSuperTypes="#/0/Statement">
<eStructuralFeatures xsi:type="ecore:EReference" name="iterator" ordered="false"
lowerBound="1" eType="#/1/Iterator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#/0/Statement" containment="true"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="OCL" nsURI="http://www.eclipse.org/gmt/2005/OCL" nsPrefix="ocl">
<eClassifiers xsi:type="ecore:EClass" name="OclExpression" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/oclExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp3" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/elseExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliedProperty" ordered="false"
eType="#/1/PropertyCallExp" eOpposite="#/1/PropertyCallExp/source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collection" ordered="false"
eType="#/1/CollectionExp" eOpposite="#/1/CollectionExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/in_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExp" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parentOperation" ordered="false"
eType="#/1/OperationCallExp" eOpposite="#/1/OperationCallExp/arguments"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initializedVariable"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/initExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp2" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/thenExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningOperation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/body"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifExp1" ordered="false"
eType="#/1/IfExp" eOpposite="#/1/IfExp/condition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="owningAttribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/initExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="referredVariable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/variableExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SuperExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PrimitiveExp" abstract="true" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="StringExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanExp" eSuperTypes="#/1/PrimitiveExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="booleanSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Boolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericExp" abstract="true" eSuperTypes="#/1/PrimitiveExp"/>
<eClassifiers xsi:type="ecore:EClass" name="RealExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="realSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Double"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerExp" eSuperTypes="#/1/NumericExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integerSymbol" ordered="false"
unique="false" lowerBound="1" eType="#/2/Integer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/collection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BagExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="SetExp" eSuperTypes="#/1/CollectionExp"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuplePart" upperBound="-1"
eType="#/1/TuplePart" containment="true" eOpposite="#/1/TuplePart/tuple"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TuplePart" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="tuple" ordered="false"
lowerBound="1" eType="#/1/TupleExp" eOpposite="#/1/TupleExp/tuplePart"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#/1/MapElement" containment="true" eOpposite="#/1/MapElement/map"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapElement" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="map" ordered="false"
lowerBound="1" eType="#/1/MapExp" eOpposite="#/1/MapExp/elements"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="key" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumLiteralExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclUndefinedExp" eSuperTypes="#/1/OclExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="PropertyCallExp" abstract="true" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/appliedProperty"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NavigationOrAttributeCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCallExp" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/parentOperation"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperatorCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="CollectionOperationCallExp" eSuperTypes="#/1/OperationCallExp"/>
<eClassifiers xsi:type="ecore:EClass" name="LoopExp" abstract="true" eSuperTypes="#/1/PropertyCallExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/loopExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="iterators" ordered="false"
lowerBound="1" upperBound="-1" eType="#/1/Iterator" containment="true" eOpposite="#/1/Iterator/loopExpr"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IterateExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EReference" name="result" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/baseExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IteratorExp" eSuperTypes="#/1/LoopExp">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LetExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" ordered="false"
lowerBound="1" eType="#/1/VariableDeclaration" containment="true" eOpposite="#/1/VariableDeclaration/letExp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in_" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/letExp"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfExp" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp1"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/ifExp3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" ordered="false" unique="false"
eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="varName" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/variableDeclaration"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/initializedVariable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="letExp" ordered="false"
eType="#/1/LetExp" eOpposite="#/1/LetExp/variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="baseExp" ordered="false"
eType="#/1/IterateExp" eOpposite="#/1/IterateExp/result"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableExp" ordered="false"
upperBound="-1" eType="#/1/VariableExp" eOpposite="#/1/VariableExp/referredVariable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Iterator" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="loopExpr" ordered="false"
eType="#/1/LoopExp" eOpposite="#/1/LoopExp/iterators"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#/1/VariableDeclaration">
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
lowerBound="1" eType="#/1/Operation" eOpposite="#/1/Operation/parameters"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CollectionType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/collectionTypes"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclType" eSuperTypes="#/1/OclExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="definitions" ordered="false"
eType="#/1/OclContextDefinition" eOpposite="#/1/OclContextDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oclExpression" ordered="false"
eType="#/1/OclExpression" eOpposite="#/1/OclExpression/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" ordered="false"
eType="#/1/Operation" eOpposite="#/1/Operation/returnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType2" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/valueType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" ordered="false"
eType="#/1/Attribute" eOpposite="#/1/Attribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mapType" ordered="false"
eType="#/1/MapType" eOpposite="#/1/MapType/keyType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="collectionTypes" ordered="false"
eType="#/1/CollectionType" eOpposite="#/1/CollectionType/elementType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleTypeAttribute" ordered="false"
eType="#/1/TupleTypeAttribute" eOpposite="#/1/TupleTypeAttribute/type"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclaration"
ordered="false" eType="#/1/VariableDeclaration" eOpposite="#/1/VariableDeclaration/type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Primitive" abstract="true" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="StringType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="BooleanType" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="NumericType" abstract="true" eSuperTypes="#/1/Primitive"/>
<eClassifiers xsi:type="ecore:EClass" name="IntegerType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="RealType" eSuperTypes="#/1/NumericType"/>
<eClassifiers xsi:type="ecore:EClass" name="BagType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderedSetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SequenceType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="SetType" eSuperTypes="#/1/CollectionType"/>
<eClassifiers xsi:type="ecore:EClass" name="OclAnyType" eSuperTypes="#/1/OclType"/>
<eClassifiers xsi:type="ecore:EClass" name="TupleType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#/1/TupleTypeAttribute" containment="true" eOpposite="#/1/TupleTypeAttribute/tupleType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TupleTypeAttribute" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/tupleTypeAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tupleType" ordered="false"
lowerBound="1" eType="#/1/TupleType" eOpposite="#/1/TupleType/attributes"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModelElement" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/elements"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MapType" eSuperTypes="#/1/OclType">
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType2"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/mapType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeatureDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" ordered="false"
lowerBound="1" eType="#/1/OclFeature" containment="true" eOpposite="#/1/OclFeature/definition"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
eType="#/1/OclContextDefinition" containment="true" eOpposite="#/1/OclContextDefinition/definition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclContextDefinition" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
lowerBound="1" eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/context_"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="context_" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/definitions"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclFeature" abstract="true" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="definition" ordered="false"
eType="#/1/OclFeatureDefinition" eOpposite="#/1/OclFeatureDefinition/feature"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initExpression" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/attribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#/1/OclFeature">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#/1/Parameter" containment="true" eOpposite="#/1/Parameter/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" ordered="false"
lowerBound="1" eType="#/1/OclType" containment="true" eOpposite="#/1/OclType/operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false"
lowerBound="1" eType="#/1/OclExpression" containment="true" eOpposite="#/1/OclExpression/owningOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OclModel" eSuperTypes="#/0/LocatedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/2/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodel" ordered="false"
lowerBound="1" eType="#/1/OclModel" eOpposite="#/1/OclModel/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" ordered="false"
upperBound="-1" eType="#/1/OclModelElement" eOpposite="#/1/OclModelElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
upperBound="-1" eType="#/1/OclModel" eOpposite="#/1/OclModel/metamodel"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes" nsURI="http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes"
nsPrefix="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"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/javitroya/test-case-gen-mutation-analysis/Mutation_Analysis/ATL.ecore | ecore | ATL
LocatedElement
location
commentsBefore
commentsAfter
Unit
libraries
name
Library
helpers
Query
body
helpers
Module
isRefining
inModels
outModels
elements
ModuleElement
module
Helper
query
library
definition
Rule
outPattern
actionBlock
variables
name
MatchedRule
inPattern
children
superRule
isAbstract
isRefining
isNoDefault
LazyMatchedRule
isUnique
CalledRule
parameters
isEntrypoint
isEndpoint
InPattern
elements
rule
filter
OutPattern
rule
elements
PatternElement
InPatternElement
mapsTo
inPattern
models
SimpleInPatternElement
OutPatternElement
outPattern
sourceElement
bindings
model
SimpleOutPatternElement
reverseBindings
ForEachOutPatternElement
collection
iterator
Binding
value
outPatternElement
propertyName
isAssignment
RuleVariableDeclaration
rule
LibraryRef
unit
name
ActionBlock
rule
statements
Statement
ExpressionStat
expression
BindingStat
source
propertyName
isAssignment
value
IfStat
condition
thenStatements
elseStatements
ForStat
iterator
collection
statements
OCL
OclExpression
type
ifExp3
appliedProperty
collection
letExp
loopExp
parentOperation
initializedVariable
ifExp2
owningOperation
ifExp1
owningAttribute
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
NavigationOrAttributeCallExp
name
OperationCallExp
arguments
operationName
OperatorCallExp
CollectionOperationCallExp
LoopExp
body
iterators
IterateExp
result
IteratorExp
name
LetExp
variable
in_
IfExp
thenExpression
condition
elseExpression
VariableDeclaration
id
varName
type
initExpression
letExp
baseExp
variableExp
Iterator
loopExpr
Parameter
operation
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
PrimitiveTypes
Boolean
boolean
boolean
Double
double
double
Integer
int
int
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":"atl","nsURI":"http://www.eclipse.org/gmt/2005/ATL","name":"ATL","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocatedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Library","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"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":"Helper","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchedRule","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LazyMatchedRule","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CalledRule","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPattern","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPattern","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InPatternElement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleInPatternElement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutPatternElement","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleOutPatternElement","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForEachOutPatternElement","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuleVariableDeclaration","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LibraryRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActionBlock","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStat","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingStat","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStat","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStat","instanceClass":null,"abstract":false,"id":28,"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":29,"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":30,"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":31,"derived":false},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":32,"serializable":true,"eClass":"EDataType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"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":36,"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":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"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":40,"derived":false},{"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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"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":45,"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":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":"helpers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclExpression","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":52,"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":53,"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":54,"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":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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":58,"serializable":true,"eClass":"EDataType"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModel","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"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":"module","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"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":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeatureDefinition","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"id":72,"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":"outPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"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":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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":79,"derived":false},{"id":80,"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":81,"derived":false},{"id":82,"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":83,"derived":false},{"id":84,"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":85,"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":86,"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":87,"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":88,"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":89,"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":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"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":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"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":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"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":102,"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":103,"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":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":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":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"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":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"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":121,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"id":123,"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":124,"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":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"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":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":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":132,"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":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"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":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":"reverseBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"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":143,"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":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Iterator","instanceClass":null,"abstract":false,"id":147,"interface":false,"eClass":"EClass"},{"id":148,"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":149,"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":150,"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":151,"derived":false},{"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"},{"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":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"container":false,"ordered":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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"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":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"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":171,"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":172,"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":173,"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":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"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":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":"thenStatements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":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":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"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":187,"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":188,"derived":false},{"container":false,"ordered":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":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"nsPrefix":"ocl","nsURI":"http://www.eclipse.org/gmt/2005/OCL","name":"OCL","id":194,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableExp","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperExp","instanceClass":null,"abstract":false,"id":196,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveExp","instanceClass":null,"abstract":true,"id":197,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExp","instanceClass":null,"abstract":false,"id":198,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExp","instanceClass":null,"abstract":false,"id":199,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericExp","instanceClass":null,"abstract":true,"id":200,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealExp","instanceClass":null,"abstract":false,"id":201,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExp","instanceClass":null,"abstract":false,"id":202,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionExp","instanceClass":null,"abstract":true,"id":203,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagExp","instanceClass":null,"abstract":false,"id":204,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetExp","instanceClass":null,"abstract":false,"id":205,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceExp","instanceClass":null,"abstract":false,"id":206,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExp","instanceClass":null,"abstract":false,"id":207,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleExp","instanceClass":null,"abstract":false,"id":208,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TuplePart","instanceClass":null,"abstract":false,"id":209,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapExp","instanceClass":null,"abstract":false,"id":210,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapElement","instanceClass":null,"abstract":false,"id":211,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteralExp","instanceClass":null,"abstract":false,"id":212,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclUndefinedExp","instanceClass":null,"abstract":false,"id":213,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCallExp","instanceClass":null,"abstract":true,"id":214,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NavigationOrAttributeCallExp","instanceClass":null,"abstract":false,"id":215,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCallExp","instanceClass":null,"abstract":false,"id":216,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperatorCallExp","instanceClass":null,"abstract":false,"id":217,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionOperationCallExp","instanceClass":null,"abstract":false,"id":218,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoopExp","instanceClass":null,"abstract":true,"id":219,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IterateExp","instanceClass":null,"abstract":false,"id":220,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IteratorExp","instanceClass":null,"abstract":false,"id":221,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LetExp","instanceClass":null,"abstract":false,"id":222,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfExp","instanceClass":null,"abstract":false,"id":223,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionType","instanceClass":null,"abstract":false,"id":224,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclType","instanceClass":null,"abstract":false,"id":225,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Primitive","instanceClass":null,"abstract":true,"id":226,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringType","instanceClass":null,"abstract":false,"id":227,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanType","instanceClass":null,"abstract":false,"id":228,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericType","instanceClass":null,"abstract":true,"id":229,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerType","instanceClass":null,"abstract":false,"id":230,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealType","instanceClass":null,"abstract":false,"id":231,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BagType","instanceClass":null,"abstract":false,"id":232,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedSetType","instanceClass":null,"abstract":false,"id":233,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceType","instanceClass":null,"abstract":false,"id":234,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetType","instanceClass":null,"abstract":false,"id":235,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclAnyType","instanceClass":null,"abstract":false,"id":236,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleType","instanceClass":null,"abstract":false,"id":237,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TupleTypeAttribute","instanceClass":null,"abstract":false,"id":238,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclModelElement","instanceClass":null,"abstract":false,"id":239,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MapType","instanceClass":null,"abstract":false,"id":240,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclContextDefinition","instanceClass":null,"abstract":false,"id":241,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OclFeature","instanceClass":null,"abstract":true,"id":242,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":243,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":244,"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":245,"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":246,"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":247,"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":248,"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":249,"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":250,"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":251,"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":252,"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":253,"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":254,"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":255,"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":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"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":259,"derived":false},{"id":260,"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":261,"derived":false},{"id":262,"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":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":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":265,"derived":false},{"id":266,"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":267,"derived":false},{"id":268,"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":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":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":271,"derived":false},{"id":272,"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":273,"derived":false},{"id":274,"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":275,"derived":false},{"id":276,"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":277,"derived":false},{"id":278,"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":279,"derived":false},{"id":280,"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":281,"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":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"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":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"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":288,"derived":false},{"id":289,"eClass":"EGenericType"},{"id":290,"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":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"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":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Double","instanceClass":"double","id":297,"serializable":true,"eClass":"EDataType"},{"id":298,"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":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":301,"serializable":true,"eClass":"EDataType"},{"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"},{"container":false,"ordered":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":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"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":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":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":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"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":318,"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":319,"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":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"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":325,"derived":false},{"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},{"id":332,"eClass":"EGenericType"},{"id":333,"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":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"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":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"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":344,"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":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"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":348,"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":349,"derived":false},{"id":350,"eClass":"EGenericType"},{"id":351,"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":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"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":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"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":361,"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":362,"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":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"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":368,"derived":false},{"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":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":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"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":379,"derived":false},{"id":380,"eClass":"EGenericType"},{"id":381,"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":382,"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":383,"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":384,"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":385,"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":386,"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":387,"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":388,"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":389,"derived":false},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"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":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"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":396,"derived":false},{"id":397,"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":398,"derived":false},{"id":399,"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":400,"derived":false},{"id":401,"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":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"id":404,"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":405,"derived":false},{"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"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"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":421,"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":422,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"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":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":434,"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":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"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":438,"derived":false},{"id":439,"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":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"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":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"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":451,"derived":false},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"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":457,"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":458,"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":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"nsPrefix":"ptypes","nsURI":"http://www.eclipse.org/gmt/2005/ATL-PrimitiveTypes","name":"PrimitiveTypes","id":465,"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":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":1,"target":0},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":29,"target":32},{"source":29,"target":33},{"source":29,"target":1},{"source":33,"target":32},{"source":30,"target":32},{"source":30,"target":34},{"source":30,"target":1},{"source":34,"target":32},{"source":31,"target":32},{"source":31,"target":35},{"source":31,"target":1},{"source":35,"target":32},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":36,"target":22},{"source":36,"target":39},{"source":36,"target":2},{"source":36,"target":40},{"source":39,"target":22},{"source":37,"target":32},{"source":37,"target":41},{"source":37,"target":2},{"source":41,"target":32},{"source":38,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":42},{"source":3,"target":43},{"source":42,"target":7},{"source":42,"target":44},{"source":42,"target":3},{"source":42,"target":45},{"source":44,"target":7},{"source":43,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":46},{"source":4,"target":47},{"source":4,"target":48},{"source":46,"target":49},{"source":46,"target":50},{"source":46,"target":4},{"source":50,"target":49},{"source":47,"target":7},{"source":47,"target":51},{"source":47,"target":4},{"source":47,"target":52},{"source":51,"target":7},{"source":48,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":53,"target":58},{"source":53,"target":59},{"source":53,"target":5},{"source":59,"target":58},{"source":54,"target":60},{"source":54,"target":61},{"source":54,"target":5},{"source":61,"target":60},{"source":55,"target":60},{"source":55,"target":62},{"source":55,"target":5},{"source":62,"target":60},{"source":56,"target":6},{"source":56,"target":63},{"source":56,"target":5},{"source":56,"target":64},{"source":63,"target":6},{"source":57,"target":2},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":64},{"source":6,"target":65},{"source":64,"target":5},{"source":64,"target":66},{"source":64,"target":6},{"source":64,"target":56},{"source":66,"target":5},{"source":65,"target":1},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":52},{"source":7,"target":45},{"source":7,"target":67},{"source":7,"target":68},{"source":52,"target":4},{"source":52,"target":69},{"source":52,"target":7},{"source":52,"target":47},{"source":69,"target":4},{"source":45,"target":3},{"source":45,"target":70},{"source":45,"target":7},{"source":45,"target":42},{"source":70,"target":3},{"source":67,"target":71},{"source":67,"target":72},{"source":67,"target":7},{"source":72,"target":71},{"source":68,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":73},{"source":8,"target":74},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":73,"target":13},{"source":73,"target":78},{"source":73,"target":8},{"source":73,"target":79},{"source":78,"target":13},{"source":74,"target":23},{"source":74,"target":80},{"source":74,"target":8},{"source":74,"target":81},{"source":80,"target":23},{"source":75,"target":21},{"source":75,"target":82},{"source":75,"target":8},{"source":75,"target":83},{"source":82,"target":21},{"source":76,"target":32},{"source":76,"target":84},{"source":76,"target":8},{"source":84,"target":32},{"source":77,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":85,"target":12},{"source":85,"target":92},{"source":85,"target":9},{"source":85,"target":93},{"source":92,"target":12},{"source":86,"target":9},{"source":86,"target":94},{"source":86,"target":9},{"source":86,"target":87},{"source":94,"target":9},{"source":87,"target":9},{"source":87,"target":95},{"source":87,"target":9},{"source":87,"target":86},{"source":95,"target":9},{"source":88,"target":58},{"source":88,"target":96},{"source":88,"target":9},{"source":96,"target":58},{"source":89,"target":58},{"source":89,"target":97},{"source":89,"target":9},{"source":97,"target":58},{"source":90,"target":58},{"source":90,"target":98},{"source":90,"target":9},{"source":98,"target":58},{"source":91,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":99},{"source":10,"target":100},{"source":99,"target":58},{"source":99,"target":101},{"source":99,"target":10},{"source":101,"target":58},{"source":100,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":102,"target":106},{"source":102,"target":107},{"source":102,"target":11},{"source":107,"target":106},{"source":103,"target":58},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":58},{"source":104,"target":58},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":58},{"source":105,"target":8},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":110},{"source":12,"target":93},{"source":12,"target":111},{"source":12,"target":112},{"source":110,"target":15},{"source":110,"target":113},{"source":110,"target":12},{"source":110,"target":114},{"source":113,"target":15},{"source":93,"target":9},{"source":93,"target":115},{"source":93,"target":12},{"source":93,"target":85},{"source":115,"target":9},{"source":111,"target":49},{"source":111,"target":116},{"source":111,"target":12},{"source":116,"target":49},{"source":112,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":79},{"source":13,"target":117},{"source":13,"target":118},{"source":79,"target":8},{"source":79,"target":119},{"source":79,"target":13},{"source":79,"target":73},{"source":119,"target":8},{"source":117,"target":17},{"source":117,"target":120},{"source":117,"target":13},{"source":117,"target":121},{"source":120,"target":17},{"source":118,"target":1},{"source":14,"target":0},{"source":14,"target":122},{"source":14,"target":123},{"source":123,"target":122},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":124},{"source":15,"target":114},{"source":15,"target":125},{"source":15,"target":126},{"source":124,"target":17},{"source":124,"target":127},{"source":124,"target":15},{"source":124,"target":128},{"source":127,"target":17},{"source":114,"target":12},{"source":114,"target":129},{"source":114,"target":15},{"source":114,"target":110},{"source":129,"target":12},{"source":125,"target":60},{"source":125,"target":130},{"source":125,"target":15},{"source":130,"target":60},{"source":126,"target":14},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":131},{"source":131,"target":15},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":121},{"source":17,"target":128},{"source":17,"target":132},{"source":17,"target":133},{"source":17,"target":134},{"source":121,"target":13},{"source":121,"target":135},{"source":121,"target":17},{"source":121,"target":117},{"source":135,"target":13},{"source":128,"target":15},{"source":128,"target":136},{"source":128,"target":17},{"source":128,"target":124},{"source":136,"target":15},{"source":132,"target":20},{"source":132,"target":137},{"source":132,"target":17},{"source":132,"target":138},{"source":137,"target":20},{"source":133,"target":60},{"source":133,"target":139},{"source":133,"target":17},{"source":139,"target":60},{"source":134,"target":14},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":140},{"source":18,"target":141},{"source":140,"target":49},{"source":140,"target":142},{"source":140,"target":18},{"source":142,"target":49},{"source":141,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":143,"target":49},{"source":143,"target":146},{"source":143,"target":19},{"source":146,"target":49},{"source":144,"target":147},{"source":144,"target":148},{"source":144,"target":19},{"source":148,"target":147},{"source":145,"target":17},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":149},{"source":20,"target":138},{"source":20,"target":150},{"source":20,"target":151},{"source":20,"target":152},{"source":149,"target":49},{"source":149,"target":153},{"source":149,"target":20},{"source":153,"target":49},{"source":138,"target":17},{"source":138,"target":154},{"source":138,"target":20},{"source":138,"target":132},{"source":154,"target":17},{"source":150,"target":32},{"source":150,"target":155},{"source":150,"target":20},{"source":155,"target":32},{"source":151,"target":58},{"source":151,"target":156},{"source":151,"target":20},{"source":156,"target":58},{"source":152,"target":1},{"source":21,"target":0},{"source":21,"target":122},{"source":21,"target":83},{"source":21,"target":157},{"source":83,"target":8},{"source":83,"target":158},{"source":83,"target":21},{"source":83,"target":75},{"source":158,"target":8},{"source":157,"target":122},{"source":22,"target":0},{"source":22,"target":1},{"source":22,"target":40},{"source":22,"target":159},{"source":22,"target":160},{"source":40,"target":2},{"source":40,"target":161},{"source":40,"target":22},{"source":40,"target":36},{"source":161,"target":2},{"source":159,"target":32},{"source":159,"target":162},{"source":159,"target":22},{"source":162,"target":32},{"source":160,"target":1},{"source":23,"target":0},{"source":23,"target":1},{"source":23,"target":81},{"source":23,"target":163},{"source":23,"target":164},{"source":81,"target":8},{"source":81,"target":165},{"source":81,"target":23},{"source":81,"target":74},{"source":165,"target":8},{"source":163,"target":24},{"source":163,"target":166},{"source":163,"target":23},{"source":166,"target":24},{"source":164,"target":1},{"source":24,"target":0},{"source":24,"target":1},{"source":24,"target":167},{"source":167,"target":1},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":168},{"source":25,"target":169},{"source":168,"target":49},{"source":168,"target":170},{"source":168,"target":25},{"source":170,"target":49},{"source":169,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":171},{"source":26,"target":172},{"source":26,"target":173},{"source":26,"target":174},{"source":26,"target":175},{"source":171,"target":49},{"source":171,"target":176},{"source":171,"target":26},{"source":176,"target":49},{"source":172,"target":32},{"source":172,"target":177},{"source":172,"target":26},{"source":177,"target":32},{"source":173,"target":58},{"source":173,"target":178},{"source":173,"target":26},{"source":178,"target":58},{"source":174,"target":49},{"source":174,"target":179},{"source":174,"target":26},{"source":179,"target":49},{"source":175,"target":24},{"source":27,"target":0},{"source":27,"target":24},{"source":27,"target":180},{"source":27,"target":181},{"source":27,"target":182},{"source":27,"target":183},{"source":180,"target":49},{"source":180,"target":184},{"source":180,"target":27},{"source":184,"target":49},{"source":181,"target":24},{"source":181,"target":185},{"source":181,"target":27},{"source":185,"target":24},{"source":182,"target":24},{"source":182,"target":186},{"source":182,"target":27},{"source":186,"target":24},{"source":183,"target":24},{"source":28,"target":0},{"source":28,"target":24},{"source":28,"target":187},{"source":28,"target":188},{"source":28,"target":189},{"source":28,"target":190},{"source":187,"target":147},{"source":187,"target":191},{"source":187,"target":28},{"source":191,"target":147},{"source":188,"target":49},{"source":188,"target":192},{"source":188,"target":28},{"source":192,"target":49},{"source":189,"target":24},{"source":189,"target":193},{"source":189,"target":28},{"source":193,"target":24},{"source":190,"target":24},{"source":194,"target":49},{"source":194,"target":195},{"source":194,"target":196},{"source":194,"target":197},{"source":194,"target":198},{"source":194,"target":199},{"source":194,"target":200},{"source":194,"target":201},{"source":194,"target":202},{"source":194,"target":203},{"source":194,"target":204},{"source":194,"target":205},{"source":194,"target":206},{"source":194,"target":207},{"source":194,"target":208},{"source":194,"target":209},{"source":194,"target":210},{"source":194,"target":211},{"source":194,"target":212},{"source":194,"target":213},{"source":194,"target":214},{"source":194,"target":215},{"source":194,"target":216},{"source":194,"target":217},{"source":194,"target":218},{"source":194,"target":219},{"source":194,"target":220},{"source":194,"target":221},{"source":194,"target":222},{"source":194,"target":223},{"source":194,"target":122},{"source":194,"target":147},{"source":194,"target":106},{"source":194,"target":224},{"source":194,"target":225},{"source":194,"target":226},{"source":194,"target":227},{"source":194,"target":228},{"source":194,"target":229},{"source":194,"target":230},{"source":194,"target":231},{"source":194,"target":232},{"source":194,"target":233},{"source":194,"target":234},{"source":194,"target":235},{"source":194,"target":236},{"source":194,"target":237},{"source":194,"target":238},{"source":194,"target":239},{"source":194,"target":240},{"source":194,"target":71},{"source":194,"target":241},{"source":194,"target":242},{"source":194,"target":243},{"source":194,"target":244},{"source":194,"target":60},{"source":49,"target":194},{"source":49,"target":1},{"source":49,"target":245},{"source":49,"target":246},{"source":49,"target":247},{"source":49,"target":248},{"source":49,"target":249},{"source":49,"target":250},{"source":49,"target":251},{"source":49,"target":252},{"source":49,"target":253},{"source":49,"target":254},{"source":49,"target":255},{"source":49,"target":256},{"source":49,"target":257},{"source":245,"target":225},{"source":245,"target":258},{"source":245,"target":49},{"source":245,"target":259},{"source":258,"target":225},{"source":246,"target":223},{"source":246,"target":260},{"source":246,"target":49},{"source":246,"target":261},{"source":260,"target":223},{"source":247,"target":214},{"source":247,"target":262},{"source":247,"target":49},{"source":247,"target":263},{"source":262,"target":214},{"source":248,"target":203},{"source":248,"target":264},{"source":248,"target":49},{"source":248,"target":265},{"source":264,"target":203},{"source":249,"target":222},{"source":249,"target":266},{"source":249,"target":49},{"source":249,"target":267},{"source":266,"target":222},{"source":250,"target":219},{"source":250,"target":268},{"source":250,"target":49},{"source":250,"target":269},{"source":268,"target":219},{"source":251,"target":216},{"source":251,"target":270},{"source":251,"target":49},{"source":251,"target":271},{"source":270,"target":216},{"source":252,"target":122},{"source":252,"target":272},{"source":252,"target":49},{"source":252,"target":273},{"source":272,"target":122},{"source":253,"target":223},{"source":253,"target":274},{"source":253,"target":49},{"source":253,"target":275},{"source":274,"target":223},{"source":254,"target":244},{"source":254,"target":276},{"source":254,"target":49},{"source":254,"target":277},{"source":276,"target":244},{"source":255,"target":223},{"source":255,"target":278},{"source":255,"target":49},{"source":255,"target":279},{"source":278,"target":223},{"source":256,"target":243},{"source":256,"target":280},{"source":256,"target":49},{"source":256,"target":281},{"source":280,"target":243},{"source":257,"target":1},{"source":195,"target":194},{"source":195,"target":49},{"source":195,"target":282},{"source":195,"target":283},{"source":282,"target":122},{"source":282,"target":284},{"source":282,"target":195},{"source":282,"target":285},{"source":284,"target":122},{"source":283,"target":49},{"source":196,"target":194},{"source":196,"target":49},{"source":196,"target":286},{"source":286,"target":49},{"source":197,"target":194},{"source":197,"target":49},{"source":197,"target":287},{"source":287,"target":49},{"source":198,"target":194},{"source":198,"target":197},{"source":198,"target":288},{"source":198,"target":289},{"source":288,"target":32},{"source":288,"target":290},{"source":288,"target":198},{"source":290,"target":32},{"source":289,"target":197},{"source":199,"target":194},{"source":199,"target":197},{"source":199,"target":291},{"source":199,"target":292},{"source":291,"target":58},{"source":291,"target":293},{"source":291,"target":199},{"source":293,"target":58},{"source":292,"target":197},{"source":200,"target":194},{"source":200,"target":197},{"source":200,"target":294},{"source":294,"target":197},{"source":201,"target":194},{"source":201,"target":200},{"source":201,"target":295},{"source":201,"target":296},{"source":295,"target":297},{"source":295,"target":298},{"source":295,"target":201},{"source":298,"target":297},{"source":296,"target":200},{"source":202,"target":194},{"source":202,"target":200},{"source":202,"target":299},{"source":202,"target":300},{"source":299,"target":301},{"source":299,"target":302},{"source":299,"target":202},{"source":302,"target":301},{"source":300,"target":200},{"source":203,"target":194},{"source":203,"target":49},{"source":203,"target":265},{"source":203,"target":303},{"source":265,"target":49},{"source":265,"target":304},{"source":265,"target":203},{"source":265,"target":248},{"source":304,"target":49},{"source":303,"target":49},{"source":204,"target":194},{"source":204,"target":203},{"source":204,"target":305},{"source":305,"target":203},{"source":205,"target":194},{"source":205,"target":203},{"source":205,"target":306},{"source":306,"target":203},{"source":206,"target":194},{"source":206,"target":203},{"source":206,"target":307},{"source":307,"target":203},{"source":207,"target":194},{"source":207,"target":203},{"source":207,"target":308},{"source":308,"target":203},{"source":208,"target":194},{"source":208,"target":49},{"source":208,"target":309},{"source":208,"target":310},{"source":309,"target":209},{"source":309,"target":311},{"source":309,"target":208},{"source":309,"target":312},{"source":311,"target":209},{"source":310,"target":49},{"source":209,"target":194},{"source":209,"target":122},{"source":209,"target":312},{"source":209,"target":313},{"source":312,"target":208},{"source":312,"target":314},{"source":312,"target":209},{"source":312,"target":309},{"source":314,"target":208},{"source":313,"target":122},{"source":210,"target":194},{"source":210,"target":49},{"source":210,"target":315},{"source":210,"target":316},{"source":315,"target":211},{"source":315,"target":317},{"source":315,"target":210},{"source":315,"target":318},{"source":317,"target":211},{"source":316,"target":49},{"source":211,"target":194},{"source":211,"target":1},{"source":211,"target":318},{"source":211,"target":319},{"source":211,"target":320},{"source":211,"target":321},{"source":318,"target":210},{"source":318,"target":322},{"source":318,"target":211},{"source":318,"target":315},{"source":322,"target":210},{"source":319,"target":49},{"source":319,"target":323},{"source":319,"target":211},{"source":323,"target":49},{"source":320,"target":49},{"source":320,"target":324},{"source":320,"target":211},{"source":324,"target":49},{"source":321,"target":1},{"source":212,"target":194},{"source":212,"target":49},{"source":212,"target":325},{"source":212,"target":326},{"source":325,"target":32},{"source":325,"target":327},{"source":325,"target":212},{"source":327,"target":32},{"source":326,"target":49},{"source":213,"target":194},{"source":213,"target":49},{"source":213,"target":328},{"source":328,"target":49},{"source":214,"target":194},{"source":214,"target":49},{"source":214,"target":263},{"source":214,"target":329},{"source":263,"target":49},{"source":263,"target":330},{"source":263,"target":214},{"source":263,"target":247},{"source":330,"target":49},{"source":329,"target":49},{"source":215,"target":194},{"source":215,"target":214},{"source":215,"target":331},{"source":215,"target":332},{"source":331,"target":32},{"source":331,"target":333},{"source":331,"target":215},{"source":333,"target":32},{"source":332,"target":214},{"source":216,"target":194},{"source":216,"target":214},{"source":216,"target":271},{"source":216,"target":334},{"source":216,"target":335},{"source":271,"target":49},{"source":271,"target":336},{"source":271,"target":216},{"source":271,"target":251},{"source":336,"target":49},{"source":334,"target":32},{"source":334,"target":337},{"source":334,"target":216},{"source":337,"target":32},{"source":335,"target":214},{"source":217,"target":194},{"source":217,"target":216},{"source":217,"target":338},{"source":338,"target":216},{"source":218,"target":194},{"source":218,"target":216},{"source":218,"target":339},{"source":339,"target":216},{"source":219,"target":194},{"source":219,"target":214},{"source":219,"target":269},{"source":219,"target":340},{"source":219,"target":341},{"source":269,"target":49},{"source":269,"target":342},{"source":269,"target":219},{"source":269,"target":250},{"source":342,"target":49},{"source":340,"target":147},{"source":340,"target":343},{"source":340,"target":219},{"source":340,"target":344},{"source":343,"target":147},{"source":341,"target":214},{"source":220,"target":194},{"source":220,"target":219},{"source":220,"target":345},{"source":220,"target":346},{"source":345,"target":122},{"source":345,"target":347},{"source":345,"target":220},{"source":345,"target":348},{"source":347,"target":122},{"source":346,"target":219},{"source":221,"target":194},{"source":221,"target":219},{"source":221,"target":349},{"source":221,"target":350},{"source":349,"target":32},{"source":349,"target":351},{"source":349,"target":221},{"source":351,"target":32},{"source":350,"target":219},{"source":222,"target":194},{"source":222,"target":49},{"source":222,"target":352},{"source":222,"target":267},{"source":222,"target":353},{"source":352,"target":122},{"source":352,"target":354},{"source":352,"target":222},{"source":352,"target":355},{"source":354,"target":122},{"source":267,"target":49},{"source":267,"target":356},{"source":267,"target":222},{"source":267,"target":249},{"source":356,"target":49},{"source":353,"target":49},{"source":223,"target":194},{"source":223,"target":49},{"source":223,"target":275},{"source":223,"target":279},{"source":223,"target":261},{"source":223,"target":357},{"source":275,"target":49},{"source":275,"target":358},{"source":275,"target":223},{"source":275,"target":253},{"source":358,"target":49},{"source":279,"target":49},{"source":279,"target":359},{"source":279,"target":223},{"source":279,"target":255},{"source":359,"target":49},{"source":261,"target":49},{"source":261,"target":360},{"source":261,"target":223},{"source":261,"target":246},{"source":360,"target":49},{"source":357,"target":49},{"source":122,"target":194},{"source":122,"target":1},{"source":122,"target":361},{"source":122,"target":362},{"source":122,"target":363},{"source":122,"target":273},{"source":122,"target":355},{"source":122,"target":348},{"source":122,"target":285},{"source":122,"target":364},{"source":361,"target":32},{"source":361,"target":365},{"source":361,"target":122},{"source":365,"target":32},{"source":362,"target":32},{"source":362,"target":366},{"source":362,"target":122},{"source":366,"target":32},{"source":363,"target":225},{"source":363,"target":367},{"source":363,"target":122},{"source":363,"target":368},{"source":367,"target":225},{"source":273,"target":49},{"source":273,"target":369},{"source":273,"target":122},{"source":273,"target":252},{"source":369,"target":49},{"source":355,"target":222},{"source":355,"target":370},{"source":355,"target":122},{"source":355,"target":352},{"source":370,"target":222},{"source":348,"target":220},{"source":348,"target":371},{"source":348,"target":122},{"source":348,"target":345},{"source":371,"target":220},{"source":285,"target":195},{"source":285,"target":372},{"source":285,"target":122},{"source":285,"target":282},{"source":372,"target":195},{"source":364,"target":1},{"source":147,"target":194},{"source":147,"target":122},{"source":147,"target":344},{"source":147,"target":373},{"source":344,"target":219},{"source":344,"target":374},{"source":344,"target":147},{"source":344,"target":340},{"source":374,"target":219},{"source":373,"target":122},{"source":106,"target":194},{"source":106,"target":122},{"source":106,"target":375},{"source":106,"target":376},{"source":375,"target":244},{"source":375,"target":377},{"source":375,"target":106},{"source":375,"target":378},{"source":377,"target":244},{"source":376,"target":122},{"source":224,"target":194},{"source":224,"target":225},{"source":224,"target":379},{"source":224,"target":380},{"source":379,"target":225},{"source":379,"target":381},{"source":379,"target":224},{"source":379,"target":382},{"source":381,"target":225},{"source":380,"target":225},{"source":225,"target":194},{"source":225,"target":49},{"source":225,"target":383},{"source":225,"target":384},{"source":225,"target":259},{"source":225,"target":385},{"source":225,"target":386},{"source":225,"target":387},{"source":225,"target":388},{"source":225,"target":382},{"source":225,"target":389},{"source":225,"target":368},{"source":225,"target":390},{"source":383,"target":32},{"source":383,"target":391},{"source":383,"target":225},{"source":391,"target":32},{"source":384,"target":241},{"source":384,"target":392},{"source":384,"target":225},{"source":384,"target":393},{"source":392,"target":241},{"source":259,"target":49},{"source":259,"target":394},{"source":259,"target":225},{"source":259,"target":245},{"source":394,"target":49},{"source":385,"target":244},{"source":385,"target":395},{"source":385,"target":225},{"source":385,"target":396},{"source":395,"target":244},{"source":386,"target":240},{"source":386,"target":397},{"source":386,"target":225},{"source":386,"target":398},{"source":397,"target":240},{"source":387,"target":243},{"source":387,"target":399},{"source":387,"target":225},{"source":387,"target":400},{"source":399,"target":243},{"source":388,"target":240},{"source":388,"target":401},{"source":388,"target":225},{"source":388,"target":402},{"source":401,"target":240},{"source":382,"target":224},{"source":382,"target":403},{"source":382,"target":225},{"source":382,"target":379},{"source":403,"target":224},{"source":389,"target":238},{"source":389,"target":404},{"source":389,"target":225},{"source":389,"target":405},{"source":404,"target":238},{"source":368,"target":122},{"source":368,"target":406},{"source":368,"target":225},{"source":368,"target":363},{"source":406,"target":122},{"source":390,"target":49},{"source":226,"target":194},{"source":226,"target":225},{"source":226,"target":407},{"source":407,"target":225},{"source":227,"target":194},{"source":227,"target":226},{"source":227,"target":408},{"source":408,"target":226},{"source":228,"target":194},{"source":228,"target":226},{"source":228,"target":409},{"source":409,"target":226},{"source":229,"target":194},{"source":229,"target":226},{"source":229,"target":410},{"source":410,"target":226},{"source":230,"target":194},{"source":230,"target":229},{"source":230,"target":411},{"source":411,"target":229},{"source":231,"target":194},{"source":231,"target":229},{"source":231,"target":412},{"source":412,"target":229},{"source":232,"target":194},{"source":232,"target":224},{"source":232,"target":413},{"source":413,"target":224},{"source":233,"target":194},{"source":233,"target":224},{"source":233,"target":414},{"source":414,"target":224},{"source":234,"target":194},{"source":234,"target":224},{"source":234,"target":415},{"source":415,"target":224},{"source":235,"target":194},{"source":235,"target":224},{"source":235,"target":416},{"source":416,"target":224},{"source":236,"target":194},{"source":236,"target":225},{"source":236,"target":417},{"source":417,"target":225},{"source":237,"target":194},{"source":237,"target":225},{"source":237,"target":418},{"source":237,"target":419},{"source":418,"target":238},{"source":418,"target":420},{"source":418,"target":237},{"source":418,"target":421},{"source":420,"target":238},{"source":419,"target":225},{"source":238,"target":194},{"source":238,"target":1},{"source":238,"target":405},{"source":238,"target":421},{"source":238,"target":422},{"source":238,"target":423},{"source":405,"target":225},{"source":405,"target":424},{"source":405,"target":238},{"source":405,"target":389},{"source":424,"target":225},{"source":421,"target":237},{"source":421,"target":425},{"source":421,"target":238},{"source":421,"target":418},{"source":425,"target":237},{"source":422,"target":32},{"source":422,"target":426},{"source":422,"target":238},{"source":426,"target":32},{"source":423,"target":1},{"source":239,"target":194},{"source":239,"target":225},{"source":239,"target":427},{"source":239,"target":428},{"source":427,"target":60},{"source":427,"target":429},{"source":427,"target":239},{"source":427,"target":430},{"source":429,"target":60},{"source":428,"target":225},{"source":240,"target":194},{"source":240,"target":225},{"source":240,"target":398},{"source":240,"target":402},{"source":240,"target":431},{"source":398,"target":225},{"source":398,"target":432},{"source":398,"target":240},{"source":398,"target":386},{"source":432,"target":225},{"source":402,"target":225},{"source":402,"target":433},{"source":402,"target":240},{"source":402,"target":388},{"source":433,"target":225},{"source":431,"target":225},{"source":71,"target":194},{"source":71,"target":1},{"source":71,"target":434},{"source":71,"target":435},{"source":71,"target":436},{"source":434,"target":242},{"source":434,"target":437},{"source":434,"target":71},{"source":434,"target":438},{"source":437,"target":242},{"source":435,"target":241},{"source":435,"target":439},{"source":435,"target":71},{"source":435,"target":440},{"source":439,"target":241},{"source":436,"target":1},{"source":241,"target":194},{"source":241,"target":1},{"source":241,"target":440},{"source":241,"target":393},{"source":241,"target":441},{"source":440,"target":71},{"source":440,"target":442},{"source":440,"target":241},{"source":440,"target":435},{"source":442,"target":71},{"source":393,"target":225},{"source":393,"target":443},{"source":393,"target":241},{"source":393,"target":384},{"source":443,"target":225},{"source":441,"target":1},{"source":242,"target":194},{"source":242,"target":1},{"source":242,"target":438},{"source":242,"target":444},{"source":438,"target":71},{"source":438,"target":445},{"source":438,"target":242},{"source":438,"target":434},{"source":445,"target":71},{"source":444,"target":1},{"source":243,"target":194},{"source":243,"target":242},{"source":243,"target":446},{"source":243,"target":281},{"source":243,"target":400},{"source":243,"target":447},{"source":446,"target":32},{"source":446,"target":448},{"source":446,"target":243},{"source":448,"target":32},{"source":281,"target":49},{"source":281,"target":449},{"source":281,"target":243},{"source":281,"target":256},{"source":449,"target":49},{"source":400,"target":225},{"source":400,"target":450},{"source":400,"target":243},{"source":400,"target":387},{"source":450,"target":225},{"source":447,"target":242},{"source":244,"target":194},{"source":244,"target":242},{"source":244,"target":451},{"source":244,"target":378},{"source":244,"target":396},{"source":244,"target":277},{"source":244,"target":452},{"source":451,"target":32},{"source":451,"target":453},{"source":451,"target":244},{"source":453,"target":32},{"source":378,"target":106},{"source":378,"target":454},{"source":378,"target":244},{"source":378,"target":375},{"source":454,"target":106},{"source":396,"target":225},{"source":396,"target":455},{"source":396,"target":244},{"source":396,"target":385},{"source":455,"target":225},{"source":277,"target":49},{"source":277,"target":456},{"source":277,"target":244},{"source":277,"target":254},{"source":456,"target":49},{"source":452,"target":242},{"source":60,"target":194},{"source":60,"target":1},{"source":60,"target":457},{"source":60,"target":458},{"source":60,"target":430},{"source":60,"target":459},{"source":60,"target":460},{"source":457,"target":32},{"source":457,"target":461},{"source":457,"target":60},{"source":461,"target":32},{"source":458,"target":60},{"source":458,"target":462},{"source":458,"target":60},{"source":458,"target":459},{"source":462,"target":60},{"source":430,"target":239},{"source":430,"target":463},{"source":430,"target":60},{"source":430,"target":427},{"source":463,"target":239},{"source":459,"target":60},{"source":459,"target":464},{"source":459,"target":60},{"source":459,"target":458},{"source":464,"target":60},{"source":460,"target":1},{"source":465,"target":58},{"source":465,"target":297},{"source":465,"target":301},{"source":465,"target":32},{"source":58,"target":465},{"source":297,"target":465},{"source":301,"target":465},{"source":32,"target":465}],"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="metaqos" nsURI="http://www.example.org/metamodel" nsPrefix="metamodel">
<eClassifiers xsi:type="ecore:EClass" name="CustomQosProfile" eSuperTypes="#//QosProfile">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="history" eType="#//QosHistory"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="depth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reliability" eType="#//QosReliability"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="durability" eType="#//QosDurability"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="liveliness" eType="#//QosLiveliness"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deadlineSec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="deadlineNSec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lifespanSec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lifespanNSec" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="liveliness_lease_durationSec"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="liveliness_lease_durationNSec"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="avoid_ros_namespace_conventions"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="QosHistory">
<eLiterals name="SYSTEM_DEFAULT"/>
<eLiterals name="KEEP_LAST" value="1"/>
<eLiterals name="KEEP_ALL" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="QosReliability">
<eLiterals name="SYSTEM_DEFAULT"/>
<eLiterals name="RELIABLE" value="1"/>
<eLiterals name="BEST_EFFORT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="QosDurability">
<eLiterals name="SYSTEM_DEFAULT"/>
<eLiterals name="TRANSIENT_LOCAL" value="1"/>
<eLiterals name="VOLATILE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QosProfile" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="RosQosProfile" eSuperTypes="#//QosProfile">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//QosPresetProfiles"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="QosLiveliness">
<eLiterals name="SYSTEM_DEFAULT"/>
<eLiterals name="AUTOMATIC" value="1"/>
<eLiterals name="MANUAL_BY_NODE" value="2"/>
<eLiterals name="MANUAL_BY_TOPIC" value="3"/>
<eLiterals name="UKNOWN" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="QosPresetProfiles">
<eLiterals name="DEFAULT"/>
<eLiterals name="SYSTEM_DEFAULT" value="1"/>
<eLiterals name="SENSOR_DATA" value="2"/>
<eLiterals name="SERVICES_DEFAULT" value="3"/>
<eLiterals name="PARAMETERS" value="4"/>
<eLiterals name="PARAMETER_EVENTS" value="5"/>
<eLiterals name="ACTION_STATUS_DEFAULT" value="6"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/bronzeRaf/MetaROS2/Metageneros/model/metaqos.ecore | ecore | metaqos
CustomQosProfile
history
depth
0
reliability
durability
liveliness
deadlineSec
0
deadlineNSec
0
lifespanSec
0
lifespanNSec
0
liveliness_lease_durationSec
0
liveliness_lease_durationNSec
0
avoid_ros_namespace_conventions
QosHistory
SYSTEM_DEFAULT
SYSTEM_DEFAULT
KEEP_LAST
KEEP_LAST
KEEP_ALL
KEEP_ALL
QosReliability
SYSTEM_DEFAULT
SYSTEM_DEFAULT
RELIABLE
RELIABLE
BEST_EFFORT
BEST_EFFORT
QosDurability
SYSTEM_DEFAULT
SYSTEM_DEFAULT
TRANSIENT_LOCAL
TRANSIENT_LOCAL
VOLATILE
VOLATILE
QosProfile
RosQosProfile
name
QosLiveliness
SYSTEM_DEFAULT
SYSTEM_DEFAULT
AUTOMATIC
AUTOMATIC
MANUAL_BY_NODE
MANUAL_BY_NODE
MANUAL_BY_TOPIC
MANUAL_BY_TOPIC
UKNOWN
UKNOWN
QosPresetProfiles
DEFAULT
DEFAULT
SYSTEM_DEFAULT
SYSTEM_DEFAULT
SENSOR_DATA
SENSOR_DATA
SERVICES_DEFAULT
SERVICES_DEFAULT
PARAMETERS
PARAMETERS
PARAMETER_EVENTS
PARAMETER_EVENTS
ACTION_STATUS_DEFAULT
ACTION_STATUS_DEFAULT | null | {"directed":true,"nodes":[{"nsPrefix":"metamodel","nsURI":"http://www.example.org/metamodel","name":"metaqos","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomQosProfile","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"QosHistory","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"QosReliability","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"QosDurability","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QosProfile","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RosQosProfile","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"QosLiveliness","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"QosPresetProfiles","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"history","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":"0","unsettable":false,"transient":false,"unique":true,"name":"depth","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reliability","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"durability","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"liveliness","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":"0","unsettable":false,"transient":false,"unique":true,"name":"deadlineSec","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":"0","unsettable":false,"transient":false,"unique":true,"name":"deadlineNSec","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":"0","unsettable":false,"transient":false,"unique":true,"name":"lifespanSec","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":"0","unsettable":false,"transient":false,"unique":true,"name":"lifespanNSec","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":"0","unsettable":false,"transient":false,"unique":true,"name":"liveliness_lease_durationSec","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":"0","unsettable":false,"transient":false,"unique":true,"name":"liveliness_lease_durationNSec","changeable":true,"lowerBound":0,"iD":false,"id":19,"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":"avoid_ros_namespace_conventions","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"},{"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"},{"name":"SYSTEM_DEFAULT","id":34,"value":0,"literal":"SYSTEM_DEFAULT","eClass":"EEnumLiteral"},{"name":"KEEP_LAST","id":35,"value":1,"literal":"KEEP_LAST","eClass":"EEnumLiteral"},{"name":"KEEP_ALL","id":36,"value":2,"literal":"KEEP_ALL","eClass":"EEnumLiteral"},{"name":"SYSTEM_DEFAULT","id":37,"value":0,"literal":"SYSTEM_DEFAULT","eClass":"EEnumLiteral"},{"name":"RELIABLE","id":38,"value":1,"literal":"RELIABLE","eClass":"EEnumLiteral"},{"name":"BEST_EFFORT","id":39,"value":2,"literal":"BEST_EFFORT","eClass":"EEnumLiteral"},{"name":"SYSTEM_DEFAULT","id":40,"value":0,"literal":"SYSTEM_DEFAULT","eClass":"EEnumLiteral"},{"name":"TRANSIENT_LOCAL","id":41,"value":1,"literal":"TRANSIENT_LOCAL","eClass":"EEnumLiteral"},{"name":"VOLATILE","id":42,"value":2,"literal":"VOLATILE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"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":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"name":"SYSTEM_DEFAULT","id":46,"value":0,"literal":"SYSTEM_DEFAULT","eClass":"EEnumLiteral"},{"name":"AUTOMATIC","id":47,"value":1,"literal":"AUTOMATIC","eClass":"EEnumLiteral"},{"name":"MANUAL_BY_NODE","id":48,"value":2,"literal":"MANUAL_BY_NODE","eClass":"EEnumLiteral"},{"name":"MANUAL_BY_TOPIC","id":49,"value":3,"literal":"MANUAL_BY_TOPIC","eClass":"EEnumLiteral"},{"name":"UKNOWN","id":50,"value":4,"literal":"UKNOWN","eClass":"EEnumLiteral"},{"name":"DEFAULT","id":51,"value":0,"literal":"DEFAULT","eClass":"EEnumLiteral"},{"name":"SYSTEM_DEFAULT","id":52,"value":1,"literal":"SYSTEM_DEFAULT","eClass":"EEnumLiteral"},{"name":"SENSOR_DATA","id":53,"value":2,"literal":"SENSOR_DATA","eClass":"EEnumLiteral"},{"name":"SERVICES_DEFAULT","id":54,"value":3,"literal":"SERVICES_DEFAULT","eClass":"EEnumLiteral"},{"name":"PARAMETERS","id":55,"value":4,"literal":"PARAMETERS","eClass":"EEnumLiteral"},{"name":"PARAMETER_EVENTS","id":56,"value":5,"literal":"PARAMETER_EVENTS","eClass":"EEnumLiteral"},{"name":"ACTION_STATUS_DEFAULT","id":57,"value":6,"literal":"ACTION_STATUS_DEFAULT","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":1,"target":0},{"source":1,"target":5},{"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":9,"target":2},{"source":9,"target":22},{"source":9,"target":1},{"source":22,"target":2},{"source":10,"target":23},{"source":10,"target":1},{"source":11,"target":3},{"source":11,"target":24},{"source":11,"target":1},{"source":24,"target":3},{"source":12,"target":4},{"source":12,"target":25},{"source":12,"target":1},{"source":25,"target":4},{"source":13,"target":7},{"source":13,"target":26},{"source":13,"target":1},{"source":26,"target":7},{"source":14,"target":27},{"source":14,"target":1},{"source":15,"target":28},{"source":15,"target":1},{"source":16,"target":29},{"source":16,"target":1},{"source":17,"target":30},{"source":17,"target":1},{"source":18,"target":31},{"source":18,"target":1},{"source":19,"target":32},{"source":19,"target":1},{"source":20,"target":33},{"source":20,"target":1},{"source":21,"target":5},{"source":2,"target":0},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":34,"target":2},{"source":35,"target":2},{"source":36,"target":2},{"source":3,"target":0},{"source":3,"target":37},{"source":3,"target":38},{"source":3,"target":39},{"source":37,"target":3},{"source":38,"target":3},{"source":39,"target":3},{"source":4,"target":0},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":40,"target":4},{"source":41,"target":4},{"source":42,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":43},{"source":6,"target":44},{"source":43,"target":8},{"source":43,"target":45},{"source":43,"target":6},{"source":45,"target":8},{"source":44,"target":5},{"source":7,"target":0},{"source":7,"target":46},{"source":7,"target":47},{"source":7,"target":48},{"source":7,"target":49},{"source":7,"target":50},{"source":46,"target":7},{"source":47,"target":7},{"source":48,"target":7},{"source":49,"target":7},{"source":50,"target":7},{"source":8,"target":0},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":51,"target":8},{"source":52,"target":8},{"source":53,"target":8},{"source":54,"target":8},{"source":55,"target":8},{"source":56,"target":8},{"source":57,"target":8}],"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="operation" nsURI="http://operation/1.0" nsPrefix="operation">
<eClassifiers xsi:type="ecore:EClass" name="MenuItem" eSuperTypes="#//OperationElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" 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"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RuntimeInformation" eSuperTypes="#//OperationElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="contents" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"
transient="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ChecklistEntry" eSuperTypes="#//OperationElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="menu" eType="#//MenuItem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="info" eType="#//RuntimeInformation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="taskId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jobPaths" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="task" lowerBound="1" eType="ecore:EClass process.ecore#//Task"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="org.eclipse.incquery.querybasedfeature">
<details key="patternFQN" value="operation.queries.ChecklistEntryTaskCorrespondence"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="jobs" upperBound="-1" eType="ecore:EClass system.ecore#//Job"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="org.eclipse.incquery.querybasedfeature">
<details key="patternFQN" value="operation.queries.ChecklistEntryJobCorrespondence"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Checklist" eSuperTypes="#//OperationElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//ChecklistEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="menu" upperBound="-1" eType="#//MenuItem"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="process" lowerBound="1"
eType="ecore:EClass process.ecore#//Process" changeable="false" volatile="true"
transient="true" derived="true">
<eAnnotations source="org.eclipse.incquery.querybasedfeature">
<details key="patternFQN" value="operation.queries.ChecklistProcessCorrespondence"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="processId" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationElement">
<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" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/viatra/EMF-IncQuery-Examples/query-driven-soft-interconnections/derivedModels/model/operation.ecore | ecore | operation
MenuItem
description
location
RuntimeInformation
contents
ChecklistEntry
menu
info
taskId
jobPaths
task
jobs
Checklist
entries
menu
process
processId
OperationElement
id
name | null | {"directed":true,"nodes":[{"nsPrefix":"operation","nsURI":"http://operation/1.0","name":"operation","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItem","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuntimeInformation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChecklistEntry","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Checklist","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationElement","instanceClass":null,"abstract":false,"id":5,"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":"description","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":"location","changeable":true,"lowerBound":0,"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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"contents","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"id":13,"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":"menu","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":true,"unsettable":false,"transient":false,"unique":true,"name":"info","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"taskId","changeable":true,"lowerBound":1,"iD":false,"id":16,"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":"jobPaths","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":false},{"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":"task","changeable":false,"resolveProxies":true,"lowerBound":1,"id":18,"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":"jobs","changeable":false,"resolveProxies":true,"lowerBound":0,"id":19,"derived":true},{"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"},{"container":false,"ordered":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":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":"menu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"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":"process","changeable":false,"resolveProxies":true,"lowerBound":1,"id":29,"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":"processId","changeable":true,"lowerBound":1,"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"},{"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":36,"derived":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":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":6,"target":9},{"source":6,"target":1},{"source":7,"target":10},{"source":7,"target":1},{"source":8,"target":5},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":11},{"source":2,"target":12},{"source":11,"target":13},{"source":11,"target":2},{"source":12,"target":5},{"source":3,"target":0},{"source":3,"target":5},{"source":3,"target":14},{"source":3,"target":15},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":3,"target":20},{"source":14,"target":1},{"source":14,"target":21},{"source":14,"target":3},{"source":21,"target":1},{"source":15,"target":2},{"source":15,"target":22},{"source":15,"target":3},{"source":22,"target":2},{"source":16,"target":23},{"source":16,"target":3},{"source":17,"target":24},{"source":17,"target":3},{"source":18,"target":25},{"source":18,"target":3},{"source":19,"target":26},{"source":19,"target":3},{"source":20,"target":5},{"source":4,"target":0},{"source":4,"target":5},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":27,"target":3},{"source":27,"target":32},{"source":27,"target":4},{"source":32,"target":3},{"source":28,"target":1},{"source":28,"target":33},{"source":28,"target":4},{"source":33,"target":1},{"source":29,"target":34},{"source":29,"target":4},{"source":30,"target":35},{"source":30,"target":4},{"source":31,"target":5},{"source":5,"target":0},{"source":5,"target":36},{"source":5,"target":37},{"source":36,"target":38},{"source":36,"target":5},{"source":37,"target":39},{"source":37,"target":5}],"multigraph":true} |
false | <?xml version="1.0" encoding="UTF-8"?>
<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="mw_base_ext" nsURI="mw_base_ext">
<eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#/2/WModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftModel" ordered="false"
lowerBound="1" eType="#/2/WModelRef" containment="true">
<eAnnotations source="wovenModel"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightModel" ordered="false"
lowerBound="1" eType="#/2/WModelRef" containment="true">
<eAnnotations source="wovenModel"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementRef" eSuperTypes="#/2/WElementRef">
<eAnnotations source="wmodelRefType:ModelRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelRef" eSuperTypes="#/2/WModelRef">
<eAnnotations source="welementRefType:ElementRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ModelRefXMI" eSuperTypes="#/2/WModelRef">
<eAnnotations source="welementRefType:ElementRefXMI"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementRefXMI" eSuperTypes="#/2/WElementRef">
<eAnnotations source="wmodelRefType:ModelRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#/2/WAssociation"/>
<eClassifiers xsi:type="ecore:EClass" name="AssociationEnd" eSuperTypes="#/2/WAssociationEnd"/>
<eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#/2/WLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" ordered="false"
lowerBound="1" eType="#/2/WLinkEnd" containment="true">
<eAnnotations source="end"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" ordered="false"
lowerBound="1" eType="#/2/WLinkEnd" containment="true">
<eAnnotations source="end"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LinkEnd" eSuperTypes="#/2/WLinkEnd"/>
</ecore:EPackage>
<ecore:EPackage name="mw_traceability" nsURI="mw_traceability">
<eClassifiers xsi:type="ecore:EClass" name="TraceModel" eSuperTypes="#/2/WModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="wovenModels" ordered="false"
upperBound="-1" eType="#/1/TraceModelRef" containment="true">
<eAnnotations source="wovenModel	"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceModelRef" eSuperTypes="#/2/WModelRef">
<eAnnotations source="welementRefType:ElementRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceLink" eSuperTypes="#/2/WLink">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ruleName" ordered="false"
unique="false" lowerBound="1" eType="#/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sourceElements" upperBound="-1"
eType="#/2/WLinkEnd" containment="true">
<eAnnotations source="end"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="targetElements" upperBound="-1"
eType="#/2/WLinkEnd" containment="true">
<eAnnotations source="end"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ElementRef" eSuperTypes="#/2/WElementRef">
<eAnnotations source="wmodelRefType:TraceModelRef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelRef" ordered="false"
lowerBound="1" eType="#/1/TraceModelRef" eOpposite="#/2/WModelRef/ownedElementRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceLinkEnd" eSuperTypes="#/2/WLinkEnd"/>
</ecore:EPackage>
<ecore:EPackage name="mwcore" nsURI="mwcore">
<eClassifiers xsi:type="ecore:EClass" name="WElement" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false"
unique="false" lowerBound="1" eType="#/3/String"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" ordered="false"
unique="false" lowerBound="1" eType="#/3/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false"
lowerBound="1" eType="#/2/WModel" eOpposite="#/2/WModel/ownedElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WModel" abstract="true" eSuperTypes="#/2/WElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedElement" upperBound="-1"
eType="#/2/WElement" containment="true" eOpposite="#/2/WElement/model"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="wovenModel" ordered="false"
lowerBound="1" upperBound="-1" eType="#/2/WModelRef" derived="true" containment="true">
<eAnnotations source="leftModel,rightModel"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WRef" abstract="true" eSuperTypes="#/2/WElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" ordered="false"
unique="false" lowerBound="1" eType="#/3/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WModelRef" abstract="true" eSuperTypes="#/2/WRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="ownedElementRef" ordered="false"
upperBound="-1" eType="#/2/WElementRef" containment="true" eOpposite="#/2/WElementRef/modelRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WElementRef" abstract="true" eSuperTypes="#/2/WRef">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelRef" ordered="false"
lowerBound="1" eType="#/2/WModelRef" eOpposite="#/2/WModelRef/ownedElementRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WAssociation" abstract="true" eSuperTypes="#/2/WElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="associationEnd" ordered="false"
lowerBound="1" upperBound="-1" eType="#/2/WAssociationEnd" containment="true"
eOpposite="#/2/WAssociationEnd/association"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WAssociationEnd" abstract="true" eSuperTypes="#/2/WElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="association" ordered="false"
lowerBound="1" eType="#/2/WAssociation" eOpposite="#/2/WAssociation/associationEnd"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relatedLink" ordered="false"
lowerBound="1" eType="#/2/WLink"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WLink" abstract="true" eSuperTypes="#/2/WElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="child" upperBound="-1"
eType="#/2/WLink" containment="true" eOpposite="#/2/WLink/parent"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" ordered="false"
lowerBound="1" eType="#/2/WLink" eOpposite="#/2/WLink/child"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="end" ordered="false"
lowerBound="1" upperBound="-1" eType="#/2/WLinkEnd" derived="true" containment="true"
eOpposite="#/2/WLinkEnd/link">
<eAnnotations source="sourceElements,targetElements,left,right"/>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WLinkEnd" abstract="true" eSuperTypes="#/2/WElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="link" ordered="false"
lowerBound="1" eType="#/2/WLink" eOpposite="#/2/WLink/end"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
lowerBound="1" eType="#/2/WElementRef"/>
</eClassifiers>
</ecore:EPackage>
<ecore:EPackage name="PrimitiveTypes" nsURI="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="java.lang.Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="java.lang.Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/>
</ecore:EPackage>
</xmi:XMI>
| github:ecore:/data/atlanmod/modisco/plugins/eclipse/bundles/org.eclipse.modisco.kdm.uml2converter/src/org/eclipse/modisco/kdm/uml2converter/internal/resources/metamodels/mmw_traceability.ecore | ecore | mw_base_ext
Model
leftModel
rightModel
ElementRef
ModelRef
ModelRefXMI
ElementRefXMI
Association
AssociationEnd
Link
left
right
LinkEnd
mw_traceability
TraceModel
wovenModels
TraceModelRef
TraceLink
ruleName
sourceElements
targetElements
ElementRef
modelRef
TraceLinkEnd
mwcore
WElement
name
description
model
WModel
ownedElement
wovenModel
WRef
ref
WModelRef
ownedElementRef
WElementRef
modelRef
WAssociation
associationEnd
WAssociationEnd
association
relatedLink
WLink
child
parent
end
WLinkEnd
link
element
PrimitiveTypes
Boolean
java.lang.Boolean
java.lang.Boolean
Integer
java.lang.Integer
java.lang.Integer
String
java.lang.String
java.lang.String | null | {"directed":true,"nodes":[{"nsPrefix":null,"nsURI":"mw_base_ext","name":"mw_base_ext","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":"ElementRef","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelRef","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelRefXMI","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementRefXMI","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationEnd","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinkEnd","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WModel","instanceClass":null,"abstract":true,"id":10,"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":"leftModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"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":"rightModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WModelRef","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WElementRef","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WAssociation","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"id":23,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WAssociationEnd","instanceClass":null,"abstract":true,"id":24,"interface":false,"eClass":"EClass"},{"id":25,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WLink","instanceClass":null,"abstract":true,"id":26,"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":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"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":"right","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WLinkEnd","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":"mw_traceability","name":"mw_traceability","id":34,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceModel","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceModelRef","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLink","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementRef","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraceLinkEnd","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"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":"wovenModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"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":"ruleName","changeable":true,"lowerBound":1,"iD":false,"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":"sourceElements","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":"targetElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":48,"serializable":true,"eClass":"EDataType"},{"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":"modelRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"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":"ownedElementRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":"mwcore","name":"mwcore","id":57,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WElement","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WRef","instanceClass":null,"abstract":true,"id":59,"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":"name","changeable":true,"lowerBound":1,"iD":false,"id":60,"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":"description","changeable":true,"lowerBound":1,"iD":false,"id":61,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"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":"wovenModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":67,"derived":true},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"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":"ref","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":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":"modelRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"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":"associationEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"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":"association","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"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":"relatedLink","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"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":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":true},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"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":"link","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"nsPrefix":null,"nsURI":"PrimitiveTypes","name":"PrimitiveTypes","id":99,"eClass":"EPackage"},{"instanceTypeName":"java.lang.Boolean","defaultValue":null,"instanceClassName":"java.lang.Boolean","name":"Boolean","instanceClass":"java.lang.Boolean","id":100,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Integer","defaultValue":null,"instanceClassName":"java.lang.Integer","name":"Integer","instanceClass":"java.lang.Integer","id":101,"serializable":true,"eClass":"EDataType"}],"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":11,"target":14},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":14},{"source":12,"target":14},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":14},{"source":13,"target":10},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":18,"target":17},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":19},{"source":19,"target":14},{"source":4,"target":0},{"source":4,"target":14},{"source":4,"target":20},{"source":20,"target":14},{"source":5,"target":0},{"source":5,"target":17},{"source":5,"target":21},{"source":21,"target":17},{"source":6,"target":0},{"source":6,"target":22},{"source":6,"target":23},{"source":23,"target":22},{"source":7,"target":0},{"source":7,"target":24},{"source":7,"target":25},{"source":25,"target":24},{"source":8,"target":0},{"source":8,"target":26},{"source":8,"target":27},{"source":8,"target":28},{"source":8,"target":29},{"source":27,"target":30},{"source":27,"target":31},{"source":27,"target":8},{"source":31,"target":30},{"source":28,"target":30},{"source":28,"target":32},{"source":28,"target":8},{"source":32,"target":30},{"source":29,"target":26},{"source":9,"target":0},{"source":9,"target":30},{"source":9,"target":33},{"source":33,"target":30},{"source":34,"target":35},{"source":34,"target":36},{"source":34,"target":37},{"source":34,"target":38},{"source":34,"target":39},{"source":35,"target":34},{"source":35,"target":10},{"source":35,"target":40},{"source":35,"target":41},{"source":40,"target":36},{"source":40,"target":42},{"source":40,"target":35},{"source":42,"target":36},{"source":41,"target":10},{"source":36,"target":34},{"source":36,"target":14},{"source":36,"target":43},{"source":43,"target":14},{"source":37,"target":34},{"source":37,"target":26},{"source":37,"target":44},{"source":37,"target":45},{"source":37,"target":46},{"source":37,"target":47},{"source":44,"target":48},{"source":44,"target":49},{"source":44,"target":37},{"source":49,"target":48},{"source":45,"target":30},{"source":45,"target":50},{"source":45,"target":37},{"source":50,"target":30},{"source":46,"target":30},{"source":46,"target":51},{"source":46,"target":37},{"source":51,"target":30},{"source":47,"target":26},{"source":38,"target":34},{"source":38,"target":17},{"source":38,"target":52},{"source":38,"target":53},{"source":52,"target":36},{"source":52,"target":54},{"source":52,"target":38},{"source":52,"target":55},{"source":54,"target":36},{"source":53,"target":17},{"source":39,"target":34},{"source":39,"target":30},{"source":39,"target":56},{"source":56,"target":30},{"source":57,"target":58},{"source":57,"target":10},{"source":57,"target":59},{"source":57,"target":14},{"source":57,"target":17},{"source":57,"target":22},{"source":57,"target":24},{"source":57,"target":26},{"source":57,"target":30},{"source":58,"target":57},{"source":58,"target":60},{"source":58,"target":61},{"source":58,"target":62},{"source":60,"target":48},{"source":60,"target":63},{"source":60,"target":58},{"source":63,"target":48},{"source":61,"target":48},{"source":61,"target":64},{"source":61,"target":58},{"source":64,"target":48},{"source":62,"target":10},{"source":62,"target":65},{"source":62,"target":58},{"source":62,"target":66},{"source":65,"target":10},{"source":10,"target":57},{"source":10,"target":58},{"source":10,"target":66},{"source":10,"target":67},{"source":10,"target":68},{"source":66,"target":58},{"source":66,"target":69},{"source":66,"target":10},{"source":66,"target":62},{"source":69,"target":58},{"source":67,"target":14},{"source":67,"target":70},{"source":67,"target":10},{"source":70,"target":14},{"source":68,"target":58},{"source":59,"target":57},{"source":59,"target":58},{"source":59,"target":71},{"source":59,"target":72},{"source":71,"target":48},{"source":71,"target":73},{"source":71,"target":59},{"source":73,"target":48},{"source":72,"target":58},{"source":14,"target":57},{"source":14,"target":59},{"source":14,"target":55},{"source":14,"target":74},{"source":55,"target":17},{"source":55,"target":75},{"source":55,"target":14},{"source":55,"target":76},{"source":75,"target":17},{"source":74,"target":59},{"source":17,"target":57},{"source":17,"target":59},{"source":17,"target":76},{"source":17,"target":77},{"source":76,"target":14},{"source":76,"target":78},{"source":76,"target":17},{"source":76,"target":55},{"source":78,"target":14},{"source":77,"target":59},{"source":22,"target":57},{"source":22,"target":58},{"source":22,"target":79},{"source":22,"target":80},{"source":79,"target":24},{"source":79,"target":81},{"source":79,"target":22},{"source":79,"target":82},{"source":81,"target":24},{"source":80,"target":58},{"source":24,"target":57},{"source":24,"target":58},{"source":24,"target":82},{"source":24,"target":83},{"source":24,"target":84},{"source":82,"target":22},{"source":82,"target":85},{"source":82,"target":24},{"source":82,"target":79},{"source":85,"target":22},{"source":83,"target":26},{"source":83,"target":86},{"source":83,"target":24},{"source":86,"target":26},{"source":84,"target":58},{"source":26,"target":57},{"source":26,"target":58},{"source":26,"target":87},{"source":26,"target":88},{"source":26,"target":89},{"source":26,"target":90},{"source":87,"target":26},{"source":87,"target":91},{"source":87,"target":26},{"source":87,"target":88},{"source":91,"target":26},{"source":88,"target":26},{"source":88,"target":92},{"source":88,"target":26},{"source":88,"target":87},{"source":92,"target":26},{"source":89,"target":30},{"source":89,"target":93},{"source":89,"target":26},{"source":89,"target":94},{"source":93,"target":30},{"source":90,"target":58},{"source":30,"target":57},{"source":30,"target":58},{"source":30,"target":94},{"source":30,"target":95},{"source":30,"target":96},{"source":94,"target":26},{"source":94,"target":97},{"source":94,"target":30},{"source":94,"target":89},{"source":97,"target":26},{"source":95,"target":17},{"source":95,"target":98},{"source":95,"target":30},{"source":98,"target":17},{"source":96,"target":58},{"source":99,"target":100},{"source":99,"target":101},{"source":99,"target":48},{"source":100,"target":99},{"source":101,"target":99},{"source":48,"target":99}],"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="FSM" nsURI="http://FSM/1.0" nsPrefix="FSM">
<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="StateMachine">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="post4_s0 post4_s1 post4_s2 post4_s3 post4_s4 post4_s5 post4_s6 post4_s7 post4_s8 post4_s9 post4_s10 post4_s11"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="post4_s0" value="
			AbstractState.allInstances()->forAll(s | 
				Transition.allInstances()->forAll(t | 
					(t.genBy = 'T2TA' and
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					(not AbstractState.allInstances()->includes(t.target)) and
					(not (t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS'))) implies not t.target.oclIsUndefined()
				) 
			) and AbstractState.allInstances()->exists(s | 
				Transition.allInstances()->exists(t | 
					t.genBy = 'T2TA' and
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					(not AbstractState.allInstances()->includes(t.target)) and
					(not (t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS'))
				) 
			) "/>
<details key="post4_s1" value="
			AbstractState.allInstances()->forAll(s | 
				Transition.allInstances()->forAll(t | 
					(t.genBy = 'T2TB' and
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					(not AbstractState.allInstances()->includes(t.target)) and
					(not (t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS'))) implies not t.target.oclIsUndefined()
				) 
			) and AbstractState.allInstances()->exists(s | 
				Transition.allInstances()->exists(t | 
					t.genBy = 'T2TB' and
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					(not AbstractState.allInstances()->includes(t.target)) and
					(not (t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS'))
				) 
			) "/>
<details key="post4_s2" value="
			AbstractState.allInstances()->forAll(s | 
				Transition.allInstances()->forAll(t | 
					(t.genBy = 'T2TC' and
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					(not AbstractState.allInstances()->includes(t.target)) and
					(not (t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS'))) implies not t.target.oclIsUndefined()
				) 
			) and AbstractState.allInstances()->exists(s | 
				Transition.allInstances()->exists(t | 
					t.genBy = 'T2TC' and
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					(not AbstractState.allInstances()->includes(t.target)) and
					(not (t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS'))
				) 
			) "/>
<details key="post4_s3" value="
			AbstractState.allInstances()->forAll(s | 
				Transition.allInstances()->forAll(t | 
					(t.genBy = 'T2TA' and
					t.target.genBy = 'RS2RS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')) implies not t.target.oclIsUndefined()
				) 
			) and AbstractState.allInstances()->exists(s | 
				Transition.allInstances()->exists(t | 
					t.genBy = 'T2TA' and
					t.target.genBy = 'RS2RS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')
				) 
			) "/>
<details key="post4_s4" value="
			AbstractState.allInstances()->forAll(s | 
				Transition.allInstances()->forAll(t | 
					(t.genBy = 'T2TA' and
					t.target.genBy = 'IS2IS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')) implies not t.target.oclIsUndefined()
				) 
			) and AbstractState.allInstances()->exists(s | 
				Transition.allInstances()->exists(t | 
					t.genBy = 'T2TA' and
					t.target.genBy = 'IS2IS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')
				) 
			) "/>
<details key="post4_s5" value="
			AbstractState.allInstances()->forAll(s | 
				Transition.allInstances()->forAll(t | 
					(t.genBy = 'T2TA' and
					t.target.genBy = 'IS2RS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')) implies not t.target.oclIsUndefined()
				) 
			) and AbstractState.allInstances()->exists(s | 
				Transition.allInstances()->exists(t | 
					t.genBy = 'T2TA' and
					t.target.genBy = 'IS2RS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')
				) 
			) "/>
<details key="post4_s6" value="
			AbstractState.allInstances()->forAll(s | 
				Transition.allInstances()->forAll(t | 
					(t.genBy = 'T2TB' and
					t.target.genBy = 'RS2RS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')) implies not t.target.oclIsUndefined()
				) 
			) and AbstractState.allInstances()->exists(s | 
				Transition.allInstances()->exists(t | 
					t.genBy = 'T2TB' and
					t.target.genBy = 'RS2RS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')
				) 
			) "/>
<details key="post4_s7" value="
			AbstractState.allInstances()->forAll(s | 
				Transition.allInstances()->forAll(t | 
					(t.genBy = 'T2TB' and
					t.target.genBy = 'IS2IS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')) implies not t.target.oclIsUndefined()
				) 
			) and AbstractState.allInstances()->exists(s | 
				Transition.allInstances()->exists(t | 
					t.genBy = 'T2TB' and
					t.target.genBy = 'IS2IS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')
				) 
			) "/>
<details key="post4_s8" value="
			AbstractState.allInstances()->forAll(s | 
				Transition.allInstances()->forAll(t | 
					(t.genBy = 'T2TB' and
					t.target.genBy = 'IS2RS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')) implies not t.target.oclIsUndefined()
				) 
			) and AbstractState.allInstances()->exists(s | 
				Transition.allInstances()->exists(t | 
					t.genBy = 'T2TB' and
					t.target.genBy = 'IS2RS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')
				) 
			) "/>
<details key="post4_s9" value="
			AbstractState.allInstances()->forAll(s | 
				Transition.allInstances()->forAll(t | 
					(t.genBy = 'T2TC' and
					t.target.genBy = 'RS2RS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')) implies not t.target.oclIsUndefined()
				) 
			) and AbstractState.allInstances()->exists(s | 
				Transition.allInstances()->exists(t | 
					t.genBy = 'T2TC' and
					t.target.genBy = 'RS2RS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')
				) 
			) "/>
<details key="post4_s10" value="
			AbstractState.allInstances()->forAll(s | 
				Transition.allInstances()->forAll(t | 
					(t.genBy = 'T2TC' and
					t.target.genBy = 'IS2IS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')) implies not t.target.oclIsUndefined()
				) 
			) and AbstractState.allInstances()->exists(s | 
				Transition.allInstances()->exists(t | 
					t.genBy = 'T2TC' and
					t.target.genBy = 'IS2IS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')
				) 
			) "/>
<details key="post4_s11" value="
			AbstractState.allInstances()->forAll(s | 
				Transition.allInstances()->forAll(t | 
					(t.genBy = 'T2TC' and
					t.target.genBy = 'IS2RS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and	
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')) implies not t.target.oclIsUndefined()
				) 
			) and AbstractState.allInstances()->exists(s | 
				Transition.allInstances()->exists(t | 
					t.genBy = 'T2TC' and
					t.target.genBy = 'IS2RS' and 
					Transition.allInstances()->includes(t) and
					(t.genBy='T2TA' or t.genBy='T2TB' or t.genBy='T2TC') and
					
					AbstractState.allInstances()->includes(t.target) and
					(t.target.genBy='RS2RS' or t.target.genBy='IS2IS' or t.target.genBy='IS2RS')
				) 
			) "/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//Transition" containment="true" eOpposite="#//Transition/stateMachine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//AbstractState" containment="true" eOpposite="#//AbstractState/stateMachine"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="genBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Transition">
<eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" eType="#//StateMachine"
eOpposite="#//StateMachine/transitions"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//AbstractState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//AbstractState"/>
<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="genBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractState" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" eType="#//StateMachine"
eOpposite="#//StateMachine/states"/>
<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="compositeState" eType="#//CompositeState"
eOpposite="#//CompositeState/states"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="genBy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InitialState" eSuperTypes="#//AbstractState"/>
<eClassifiers xsi:type="ecore:EClass" name="RegularState" eSuperTypes="#//AbstractState"/>
<eClassifiers xsi:type="ecore:EClass" name="CompositeState" eSuperTypes="#//AbstractState">
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//AbstractState" eOpposite="#//AbstractState/compositeState"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/ferdjoukh/ATL-UTF/ATLMetrics/trafosTest/HSM2FSM/metamodels/output/FSM.ecore | ecore | FSM
StateMachine
transitions
states
name
genBy
Transition
stateMachine
source
target
label
genBy
AbstractState
stateMachine
name
compositeState
genBy
InitialState
RegularState
CompositeState
states | null | {"directed":true,"nodes":[{"nsPrefix":"FSM","nsURI":"http://FSM/1.0","name":"FSM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractState","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InitialState","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegularState","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompositeState","instanceClass":null,"abstract":false,"id":6,"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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":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":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"genBy","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"id":11,"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":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"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":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"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":18,"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":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":"genBy","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"},{"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":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":"compositeState","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"genBy","changeable":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"states","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"},{"id":37,"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":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":7,"target":2},{"source":7,"target":11},{"source":7,"target":1},{"source":7,"target":12},{"source":11,"target":2},{"source":8,"target":3},{"source":8,"target":13},{"source":8,"target":1},{"source":8,"target":14},{"source":13,"target":3},{"source":9,"target":15},{"source":9,"target":1},{"source":10,"target":16},{"source":10,"target":1},{"source":2,"target":0},{"source":2,"target":12},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":12,"target":1},{"source":12,"target":21},{"source":12,"target":2},{"source":12,"target":7},{"source":21,"target":1},{"source":17,"target":3},{"source":17,"target":22},{"source":17,"target":2},{"source":22,"target":3},{"source":18,"target":3},{"source":18,"target":23},{"source":18,"target":2},{"source":23,"target":3},{"source":19,"target":24},{"source":19,"target":2},{"source":20,"target":25},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":14,"target":1},{"source":14,"target":29},{"source":14,"target":3},{"source":14,"target":8},{"source":29,"target":1},{"source":26,"target":30},{"source":26,"target":3},{"source":27,"target":6},{"source":27,"target":31},{"source":27,"target":3},{"source":27,"target":32},{"source":31,"target":6},{"source":28,"target":33},{"source":28,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":34},{"source":34,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":35},{"source":35,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":32},{"source":6,"target":36},{"source":32,"target":3},{"source":32,"target":37},{"source":32,"target":6},{"source":32,"target":27},{"source":37,"target":3},{"source":36,"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="stext" nsURI="http://www.yakindu.org/sct/statechart/SText" nsPrefix="stext">
<eClassifiers xsi:type="ecore:EClass" name="Root">
<eStructuralFeatures xsi:type="ecore:EReference" name="roots" upperBound="-1"
eType="#//DefRoot" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefRoot"/>
<eClassifiers xsi:type="ecore:EClass" name="StatechartRoot" eSuperTypes="#//DefRoot">
<eStructuralFeatures xsi:type="ecore:EReference" name="def" eType="#//StatechartSpecification"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateRoot" eSuperTypes="#//DefRoot">
<eStructuralFeatures xsi:type="ecore:EReference" name="def" eType="#//StateSpecification"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionRoot" eSuperTypes="#//DefRoot">
<eStructuralFeatures xsi:type="ecore:EReference" name="def" eType="#//TransitionSpecification"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatechartSpecification" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//ScopedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="StateSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" eType="ecore:EClass ../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Scope"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionSpecification">
<eStructuralFeatures xsi:type="ecore:EReference" name="reaction" eType="#//TransitionReaction"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StatechartScope" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="InterfaceScope" eSuperTypes="#//StatechartScope ../../org.yakindu.base.types/model/base.ecore#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="InternalScope" eSuperTypes="#//StatechartScope"/>
<eClassifiers xsi:type="ecore:EClass" name="ImportScope" eSuperTypes="#//StatechartScope">
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="ecore:EClass ../../org.yakindu.base.types/model/types.ecore#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventDefinition" eSuperTypes="../../org.yakindu.base.types/model/types.ecore#//Event"/>
<eClassifiers xsi:type="ecore:EClass" name="VariableDefinition" eSuperTypes="../../org.yakindu.base.types/model/types.ecore#//Property">
<eStructuralFeatures xsi:type="ecore:EReference" name="initialValue" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationDefinition" eSuperTypes="../../org.yakindu.base.types/model/types.ecore#//Operation"/>
<eClassifiers xsi:type="ecore:EClass" name="TypeAliasDefinition" eSuperTypes="../../org.yakindu.base.types/model/types.ecore#//TypeAlias ../../org.yakindu.base.types/model/types.ecore#//Declaration"/>
<eClassifiers xsi:type="ecore:EClass" name="LocalReaction" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Reaction"/>
<eClassifiers xsi:type="ecore:EClass" name="TransitionReaction" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Reaction"/>
<eClassifiers xsi:type="ecore:EClass" name="Guard">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EntryPointSpec" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//ReactionProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="entrypoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExitPointSpec" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//ReactionProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="exitpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventSpec"/>
<eClassifiers xsi:type="ecore:EClass" name="RegularEventSpec" eSuperTypes="#//EventSpec">
<eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TimeEventSpec" eSuperTypes="#//EventSpec">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//TimeEventType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="#//TimeUnit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TimeEventType">
<eLiterals name="after" literal="after"/>
<eLiterals name="every" value="1" literal="every"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BuiltinEventSpec" eSuperTypes="#//EventSpec"/>
<eClassifiers xsi:type="ecore:EClass" name="EntryEvent" eSuperTypes="#//BuiltinEventSpec"/>
<eClassifiers xsi:type="ecore:EClass" name="ExitEvent" eSuperTypes="#//BuiltinEventSpec"/>
<eClassifiers xsi:type="ecore:EClass" name="AlwaysEvent" eSuperTypes="#//BuiltinEventSpec"/>
<eClassifiers xsi:type="ecore:EEnum" name="TimeUnit">
<eLiterals name="second" literal="s"/>
<eLiterals name="millisecond" value="1" literal="ms"/>
<eLiterals name="microsecond" value="2" literal="us"/>
<eLiterals name="nanosecond" value="3" literal="ns"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SimpleScope" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="ReactionTrigger" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Trigger">
<eStructuralFeatures xsi:type="ecore:EReference" name="triggers" upperBound="-1"
eType="#//EventSpec" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//Guard"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultTrigger" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Trigger"/>
<eClassifiers xsi:type="ecore:EClass" name="ReactionEffect" eSuperTypes="../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//Effect">
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventRaisingExpression" eSuperTypes="../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="event" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EventValueReferenceExpression" eSuperTypes="../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActiveStateReferenceExpression" eSuperTypes="../../org.yakindu.base.expressions/model/Expressions.ecore#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass ../../org.yakindu.sct.model.sgraph/model/emf/sgraph.ecore#//State"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/vhfragal/ConFTGen-tool/work_neon_ubu/org.yakindu.sct.model.stext/model/SText.ecore | ecore | stext
Root
roots
DefRoot
StatechartRoot
def
StateRoot
def
TransitionRoot
def
StatechartSpecification
StateSpecification
scope
TransitionSpecification
reaction
StatechartScope
InterfaceScope
InternalScope
ImportScope
imports
EventDefinition
VariableDefinition
initialValue
OperationDefinition
TypeAliasDefinition
LocalReaction
TransitionReaction
Guard
expression
EntryPointSpec
entrypoint
ExitPointSpec
exitpoint
EventSpec
RegularEventSpec
event
TimeEventSpec
type
value
unit
TimeEventType
after
after
every
every
BuiltinEventSpec
EntryEvent
ExitEvent
AlwaysEvent
TimeUnit
second
s
millisecond
ms
microsecond
us
nanosecond
ns
SimpleScope
ReactionTrigger
triggers
guard
DefaultTrigger
ReactionEffect
actions
EventRaisingExpression
event
value
EventValueReferenceExpression
value
ActiveStateReferenceExpression
value | null | {"directed":true,"nodes":[{"nsPrefix":"stext","nsURI":"http://www.yakindu.org/sct/statechart/SText","name":"stext","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":"DefRoot","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatechartRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionRoot","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatechartSpecification","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateSpecification","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionSpecification","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatechartScope","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceScope","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InternalScope","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportScope","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventDefinition","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDefinition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationDefinition","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeAliasDefinition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalReaction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionReaction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Guard","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryPointSpec","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitPointSpec","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventSpec","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RegularEventSpec","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeEventSpec","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeEventType","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BuiltinEventSpec","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntryEvent","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExitEvent","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlwaysEvent","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnit","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleScope","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactionTrigger","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultTrigger","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReactionEffect","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventRaisingExpression","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventValueReferenceExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActiveStateReferenceExpression","instanceClass":null,"abstract":false,"id":37,"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":"roots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"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":"def","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":"def","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"def","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"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":"reaction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"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"},{"container":false,"ordered":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":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":"entrypoint","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":"exitpoint","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"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":81,"derived":false},{"container":false,"ordered":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":82,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"name":"after","id":88,"value":0,"literal":"after","eClass":"EEnumLiteral"},{"name":"every","id":89,"value":1,"literal":"every","eClass":"EEnumLiteral"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"name":"second","id":94,"value":0,"literal":"s","eClass":"EEnumLiteral"},{"name":"millisecond","id":95,"value":1,"literal":"ms","eClass":"EEnumLiteral"},{"name":"microsecond","id":96,"value":2,"literal":"us","eClass":"EEnumLiteral"},{"name":"nanosecond","id":97,"value":3,"literal":"ns","eClass":"EEnumLiteral"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"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":"event","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":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":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"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":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"derived":false},{"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":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":38,"target":2},{"source":38,"target":39},{"source":38,"target":1},{"source":39,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":40},{"source":3,"target":41},{"source":40,"target":6},{"source":40,"target":42},{"source":40,"target":3},{"source":42,"target":6},{"source":41,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":43},{"source":4,"target":44},{"source":43,"target":7},{"source":43,"target":45},{"source":43,"target":4},{"source":45,"target":7},{"source":44,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":46},{"source":5,"target":47},{"source":46,"target":8},{"source":46,"target":48},{"source":46,"target":5},{"source":48,"target":8},{"source":47,"target":2},{"source":6,"target":0},{"source":6,"target":49},{"source":7,"target":0},{"source":7,"target":50},{"source":50,"target":51},{"source":50,"target":7},{"source":8,"target":0},{"source":8,"target":52},{"source":52,"target":18},{"source":52,"target":53},{"source":52,"target":8},{"source":53,"target":18},{"source":9,"target":0},{"source":9,"target":54},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":55},{"source":10,"target":56},{"source":55,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":57},{"source":57,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":58},{"source":12,"target":59},{"source":58,"target":60},{"source":58,"target":12},{"source":59,"target":9},{"source":13,"target":0},{"source":13,"target":61},{"source":14,"target":0},{"source":14,"target":62},{"source":14,"target":63},{"source":62,"target":64},{"source":62,"target":14},{"source":15,"target":0},{"source":15,"target":65},{"source":16,"target":0},{"source":16,"target":66},{"source":16,"target":67},{"source":17,"target":0},{"source":17,"target":68},{"source":18,"target":0},{"source":18,"target":69},{"source":19,"target":0},{"source":19,"target":70},{"source":70,"target":71},{"source":70,"target":19},{"source":20,"target":0},{"source":20,"target":72},{"source":20,"target":73},{"source":72,"target":74},{"source":72,"target":20},{"source":21,"target":0},{"source":21,"target":75},{"source":21,"target":76},{"source":75,"target":77},{"source":75,"target":21},{"source":22,"target":0},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":78},{"source":23,"target":79},{"source":78,"target":80},{"source":78,"target":23},{"source":79,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":81},{"source":24,"target":82},{"source":24,"target":83},{"source":24,"target":84},{"source":81,"target":25},{"source":81,"target":85},{"source":81,"target":24},{"source":85,"target":25},{"source":82,"target":86},{"source":82,"target":24},{"source":83,"target":30},{"source":83,"target":87},{"source":83,"target":24},{"source":87,"target":30},{"source":84,"target":22},{"source":25,"target":0},{"source":25,"target":88},{"source":25,"target":89},{"source":88,"target":25},{"source":89,"target":25},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":90},{"source":90,"target":22},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":91},{"source":91,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":92},{"source":92,"target":26},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":93},{"source":93,"target":26},{"source":30,"target":0},{"source":30,"target":94},{"source":30,"target":95},{"source":30,"target":96},{"source":30,"target":97},{"source":94,"target":30},{"source":95,"target":30},{"source":96,"target":30},{"source":97,"target":30},{"source":31,"target":0},{"source":31,"target":98},{"source":32,"target":0},{"source":32,"target":99},{"source":32,"target":100},{"source":32,"target":101},{"source":99,"target":22},{"source":99,"target":102},{"source":99,"target":32},{"source":102,"target":22},{"source":100,"target":19},{"source":100,"target":103},{"source":100,"target":32},{"source":103,"target":19},{"source":33,"target":0},{"source":33,"target":104},{"source":34,"target":0},{"source":34,"target":105},{"source":34,"target":106},{"source":105,"target":107},{"source":105,"target":34},{"source":35,"target":0},{"source":35,"target":108},{"source":35,"target":109},{"source":35,"target":110},{"source":108,"target":111},{"source":108,"target":35},{"source":109,"target":112},{"source":109,"target":35},{"source":36,"target":0},{"source":36,"target":113},{"source":36,"target":114},{"source":113,"target":115},{"source":113,"target":36},{"source":37,"target":0},{"source":37,"target":116},{"source":37,"target":117},{"source":116,"target":118},{"source":116,"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="ProjectPlaning" nsURI="ProjectPlaning" nsPrefix="ProjectPlaning">
<eClassifiers xsi:type="ecore:EClass" name="Project">
<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="goal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tasks" upperBound="-1"
eType="#//TaskUnit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//Resource" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TaskUnit" abstract="true">
<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="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="next" upperBound="-1" eType="#//TaskUnit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Milestone" eSuperTypes="#//TaskUnit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Task"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Task" eSuperTypes="#//TaskUnit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="days" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" upperBound="-1"
eType="#//Resource"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CompositeTask" eSuperTypes="#//TaskUnit">
<eStructuralFeatures xsi:type="ecore:EReference" name="subtasks" lowerBound="1"
upperBound="-1" eType="#//TaskUnit" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Resource" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Human" eSuperTypes="#//Resource">
<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="surname" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="available" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expertise" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Technical">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="units" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/SaraPerezSoler/SOCIO/Socio-rest/Metamodel/ProjectPlaning_sincambios.ecore | ecore | ProjectPlaning
Project
name
goal
tasks
resources
TaskUnit
id
description
next
Milestone
date
from
Task
date
days
resources
CompositeTask
subtasks
Resource
Human
name
surname
available
expertise
Technical
id
description
units | null | {"directed":true,"nodes":[{"nsPrefix":"ProjectPlaning","nsURI":"ProjectPlaning","name":"ProjectPlaning","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskUnit","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Milestone","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":"CompositeTask","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Human","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Technical","instanceClass":null,"abstract":false,"id":8,"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":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"goal","changeable":true,"lowerBound":0,"iD":false,"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":"tasks","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":"resources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"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":17,"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":"description","changeable":true,"lowerBound":1,"iD":false,"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":"next","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"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":"date","changeable":true,"lowerBound":0,"iD":false,"id":23,"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":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"date","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":"days","changeable":true,"lowerBound":0,"iD":false,"id":29,"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":"resources","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"},{"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":"subtasks","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"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":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":"surname","changeable":true,"lowerBound":1,"iD":false,"id":39,"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":"available","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expertise","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"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":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":"description","changeable":true,"lowerBound":1,"iD":false,"id":48,"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":"units","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"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":2},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":2},{"source":12,"target":6},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":6},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":17,"target":20},{"source":17,"target":2},{"source":18,"target":21},{"source":18,"target":2},{"source":19,"target":2},{"source":19,"target":22},{"source":19,"target":2},{"source":22,"target":2},{"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":4},{"source":24,"target":27},{"source":24,"target":3},{"source":27,"target":4},{"source":25,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":28,"target":32},{"source":28,"target":4},{"source":29,"target":33},{"source":29,"target":4},{"source":30,"target":6},{"source":30,"target":34},{"source":30,"target":4},{"source":34,"target":6},{"source":31,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":35},{"source":5,"target":36},{"source":35,"target":2},{"source":35,"target":37},{"source":35,"target":5},{"source":37,"target":2},{"source":36,"target":2},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":38},{"source":7,"target":39},{"source":7,"target":40},{"source":7,"target":41},{"source":7,"target":42},{"source":38,"target":43},{"source":38,"target":7},{"source":39,"target":44},{"source":39,"target":7},{"source":40,"target":45},{"source":40,"target":7},{"source":41,"target":46},{"source":41,"target":7},{"source":42,"target":6},{"source":8,"target":0},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":47,"target":50},{"source":47,"target":8},{"source":48,"target":51},{"source":48,"target":8},{"source":49,"target":52},{"source":49,"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="jolie"
nsURI="http://www.xtext.org/Jolie" nsPrefix="jolie">
<eClassifiers xsi:type="ecore:EClass" name="Program">
<eStructuralFeatures xsi:type="ecore:EReference" name="include" upperBound="-1"
eType="#//Include" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1"
eType="#//Port" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interface" upperBound="-1"
eType="#//Interface" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="init" upperBound="-1" eType="#//Init"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="execution" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="define" upperBound="-1"
eType="#//Define" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="main" eType="#//Main" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Include">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedef" upperBound="-1"
eType="#//Typedef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Typedef">
<eStructuralFeatures xsi:type="ecore:EReference" name="subtypes" upperBound="-1"
eType="#//Subtypes" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Subtypes">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="native_type_sub" upperBound="-1"
eType="#//Native_type_sub" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typedef" upperBound="-1"
eType="#//Typedef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Native_type_sub">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Define">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainrocess" eType="#//MainProcess"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Init">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainrocess" eType="#//MainProcess"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Main">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainrocess" eType="#//MainProcess"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MainProcess"/>
<eClassifiers xsi:type="ecore:EClass" name="Process">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//ParallelStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParallelStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//SequenceStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//BasicStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BasicStatement" eSuperTypes="#//Body">
<eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="#//Process"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assignStatementOrPostIncrementDecrement"
eType="#//AssignStatementOrPostIncrementDecrementOrInputOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="NDChoiceStatement" eType="#//NDChoiceStatement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preIncrementDecrement"
eType="#//PreIncrementDecrement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="call" eType="#//Define"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="linkIn" eSuperTypes="#//BasicStatement">
<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="AssignStatementOrPostIncrementDecrementOrInputOperation"/>
<eClassifiers xsi:type="ecore:EClass" name="RightSide">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variablePath" eType="#//VariablePath"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputOperation" eType="#//InputOperation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputOperation" eType="#//OutputOperation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Synchronized" eSuperTypes="#//BasicStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainProcess" upperBound="-1"
eType="#//MainProcess" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Undef" eSuperTypes="#//BasicStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="variablePath" upperBound="-1"
eType="#//VariablePath" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutputOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variablePath" eType="#//VariablePath"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="installFunction" eType="#//InstallFunciton"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstallFunciton">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="process" upperBound="-1"
eType="#//Process" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parallelStatement" upperBound="-1"
eType="#//ParallelStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainProcess" eType="#//MainProcess"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PreIncrementDecrement">
<eStructuralFeatures xsi:type="ecore:EReference" name="variablePath" eType="#//VariablePath"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="For" eSuperTypes="#//BasicStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parallelStatement" upperBound="-1"
eType="#//ParallelStatement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Condition"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Body" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Body"/>
<eClassifiers xsi:type="ecore:EClass" name="Condition">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variablePath" eType="#//VariablePath"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightCondition" eType="#//RightCondition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RightCondition">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Foreach" eSuperTypes="#//BasicStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="var1" eType="#//VariablePath"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="var2" eType="#//VariablePath"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Body" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variablePath" eType="#//VariablePath"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariablePath">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dot" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="With" eSuperTypes="#//BasicStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="name" eType="#//VariablePath"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainrocess" eType="#//MainProcess"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NDChoiceStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="variablePath" upperBound="-1"
eType="#//VariablePath" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputOperation" upperBound="-1"
eType="#//InputOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mainProcess" upperBound="-1"
eType="#//MainProcess" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interface">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RequestResponseOperation"
eType="#//RequestResponseOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oneWayOperation" eType="#//OneWayOperation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port">
<eStructuralFeatures xsi:type="ecore:EReference" name="inputPortStatement" upperBound="-1"
eType="#//InputPortStatement" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputPortStatement" upperBound="-1"
eType="#//OutputPortStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputPortStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" upperBound="-1"
eType="#//Location" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="protocol" upperBound="-1"
eType="#//Protocol" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oneWayOperation" upperBound="-1"
eType="#//OneWayOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RequestResponseOperation"
upperBound="-1" eType="#//RequestResponseOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="redirects" upperBound="-1"
eType="#//Redirects" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="aggregates" upperBound="-1"
eType="#//Aggregates" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intefaces" upperBound="-1"
eType="#//Interfaces" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OutputPortStatement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="location" upperBound="-1"
eType="#//Location" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="protocol" upperBound="-1"
eType="#//Protocol" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="oneWayOperation" upperBound="-1"
eType="#//OneWayOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="RequestResponseOperation"
upperBound="-1" eType="#//RequestResponseOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="intefaces" upperBound="-1"
eType="#//Interfaces" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OneWayOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" upperBound="-1"
eType="#//TypeDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="children" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RequestResponseOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" upperBound="-1"
eType="#//TypeDefinition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeDefinition">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" unique="false" upperBound="-1"
eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Location">
<eStructuralFeatures xsi:type="ecore:EReference" name="uri" upperBound="-1" eType="#//Uri"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Uri">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Interfaces">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Protocol">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Redirects">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="outputPortIdentifier" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Aggregates">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OLSyntaxNode" eSuperTypes="#//MainProcess">
<eStructuralFeatures xsi:type="ecore:EReference" name="parallelStatement" eType="#//ParallelStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AssignStatementOrPostIncrementDecrement"
eSuperTypes="#//AssignStatementOrPostIncrementDecrementOrInputOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="variablePath" eType="#//VariablePath"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightSide" eType="#//RightSide"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression"
containment="true"/>
<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="#//Expression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntLiteral" 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="RealLiteral" 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="String" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jolie/experimental/jolie-xtext/playground/joliepse/jolie.xtext/src-gen/jolie/xtext/Jolie.ecore | ecore | jolie
Program
include
ports
interface
types
init
execution
define
main
Include
path
Type
name
typedef
Typedef
subtypes
Subtypes
name
native_type_sub
typedef
Native_type_sub
type
Define
name
mainrocess
Init
name
mainrocess
Main
name
mainrocess
MainProcess
Process
children
ParallelStatement
children
SequenceStatement
children
BasicStatement
process
assignStatementOrPostIncrementDecrement
NDChoiceStatement
preIncrementDecrement
call
linkIn
name
AssignStatementOrPostIncrementDecrementOrInputOperation
RightSide
expression
variablePath
inputOperation
outputOperation
Synchronized
name
mainProcess
Undef
variablePath
OutputOperation
name
expression
variablePath
installFunction
InstallFunciton
name
process
parallelStatement
InputOperation
expression
mainProcess
PreIncrementDecrement
variablePath
For
parallelStatement
condition
body
Body
Condition
expression
variablePath
rightCondition
RightCondition
expression
Foreach
var1
var2
body
Expression
variablePath
VariablePath
dot
name
children
With
name
mainrocess
NDChoiceStatement
variablePath
inputOperation
mainProcess
Interface
name
RequestResponseOperation
oneWayOperation
Port
inputPortStatement
outputPortStatement
InputPortStatement
name
location
protocol
oneWayOperation
RequestResponseOperation
redirects
aggregates
intefaces
OutputPortStatement
name
location
protocol
oneWayOperation
RequestResponseOperation
intefaces
OneWayOperation
name
typeDefinition
children
RequestResponseOperation
name
typeDefinition
TypeDefinition
type
Location
uri
Uri
name
Interfaces
name
Protocol
name
Redirects
name
outputPortIdentifier
Aggregates
name
OLSyntaxNode
parallelStatement
AssignStatementOrPostIncrementDecrement
variablePath
rightSide
Operation
left
op
right
IntLiteral
value
RealLiteral
value
String
value | null | {"directed":true,"nodes":[{"nsPrefix":"jolie","nsURI":"http://www.xtext.org/Jolie","name":"jolie","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":"Include","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Typedef","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subtypes","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Native_type_sub","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Define","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Init","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Main","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MainProcess","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Process","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParallelStatement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicStatement","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"linkIn","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignStatementOrPostIncrementDecrementOrInputOperation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightSide","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synchronized","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Undef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputOperation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstallFunciton","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputOperation","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreIncrementDecrement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"For","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Body","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Condition","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RightCondition","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Foreach","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariablePath","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"With","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NDChoiceStatement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPortStatement","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPortStatement","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneWayOperation","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestResponseOperation","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Uri","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interfaces","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Protocol","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Redirects","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregates","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OLSyntaxNode","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignStatementOrPostIncrementDecrement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteral","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"abstract":false,"id":51,"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":"include","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ports","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":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":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":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":"init","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"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":"execution","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":"define","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"main","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"id":66,"eClass":"EGenericType"},{"id":67,"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":"path","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"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":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":"typedef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"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":"subtypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"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":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"native_type_sub","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedef","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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"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":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":"mainrocess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"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":"name","changeable":true,"lowerBound":0,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"mainrocess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"mainrocess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":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":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":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":98,"derived":false},{"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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"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":"process","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":true,"unsettable":false,"transient":false,"unique":true,"name":"assignStatementOrPostIncrementDecrement","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":true,"unsettable":false,"transient":false,"unique":true,"name":"NDChoiceStatement","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":true,"unsettable":false,"transient":false,"unique":true,"name":"preIncrementDecrement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"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":"call","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"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":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"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":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variablePath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mainProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variablePath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"container":false,"ordered":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":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variablePath","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":"installFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"process","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parallelStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"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":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mainProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"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":"variablePath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parallelStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":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":153,"derived":false},{"container":false,"ordered":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":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"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":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variablePath","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":"rightCondition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"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":"var1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"var2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"derived":false},{"container":false,"ordered":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":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"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":"variablePath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"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":"dot","changeable":true,"lowerBound":0,"iD":false,"id":176,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"container":false,"ordered":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":178,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"mainrocess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variablePath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mainProcess","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"RequestResponseOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oneWayOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":195,"derived":false},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inputPortStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputPortStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"protocol","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"oneWayOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"RequestResponseOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"redirects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intefaces","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"id":217,"eClass":"EGenericType"},{"id":218,"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":219,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","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":"protocol","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":"oneWayOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"RequestResponseOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intefaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"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":"children","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"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":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":241,"derived":false},{"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":"uri","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"id":246,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"id":248,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"id":250,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":251,"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":"outputPortIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"id":256,"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":"parallelStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"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":"variablePath","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightSide","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"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":265,"derived":false},{"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":266,"derived":false},{"container":false,"ordered":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":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"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":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"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":275,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":278,"derived":false},{"id":279,"eClass":"EGenericType"},{"id":280,"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":1,"target":0},{"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":52,"target":2},{"source":52,"target":60},{"source":52,"target":1},{"source":60,"target":2},{"source":53,"target":34},{"source":53,"target":61},{"source":53,"target":1},{"source":61,"target":34},{"source":54,"target":33},{"source":54,"target":62},{"source":54,"target":1},{"source":62,"target":33},{"source":55,"target":3},{"source":55,"target":63},{"source":55,"target":1},{"source":63,"target":3},{"source":56,"target":8},{"source":56,"target":64},{"source":56,"target":1},{"source":64,"target":8},{"source":57,"target":65},{"source":57,"target":1},{"source":58,"target":7},{"source":58,"target":66},{"source":58,"target":1},{"source":66,"target":7},{"source":59,"target":9},{"source":59,"target":67},{"source":59,"target":1},{"source":67,"target":9},{"source":2,"target":0},{"source":2,"target":68},{"source":68,"target":69},{"source":68,"target":2},{"source":3,"target":0},{"source":3,"target":70},{"source":3,"target":71},{"source":70,"target":72},{"source":70,"target":3},{"source":71,"target":4},{"source":71,"target":73},{"source":71,"target":3},{"source":73,"target":4},{"source":4,"target":0},{"source":4,"target":74},{"source":74,"target":5},{"source":74,"target":75},{"source":74,"target":4},{"source":75,"target":5},{"source":5,"target":0},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":76,"target":79},{"source":76,"target":5},{"source":77,"target":6},{"source":77,"target":80},{"source":77,"target":5},{"source":80,"target":6},{"source":78,"target":4},{"source":78,"target":81},{"source":78,"target":5},{"source":81,"target":4},{"source":6,"target":0},{"source":6,"target":82},{"source":82,"target":3},{"source":82,"target":83},{"source":82,"target":6},{"source":83,"target":3},{"source":7,"target":0},{"source":7,"target":84},{"source":7,"target":85},{"source":84,"target":86},{"source":84,"target":7},{"source":85,"target":10},{"source":85,"target":87},{"source":85,"target":7},{"source":87,"target":10},{"source":8,"target":0},{"source":8,"target":88},{"source":8,"target":89},{"source":88,"target":90},{"source":88,"target":8},{"source":89,"target":10},{"source":89,"target":91},{"source":89,"target":8},{"source":91,"target":10},{"source":9,"target":0},{"source":9,"target":92},{"source":9,"target":93},{"source":92,"target":94},{"source":92,"target":9},{"source":93,"target":10},{"source":93,"target":95},{"source":93,"target":9},{"source":95,"target":10},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":96},{"source":96,"target":12},{"source":96,"target":97},{"source":96,"target":11},{"source":97,"target":12},{"source":12,"target":0},{"source":12,"target":98},{"source":98,"target":13},{"source":98,"target":99},{"source":98,"target":12},{"source":99,"target":13},{"source":13,"target":0},{"source":13,"target":100},{"source":100,"target":14},{"source":100,"target":101},{"source":100,"target":13},{"source":101,"target":14},{"source":14,"target":0},{"source":14,"target":25},{"source":14,"target":102},{"source":14,"target":103},{"source":14,"target":104},{"source":14,"target":105},{"source":14,"target":106},{"source":14,"target":107},{"source":102,"target":11},{"source":102,"target":108},{"source":102,"target":14},{"source":108,"target":11},{"source":103,"target":16},{"source":103,"target":109},{"source":103,"target":14},{"source":109,"target":16},{"source":104,"target":32},{"source":104,"target":110},{"source":104,"target":14},{"source":110,"target":32},{"source":105,"target":23},{"source":105,"target":111},{"source":105,"target":14},{"source":111,"target":23},{"source":106,"target":7},{"source":106,"target":112},{"source":106,"target":14},{"source":112,"target":7},{"source":107,"target":25},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":113},{"source":15,"target":114},{"source":113,"target":115},{"source":113,"target":15},{"source":114,"target":14},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":116},{"source":17,"target":117},{"source":17,"target":118},{"source":17,"target":119},{"source":116,"target":29},{"source":116,"target":120},{"source":116,"target":17},{"source":120,"target":29},{"source":117,"target":30},{"source":117,"target":121},{"source":117,"target":17},{"source":121,"target":30},{"source":118,"target":22},{"source":118,"target":122},{"source":118,"target":17},{"source":122,"target":22},{"source":119,"target":20},{"source":119,"target":123},{"source":119,"target":17},{"source":123,"target":20},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":124},{"source":18,"target":125},{"source":18,"target":126},{"source":124,"target":127},{"source":124,"target":18},{"source":125,"target":10},{"source":125,"target":128},{"source":125,"target":18},{"source":128,"target":10},{"source":126,"target":14},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":129},{"source":19,"target":130},{"source":129,"target":30},{"source":129,"target":131},{"source":129,"target":19},{"source":131,"target":30},{"source":130,"target":14},{"source":20,"target":0},{"source":20,"target":132},{"source":20,"target":133},{"source":20,"target":134},{"source":20,"target":135},{"source":132,"target":136},{"source":132,"target":20},{"source":133,"target":29},{"source":133,"target":137},{"source":133,"target":20},{"source":137,"target":29},{"source":134,"target":30},{"source":134,"target":138},{"source":134,"target":20},{"source":138,"target":30},{"source":135,"target":21},{"source":135,"target":139},{"source":135,"target":20},{"source":139,"target":21},{"source":21,"target":0},{"source":21,"target":140},{"source":21,"target":141},{"source":21,"target":142},{"source":140,"target":143},{"source":140,"target":21},{"source":141,"target":11},{"source":141,"target":144},{"source":141,"target":21},{"source":144,"target":11},{"source":142,"target":12},{"source":142,"target":145},{"source":142,"target":21},{"source":145,"target":12},{"source":22,"target":0},{"source":22,"target":146},{"source":22,"target":147},{"source":146,"target":29},{"source":146,"target":148},{"source":146,"target":22},{"source":148,"target":29},{"source":147,"target":10},{"source":147,"target":149},{"source":147,"target":22},{"source":149,"target":10},{"source":23,"target":0},{"source":23,"target":150},{"source":150,"target":30},{"source":150,"target":151},{"source":150,"target":23},{"source":151,"target":30},{"source":24,"target":0},{"source":24,"target":14},{"source":24,"target":152},{"source":24,"target":153},{"source":24,"target":154},{"source":24,"target":155},{"source":152,"target":12},{"source":152,"target":156},{"source":152,"target":24},{"source":156,"target":12},{"source":153,"target":26},{"source":153,"target":157},{"source":153,"target":24},{"source":157,"target":26},{"source":154,"target":25},{"source":154,"target":158},{"source":154,"target":24},{"source":158,"target":25},{"source":155,"target":14},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":159},{"source":26,"target":160},{"source":26,"target":161},{"source":159,"target":29},{"source":159,"target":162},{"source":159,"target":26},{"source":162,"target":29},{"source":160,"target":30},{"source":160,"target":163},{"source":160,"target":26},{"source":163,"target":30},{"source":161,"target":27},{"source":161,"target":164},{"source":161,"target":26},{"source":164,"target":27},{"source":27,"target":0},{"source":27,"target":165},{"source":165,"target":29},{"source":165,"target":166},{"source":165,"target":27},{"source":166,"target":29},{"source":28,"target":0},{"source":28,"target":14},{"source":28,"target":167},{"source":28,"target":168},{"source":28,"target":169},{"source":28,"target":170},{"source":167,"target":30},{"source":167,"target":171},{"source":167,"target":28},{"source":171,"target":30},{"source":168,"target":30},{"source":168,"target":172},{"source":168,"target":28},{"source":172,"target":30},{"source":169,"target":25},{"source":169,"target":173},{"source":169,"target":28},{"source":173,"target":25},{"source":170,"target":14},{"source":29,"target":0},{"source":29,"target":174},{"source":174,"target":30},{"source":174,"target":175},{"source":174,"target":29},{"source":175,"target":30},{"source":30,"target":0},{"source":30,"target":176},{"source":30,"target":177},{"source":30,"target":178},{"source":176,"target":179},{"source":176,"target":30},{"source":177,"target":180},{"source":177,"target":30},{"source":178,"target":29},{"source":178,"target":181},{"source":178,"target":30},{"source":181,"target":29},{"source":31,"target":0},{"source":31,"target":14},{"source":31,"target":182},{"source":31,"target":183},{"source":31,"target":184},{"source":182,"target":30},{"source":182,"target":185},{"source":182,"target":31},{"source":185,"target":30},{"source":183,"target":10},{"source":183,"target":186},{"source":183,"target":31},{"source":186,"target":10},{"source":184,"target":14},{"source":32,"target":0},{"source":32,"target":187},{"source":32,"target":188},{"source":32,"target":189},{"source":187,"target":30},{"source":187,"target":190},{"source":187,"target":32},{"source":190,"target":30},{"source":188,"target":22},{"source":188,"target":191},{"source":188,"target":32},{"source":191,"target":22},{"source":189,"target":10},{"source":189,"target":192},{"source":189,"target":32},{"source":192,"target":10},{"source":33,"target":0},{"source":33,"target":193},{"source":33,"target":194},{"source":33,"target":195},{"source":193,"target":196},{"source":193,"target":33},{"source":194,"target":38},{"source":194,"target":197},{"source":194,"target":33},{"source":197,"target":38},{"source":195,"target":37},{"source":195,"target":198},{"source":195,"target":33},{"source":198,"target":37},{"source":34,"target":0},{"source":34,"target":199},{"source":34,"target":200},{"source":199,"target":35},{"source":199,"target":201},{"source":199,"target":34},{"source":201,"target":35},{"source":200,"target":36},{"source":200,"target":202},{"source":200,"target":34},{"source":202,"target":36},{"source":35,"target":0},{"source":35,"target":203},{"source":35,"target":204},{"source":35,"target":205},{"source":35,"target":206},{"source":35,"target":207},{"source":35,"target":208},{"source":35,"target":209},{"source":35,"target":210},{"source":203,"target":211},{"source":203,"target":35},{"source":204,"target":40},{"source":204,"target":212},{"source":204,"target":35},{"source":212,"target":40},{"source":205,"target":43},{"source":205,"target":213},{"source":205,"target":35},{"source":213,"target":43},{"source":206,"target":37},{"source":206,"target":214},{"source":206,"target":35},{"source":214,"target":37},{"source":207,"target":38},{"source":207,"target":215},{"source":207,"target":35},{"source":215,"target":38},{"source":208,"target":44},{"source":208,"target":216},{"source":208,"target":35},{"source":216,"target":44},{"source":209,"target":45},{"source":209,"target":217},{"source":209,"target":35},{"source":217,"target":45},{"source":210,"target":42},{"source":210,"target":218},{"source":210,"target":35},{"source":218,"target":42},{"source":36,"target":0},{"source":36,"target":219},{"source":36,"target":220},{"source":36,"target":221},{"source":36,"target":222},{"source":36,"target":223},{"source":36,"target":224},{"source":219,"target":225},{"source":219,"target":36},{"source":220,"target":40},{"source":220,"target":226},{"source":220,"target":36},{"source":226,"target":40},{"source":221,"target":43},{"source":221,"target":227},{"source":221,"target":36},{"source":227,"target":43},{"source":222,"target":37},{"source":222,"target":228},{"source":222,"target":36},{"source":228,"target":37},{"source":223,"target":38},{"source":223,"target":229},{"source":223,"target":36},{"source":229,"target":38},{"source":224,"target":42},{"source":224,"target":230},{"source":224,"target":36},{"source":230,"target":42},{"source":37,"target":0},{"source":37,"target":231},{"source":37,"target":232},{"source":37,"target":233},{"source":231,"target":234},{"source":231,"target":37},{"source":232,"target":39},{"source":232,"target":235},{"source":232,"target":37},{"source":235,"target":39},{"source":233,"target":236},{"source":233,"target":37},{"source":38,"target":0},{"source":38,"target":237},{"source":38,"target":238},{"source":237,"target":239},{"source":237,"target":38},{"source":238,"target":39},{"source":238,"target":240},{"source":238,"target":38},{"source":240,"target":39},{"source":39,"target":0},{"source":39,"target":241},{"source":241,"target":3},{"source":241,"target":242},{"source":241,"target":39},{"source":242,"target":3},{"source":40,"target":0},{"source":40,"target":243},{"source":243,"target":41},{"source":243,"target":244},{"source":243,"target":40},{"source":244,"target":41},{"source":41,"target":0},{"source":41,"target":245},{"source":245,"target":246},{"source":245,"target":41},{"source":42,"target":0},{"source":42,"target":247},{"source":247,"target":248},{"source":247,"target":42},{"source":43,"target":0},{"source":43,"target":249},{"source":249,"target":250},{"source":249,"target":43},{"source":44,"target":0},{"source":44,"target":251},{"source":44,"target":252},{"source":251,"target":253},{"source":251,"target":44},{"source":252,"target":254},{"source":252,"target":44},{"source":45,"target":0},{"source":45,"target":255},{"source":255,"target":256},{"source":255,"target":45},{"source":46,"target":0},{"source":46,"target":10},{"source":46,"target":257},{"source":46,"target":258},{"source":257,"target":12},{"source":257,"target":259},{"source":257,"target":46},{"source":259,"target":12},{"source":258,"target":10},{"source":47,"target":0},{"source":47,"target":16},{"source":47,"target":260},{"source":47,"target":261},{"source":47,"target":262},{"source":260,"target":30},{"source":260,"target":263},{"source":260,"target":47},{"source":263,"target":30},{"source":261,"target":17},{"source":261,"target":264},{"source":261,"target":47},{"source":264,"target":17},{"source":262,"target":16},{"source":48,"target":0},{"source":48,"target":29},{"source":48,"target":265},{"source":48,"target":266},{"source":48,"target":267},{"source":48,"target":268},{"source":265,"target":29},{"source":265,"target":269},{"source":265,"target":48},{"source":269,"target":29},{"source":266,"target":270},{"source":266,"target":48},{"source":267,"target":29},{"source":267,"target":271},{"source":267,"target":48},{"source":271,"target":29},{"source":268,"target":29},{"source":49,"target":0},{"source":49,"target":29},{"source":49,"target":272},{"source":49,"target":273},{"source":272,"target":274},{"source":272,"target":49},{"source":273,"target":29},{"source":50,"target":0},{"source":50,"target":29},{"source":50,"target":275},{"source":50,"target":276},{"source":275,"target":277},{"source":275,"target":50},{"source":276,"target":29},{"source":51,"target":0},{"source":51,"target":29},{"source":51,"target":278},{"source":51,"target":279},{"source":278,"target":280},{"source":278,"target":51},{"source":279,"target":29}],"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="smalluml" nsURI="http://www.univ-nantes.fr/smalluml" nsPrefix="smalluml">
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<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="Type" abstract="true" eSuperTypes="#//NamedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//Type">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" upperBound="-1"
eType="#//EnumerationElement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//Method" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parents" upperBound="-1"
eType="#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="typedValue" lowerBound="1"
eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnTypedValue" lowerBound="1"
eType="#//Type"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relation" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="cardinality" lowerBound="1"
eType="#//Cardinality" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Cardinality">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="0"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Package">
<eStructuralFeatures xsi:type="ecore:EReference" name="class" upperBound="-1"
eType="#//Class" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="relation" upperBound="-1"
eType="#//Relation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//Type" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EnumerationElement">
<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="ConcreteType" eSuperTypes="#//Type"/>
</ecore:EPackage>
| github:ecore:/data/benj-moreau/fuzzy-smalluml/SmallUML/model/smalluml.ecore | ecore | smalluml
NamedElement
name
Type
Enumeration
value
Class
isAbstract
false
attributes
methods
parents
Attribute
typedValue
Method
parameters
returnTypedValue
Relation
cardinality
from
to
Cardinality
lowerBound
0
upperBound
-1
Package
class
relation
types
EnumerationElement
value
ConcreteType | null | {"directed":true,"nodes":[{"nsPrefix":"smalluml","nsURI":"http://www.univ-nantes.fr/smalluml","name":"smalluml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","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":"Method","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cardinality","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationElement","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConcreteType","instanceClass":null,"abstract":false,"id":11,"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":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"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":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":18,"derived":false},{"container":false,"ordered":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":19,"derived":false},{"container":false,"ordered":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":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":"parents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"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":"typedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"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":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"returnTypedValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cardinality","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":false,"unsettable":false,"transient":false,"unique":true,"name":"from","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":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"lowerBound","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":-1,"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":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"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":"class","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":"relation","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"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":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"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":13},{"source":12,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":14},{"source":14,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":15},{"source":3,"target":16},{"source":15,"target":10},{"source":15,"target":17},{"source":15,"target":3},{"source":17,"target":10},{"source":16,"target":2},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":18,"target":23},{"source":18,"target":4},{"source":19,"target":5},{"source":19,"target":24},{"source":19,"target":4},{"source":24,"target":5},{"source":20,"target":6},{"source":20,"target":25},{"source":20,"target":4},{"source":25,"target":6},{"source":21,"target":4},{"source":21,"target":26},{"source":21,"target":4},{"source":26,"target":4},{"source":22,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":27},{"source":5,"target":28},{"source":27,"target":2},{"source":27,"target":29},{"source":27,"target":5},{"source":29,"target":2},{"source":28,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":30},{"source":6,"target":31},{"source":6,"target":32},{"source":30,"target":5},{"source":30,"target":33},{"source":30,"target":6},{"source":33,"target":5},{"source":31,"target":2},{"source":31,"target":34},{"source":31,"target":6},{"source":34,"target":2},{"source":32,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":37},{"source":7,"target":38},{"source":35,"target":8},{"source":35,"target":39},{"source":35,"target":7},{"source":39,"target":8},{"source":36,"target":4},{"source":36,"target":40},{"source":36,"target":7},{"source":40,"target":4},{"source":37,"target":4},{"source":37,"target":41},{"source":37,"target":7},{"source":41,"target":4},{"source":38,"target":1},{"source":8,"target":0},{"source":8,"target":42},{"source":8,"target":43},{"source":42,"target":44},{"source":42,"target":8},{"source":43,"target":45},{"source":43,"target":8},{"source":9,"target":0},{"source":9,"target":46},{"source":9,"target":47},{"source":9,"target":48},{"source":46,"target":4},{"source":46,"target":49},{"source":46,"target":9},{"source":49,"target":4},{"source":47,"target":7},{"source":47,"target":50},{"source":47,"target":9},{"source":50,"target":7},{"source":48,"target":2},{"source":48,"target":51},{"source":48,"target":9},{"source":51,"target":2},{"source":10,"target":0},{"source":10,"target":52},{"source":52,"target":53},{"source":52,"target":10},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":54},{"source":54,"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="SimpleCodeDOM" nsURI="http://www.transformation-tool-contest.eu/2017/LiveContest/SimpleCodeDOM"
nsPrefix="codeDom">
<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="Types" upperBound="-1"
eType="#//Class" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Class">
<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="IsInterface" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Members" upperBound="-1"
eType="#//Member" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="BaseTypes" upperBound="-1"
eType="#//TypeReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Member" abstract="true">
<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="Field" eSuperTypes="#//Member">
<eStructuralFeatures xsi:type="ecore:EReference" name="FieldType" lowerBound="1"
eType="#//TypeReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="InitValue" eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//Member">
<eStructuralFeatures xsi:type="ecore:EReference" name="Parameters" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="IsAbstract" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ReturnType" lowerBound="1"
eType="#//TypeReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="BodyExpression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//Member">
<eStructuralFeatures xsi:type="ecore:EReference" name="PropertyType" lowerBound="1"
eType="#//TypeReference" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="IsAbstract" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Getter" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Setter" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter">
<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="#//TypeReference"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeReference">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="BaseName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="GenericTypeArguments" upperBound="-1"
eType="#//TypeReference" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ThisReferenceExpression" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="NullExpression" eSuperTypes="#//Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="FieldReferenceExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="TargetObject" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="FieldName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MethodInvokeExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="TargetObject" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Arguments" upperBound="-1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="MethodName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterReferenceExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="Parameter" lowerBound="1"
eType="#//Parameter"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="Test" lowerBound="1" eType="#//Expression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="TrueExpression" lowerBound="1"
eType="#//Expression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="FalseExpression" lowerBound="1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerLiteralExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanLiteralExpression" 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="StringLiteralExpression" 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="BinaryExpression" eSuperTypes="#//Expression">
<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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Operator" lowerBound="1"
eType="#//BinaryOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BinaryOperator">
<eLiterals name="Add"/>
<eLiterals name="Subtract" value="1"/>
<eLiterals name="Multiply" value="2"/>
<eLiterals name="Divide" value="3"/>
<eLiterals name="Equals" value="4"/>
<eLiterals name="NotEquals" value="5"/>
<eLiterals name="GreatherThan" value="6"/>
<eLiterals name="LessThan" value="7"/>
<eLiterals name="GreatherThanOrEqual" value="8"/>
<eLiterals name="LessThanOrEqual" value="9"/>
<eLiterals name="Assign" value="10"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IsTypeExpression" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="Inner" lowerBound="1" eType="#//Expression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="Type" lowerBound="1" eType="#//TypeReference"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpressionBlock" eSuperTypes="#//Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="Inner" upperBound="-1"
eType="#//Expression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetValueExpression" eSuperTypes="#//Expression"/>
</ecore:EPackage>
| github:ecore:/data/epsilonlabs/ttc2017-live/src/org/eclipse/epsilon/examples/ttclive2017/SimpleCodeDOM.ecore | ecore | SimpleCodeDOM
Package
Name
Types
Class
Name
IsInterface
Members
BaseTypes
Member
Name
Field
FieldType
InitValue
Method
Parameters
IsAbstract
ReturnType
BodyExpression
Property
PropertyType
IsAbstract
Getter
Setter
Parameter
Name
Type
TypeReference
BaseName
GenericTypeArguments
Expression
ThisReferenceExpression
NullExpression
FieldReferenceExpression
TargetObject
FieldName
MethodInvokeExpression
TargetObject
Arguments
MethodName
ParameterReferenceExpression
Parameter
ConditionalExpression
Test
TrueExpression
FalseExpression
IntegerLiteralExpression
Value
BooleanLiteralExpression
Value
StringLiteralExpression
Value
BinaryExpression
LeftOperand
RightOperand
Operator
BinaryOperator
Add
Add
Subtract
Subtract
Multiply
Multiply
Divide
Divide
Equals
Equals
NotEquals
NotEquals
GreatherThan
GreatherThan
LessThan
LessThan
GreatherThanOrEqual
GreatherThanOrEqual
LessThanOrEqual
LessThanOrEqual
Assign
Assign
IsTypeExpression
Inner
Type
ExpressionBlock
Inner
SetValueExpression | null | {"directed":true,"nodes":[{"nsPrefix":"codeDom","nsURI":"http://www.transformation-tool-contest.eu/2017/LiveContest/SimpleCodeDOM","name":"SimpleCodeDOM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Field","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisReferenceExpression","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullExpression","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldReferenceExpression","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvokeExpression","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterReferenceExpression","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralExpression","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsTypeExpression","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionBlock","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetValueExpression","instanceClass":null,"abstract":false,"id":23,"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":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":"Types","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":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},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"IsInterface","changeable":true,"lowerBound":1,"iD":false,"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":"Members","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"BaseTypes","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":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},{"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":"FieldType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"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":"InitValue","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"Parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"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":"IsAbstract","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":true,"unsettable":false,"transient":false,"unique":true,"name":"ReturnType","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":"BodyExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":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":"PropertyType","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"IsAbstract","changeable":true,"lowerBound":1,"iD":false,"id":53,"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":"Getter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":54,"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":"Setter","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"},{"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":"Name","changeable":true,"lowerBound":1,"iD":false,"id":61,"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":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"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":"BaseName","changeable":true,"lowerBound":1,"iD":false,"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":"GenericTypeArguments","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"},{"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":"TargetObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"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":"FieldName","changeable":true,"lowerBound":1,"iD":false,"id":72,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"TargetObject","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":"Arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"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":"MethodName","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"Parameter","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":"Test","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"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":"TrueExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"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":"FalseExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"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":"Value","changeable":true,"lowerBound":1,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"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":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"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":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"LeftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"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":103,"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":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"name":"Add","id":109,"value":0,"literal":"Add","eClass":"EEnumLiteral"},{"name":"Subtract","id":110,"value":1,"literal":"Subtract","eClass":"EEnumLiteral"},{"name":"Multiply","id":111,"value":2,"literal":"Multiply","eClass":"EEnumLiteral"},{"name":"Divide","id":112,"value":3,"literal":"Divide","eClass":"EEnumLiteral"},{"name":"Equals","id":113,"value":4,"literal":"Equals","eClass":"EEnumLiteral"},{"name":"NotEquals","id":114,"value":5,"literal":"NotEquals","eClass":"EEnumLiteral"},{"name":"GreatherThan","id":115,"value":6,"literal":"GreatherThan","eClass":"EEnumLiteral"},{"name":"LessThan","id":116,"value":7,"literal":"LessThan","eClass":"EEnumLiteral"},{"name":"GreatherThanOrEqual","id":117,"value":8,"literal":"GreatherThanOrEqual","eClass":"EEnumLiteral"},{"name":"LessThanOrEqual","id":118,"value":9,"literal":"LessThanOrEqual","eClass":"EEnumLiteral"},{"name":"Assign","id":119,"value":10,"literal":"Assign","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":"Inner","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"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":121,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"Inner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"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":26},{"source":24,"target":1},{"source":25,"target":2},{"source":25,"target":27},{"source":25,"target":1},{"source":27,"target":2},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":28,"target":32},{"source":28,"target":2},{"source":29,"target":33},{"source":29,"target":2},{"source":30,"target":3},{"source":30,"target":34},{"source":30,"target":2},{"source":34,"target":3},{"source":31,"target":8},{"source":31,"target":35},{"source":31,"target":2},{"source":35,"target":8},{"source":3,"target":0},{"source":3,"target":36},{"source":36,"target":37},{"source":36,"target":3},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":38,"target":8},{"source":38,"target":41},{"source":38,"target":4},{"source":41,"target":8},{"source":39,"target":9},{"source":39,"target":42},{"source":39,"target":4},{"source":42,"target":9},{"source":40,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":5,"target":47},{"source":43,"target":7},{"source":43,"target":48},{"source":43,"target":5},{"source":48,"target":7},{"source":44,"target":49},{"source":44,"target":5},{"source":45,"target":8},{"source":45,"target":50},{"source":45,"target":5},{"source":50,"target":8},{"source":46,"target":9},{"source":46,"target":51},{"source":46,"target":5},{"source":51,"target":9},{"source":47,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":52,"target":8},{"source":52,"target":57},{"source":52,"target":6},{"source":57,"target":8},{"source":53,"target":58},{"source":53,"target":6},{"source":54,"target":9},{"source":54,"target":59},{"source":54,"target":6},{"source":59,"target":9},{"source":55,"target":9},{"source":55,"target":60},{"source":55,"target":6},{"source":60,"target":9},{"source":56,"target":3},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":62},{"source":61,"target":63},{"source":61,"target":7},{"source":62,"target":8},{"source":62,"target":64},{"source":62,"target":7},{"source":64,"target":8},{"source":8,"target":0},{"source":8,"target":65},{"source":8,"target":66},{"source":65,"target":67},{"source":65,"target":8},{"source":66,"target":8},{"source":66,"target":68},{"source":66,"target":8},{"source":68,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":69},{"source":69,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":70},{"source":70,"target":9},{"source":12,"target":0},{"source":12,"target":9},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":71,"target":9},{"source":71,"target":74},{"source":71,"target":12},{"source":74,"target":9},{"source":72,"target":75},{"source":72,"target":12},{"source":73,"target":9},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":76},{"source":13,"target":77},{"source":13,"target":78},{"source":13,"target":79},{"source":76,"target":9},{"source":76,"target":80},{"source":76,"target":13},{"source":80,"target":9},{"source":77,"target":9},{"source":77,"target":81},{"source":77,"target":13},{"source":81,"target":9},{"source":78,"target":82},{"source":78,"target":13},{"source":79,"target":9},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":83},{"source":14,"target":84},{"source":83,"target":7},{"source":83,"target":85},{"source":83,"target":14},{"source":85,"target":7},{"source":84,"target":9},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":86},{"source":15,"target":87},{"source":15,"target":88},{"source":15,"target":89},{"source":86,"target":9},{"source":86,"target":90},{"source":86,"target":15},{"source":90,"target":9},{"source":87,"target":9},{"source":87,"target":91},{"source":87,"target":15},{"source":91,"target":9},{"source":88,"target":9},{"source":88,"target":92},{"source":88,"target":15},{"source":92,"target":9},{"source":89,"target":9},{"source":16,"target":0},{"source":16,"target":9},{"source":16,"target":93},{"source":16,"target":94},{"source":93,"target":95},{"source":93,"target":16},{"source":94,"target":9},{"source":17,"target":0},{"source":17,"target":9},{"source":17,"target":96},{"source":17,"target":97},{"source":96,"target":98},{"source":96,"target":17},{"source":97,"target":9},{"source":18,"target":0},{"source":18,"target":9},{"source":18,"target":99},{"source":18,"target":100},{"source":99,"target":101},{"source":99,"target":18},{"source":100,"target":9},{"source":19,"target":0},{"source":19,"target":9},{"source":19,"target":102},{"source":19,"target":103},{"source":19,"target":104},{"source":19,"target":105},{"source":102,"target":9},{"source":102,"target":106},{"source":102,"target":19},{"source":106,"target":9},{"source":103,"target":9},{"source":103,"target":107},{"source":103,"target":19},{"source":107,"target":9},{"source":104,"target":20},{"source":104,"target":108},{"source":104,"target":19},{"source":108,"target":20},{"source":105,"target":9},{"source":20,"target":0},{"source":20,"target":109},{"source":20,"target":110},{"source":20,"target":111},{"source":20,"target":112},{"source":20,"target":113},{"source":20,"target":114},{"source":20,"target":115},{"source":20,"target":116},{"source":20,"target":117},{"source":20,"target":118},{"source":20,"target":119},{"source":109,"target":20},{"source":110,"target":20},{"source":111,"target":20},{"source":112,"target":20},{"source":113,"target":20},{"source":114,"target":20},{"source":115,"target":20},{"source":116,"target":20},{"source":117,"target":20},{"source":118,"target":20},{"source":119,"target":20},{"source":21,"target":0},{"source":21,"target":9},{"source":21,"target":120},{"source":21,"target":121},{"source":21,"target":122},{"source":120,"target":9},{"source":120,"target":123},{"source":120,"target":21},{"source":123,"target":9},{"source":121,"target":8},{"source":121,"target":124},{"source":121,"target":21},{"source":124,"target":8},{"source":122,"target":9},{"source":22,"target":0},{"source":22,"target":9},{"source":22,"target":125},{"source":22,"target":126},{"source":125,"target":9},{"source":125,"target":127},{"source":125,"target":22},{"source":127,"target":9},{"source":126,"target":9},{"source":23,"target":0},{"source":23,"target":9},{"source":23,"target":128},{"source":128,"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="domain" nsURI="http://www.dfki.de/iui/basys/domain" nsPrefix="domain">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="DynamicLineBalancingResult">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="TODO"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Instruction" eSuperTypes="base.ecore#//IdentifiableEntity">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="loc"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workstepIds" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Verknüpfung einer Instruktion mit einem der mehreren Worksteps"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Material" eSuperTypes="base.ecore#//IdentifiableEntity">
<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="loc, kann die Industrie die Lokalisierung liefern, oder müssen wir einen Lokalisierungsdienst vorsehen?"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Media" eSuperTypes="base.ecore#//IdentifiableEntity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Abgleich mit Standardmodellierungen"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="MimeTypeEnum?"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fileSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Einheit?"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="checksum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="macht nur Sinn, wenn Media-Instanz auf genau eine physische Datei zeigt."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="entityType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Bestimmt, auf welche Art Entity sich der Content bezieht: Resource, Material, Instruction, ..., ggf. über entityIds regeln"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="entityIds" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Bestimmt, auf welchen Typ sich der Content bezieht, z.B. Ressource vom Typ Nexo Schrauber, ggf. Attributnamen anpassen"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tags" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="evtl. braucht man noch zusätzliche Informationen, um den Inhalt näher zu charakterisieren und einen Mechanismus zur Präsentationsplanung"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locale" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Audio" eSuperTypes="#//Media">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Einheit?"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Video" eSuperTypes="#//Media">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Einheit?"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Einheit? int, implitzit px"/>
</eAnnotations>
<eAnnotations source="http://basys/unit">
<details key="unit" value="px"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Einheit?"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//Media">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Einheit? int, implitzit px"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Einheit?"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Order" eSuperTypes="base.ecore#//IdentifiableEntity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Pro Order nur eine Variante? Mehrere Teile können in mehrere Orders aufgeteilt werden, tdb"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="variantId" 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">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="reales Startdatum"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="reales Enddatum"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pieces" 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">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="als Enum modelliert. Ok? listennummer"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderStatus" eSuperTypes="base.ecore#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Unterschied zu OrderProgressChange? braucht man noch ein OrderStatusChange? Kann man das verschmelzen? -> ja, unterscheidung über Topics"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orderId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//OrderStatusEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pieceCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProductGroup" eSuperTypes="base.ecore#//IdentifiableEntity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="besser ProductType?"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProductVariant" eSuperTypes="base.ecore#//IdentifiableEntity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="In BaSys braucht man wohl schon noch einen ProductType, dann sollte die Variante darauf verweisen. Braucht man hier eine BOM?"/>
</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="productGroupId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProductInstance" eSuperTypes="base.ecore#//IdentifiableEntity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Eine auftragsbezogene, sich in der Fertigung befindliche oder gefertigte Instanz einer bestimmten Produktvariante."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="productVariantId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orderId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serialNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProductInstanceStatus" eSuperTypes="base.ecore#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="kann am ProductLifecycleService abgefragt (getCurrentStatus/ getStatusHistory) werden und wird kontinuierlich als Event publiziert, sollte man noch den Ort aufnehmen?"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="productInstanceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" eType="#//ProductInstanceStatusEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workstepInstanceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProductRecognition" eSuperTypes="base.ecore#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Umbenennung ProductLocation? Kann diese Info auch am PLC-Dienst abgefragt werden? oder PromiseMonitoring?"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="eventType" eType="#//RecognitionEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="productInstanceId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Verweis auf eine Station einer Linie, an der das Produkt ist oder von der sich das Produkt wegbewegt. Nicht das Ziel"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Staff" eSuperTypes="base.ecore#//IdentifiableEntity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="firstname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Was schreibt man hier bei anonymisierten Werkern hin?"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lastname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="birthdate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaffRecognition" eSuperTypes="base.ecore#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//RecognitionEnum"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workerId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="workerId oder staffId?"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="componentId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Verweis auf eine Station einer Linie"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaffSkills" eSuperTypes="base.ecore#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workerId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="workerId oder staffId?"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="skills" upperBound="-1"
eType="#//StaffSkill" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StaffSkill">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value=""/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workstepId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="0 - 100"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preference" eType="#//PreferenceEnum"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="RecognitionEnum">
<eLiterals name="UNKNOWN" literal="UNKNOWN"/>
<eLiterals name="PRESENT" value="1"/>
<eLiterals name="IN_TRANSIT" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PreferenceEnum">
<eLiterals name="NEUTRAL" literal="NEUTRAL"/>
<eLiterals name="POSITIVE" value="1"/>
<eLiterals name="NEGATIVE" value="-1" literal="NEGATIVE"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="OrderStatusEnum">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Weitere Literale?"/>
</eAnnotations>
<eLiterals name="PLANNED"/>
<eLiterals name="STARTED" value="1"/>
<eLiterals name="PAUSED" value="2"/>
<eLiterals name="COMPLETED" value="3"/>
<eLiterals name="ABORTED" value="4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ProductInstanceStatusEnum">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Weitere Literale? Verschmelzung mit OderStatusEnum?"/>
</eAnnotations>
<eLiterals name="UNKNOWN" literal="UNKNOWN"/>
<eLiterals name="IN_PRODUCTION" value="1" literal="IN_PRODUCTION"/>
<eLiterals name="WAITING" value="2" literal="WAITING"/>
<eLiterals name="IN_TEST" value="3" literal="IN_TEST"/>
<eLiterals name="NIO" value="4"/>
<eLiterals name="IN_REPAIR" value="5" literal="IN_REPAIR"/>
<eLiterals name="IO" value="6" literal="PRODUCED"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TemperatureReading" eSuperTypes="base.ecore#//Entity">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="measuredValueRange"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL">
<details key="measuredValueRange" value="measuredValue >= -50 and measuredValue <= 50"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="measuredValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat">
<eAnnotations source="http://www.basys.de/BaSysAnnotation">
<details key="semanticsId" value="https://www.wikidata.org/wiki/Q15088658"/>
<details key="unit" value="Celsius"/>
<details key="unitId" value="https://www.wikidata.org/wiki/Q25267"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/BaSys-PC1/platform/models/de.dfki.cos.basys.platform.model.base/old/domain.ecore | ecore | domain
DynamicLineBalancingResult
Instruction
description
parameters
workstepIds
Material
name
Media
type
fileSize
checksum
location
entityType
entityIds
tags
locale
Audio
duration
Video
duration
width
height
Image
width
height
Order
variantId
startDate
endDate
pieces
priority
OrderStatus
orderId
status
pieceCount
ProductGroup
ProductVariant
name
productGroupId
ProductInstance
productVariantId
orderId
serialNumber
ProductInstanceStatus
productInstanceId
status
workstepInstanceId
ProductRecognition
eventType
productInstanceId
componentId
Staff
firstname
lastname
birthdate
language
StaffRecognition
type
workerId
componentId
StaffSkills
workerId
skills
StaffSkill
workstepId
level
preference
RecognitionEnum
UNKNOWN
UNKNOWN
PRESENT
PRESENT
IN_TRANSIT
IN_TRANSIT
PreferenceEnum
NEUTRAL
NEUTRAL
POSITIVE
POSITIVE
NEGATIVE
NEGATIVE
OrderStatusEnum
PLANNED
PLANNED
STARTED
STARTED
PAUSED
PAUSED
COMPLETED
COMPLETED
ABORTED
ABORTED
ProductInstanceStatusEnum
UNKNOWN
UNKNOWN
IN_PRODUCTION
IN_PRODUCTION
WAITING
WAITING
IN_TEST
IN_TEST
NIO
NIO
IN_REPAIR
IN_REPAIR
IO
PRODUCED
TemperatureReading
measuredValue | null | {"directed":true,"nodes":[{"nsPrefix":"domain","nsURI":"http://www.dfki.de/iui/basys/domain","name":"domain","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicLineBalancingResult","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Material","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Media","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Audio","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Video","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Order","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderStatus","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductGroup","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductVariant","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductInstance","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductInstanceStatus","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductRecognition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Staff","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaffRecognition","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaffSkills","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StaffSkill","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RecognitionEnum","instanceClass":null,"id":19,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"PreferenceEnum","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"OrderStatusEnum","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ProductInstanceStatusEnum","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemperatureReading","instanceClass":null,"abstract":false,"id":23,"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":"description","changeable":true,"lowerBound":0,"iD":false,"id":24,"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":"parameters","changeable":true,"lowerBound":0,"iD":false,"id":25,"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":"workstepIds","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileSize","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":"checksum","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":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":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entityType","changeable":true,"lowerBound":0,"iD":false,"id":38,"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":"entityIds","changeable":true,"lowerBound":0,"iD":false,"id":39,"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":"tags","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locale","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"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"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":"duration","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"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":"duration","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":"width","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":"height","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"},{"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":61,"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":62,"derived":false},{"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":"variantId","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":"startDate","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":"endDate","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":"pieces","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":"priority","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"orderId","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"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":78,"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":"pieceCount","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"productGroupId","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"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":"productVariantId","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":"orderId","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":"serialNumber","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"productInstanceId","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"ordered":true,"upperBound":1,"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":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":"workstepInstanceId","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eventType","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":"productInstanceId","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":"componentId","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"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":"firstname","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":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":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":"birthdate","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":"language","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"},{"id":119,"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":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"workerId","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":"componentId","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"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":"workerId","changeable":true,"lowerBound":0,"iD":false,"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":"skills","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"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":"workstepId","changeable":true,"lowerBound":0,"iD":false,"id":132,"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":133,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preference","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"name":"UNKNOWN","id":138,"value":0,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"PRESENT","id":139,"value":1,"literal":"PRESENT","eClass":"EEnumLiteral"},{"name":"IN_TRANSIT","id":140,"value":2,"literal":"IN_TRANSIT","eClass":"EEnumLiteral"},{"name":"NEUTRAL","id":141,"value":0,"literal":"NEUTRAL","eClass":"EEnumLiteral"},{"name":"POSITIVE","id":142,"value":1,"literal":"POSITIVE","eClass":"EEnumLiteral"},{"name":"NEGATIVE","id":143,"value":-1,"literal":"NEGATIVE","eClass":"EEnumLiteral"},{"name":"PLANNED","id":144,"value":0,"literal":"PLANNED","eClass":"EEnumLiteral"},{"name":"STARTED","id":145,"value":1,"literal":"STARTED","eClass":"EEnumLiteral"},{"name":"PAUSED","id":146,"value":2,"literal":"PAUSED","eClass":"EEnumLiteral"},{"name":"COMPLETED","id":147,"value":3,"literal":"COMPLETED","eClass":"EEnumLiteral"},{"name":"ABORTED","id":148,"value":4,"literal":"ABORTED","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":149,"value":0,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"IN_PRODUCTION","id":150,"value":1,"literal":"IN_PRODUCTION","eClass":"EEnumLiteral"},{"name":"WAITING","id":151,"value":2,"literal":"WAITING","eClass":"EEnumLiteral"},{"name":"IN_TEST","id":152,"value":3,"literal":"IN_TEST","eClass":"EEnumLiteral"},{"name":"NIO","id":153,"value":4,"literal":"NIO","eClass":"EEnumLiteral"},{"name":"IN_REPAIR","id":154,"value":5,"literal":"IN_REPAIR","eClass":"EEnumLiteral"},{"name":"IO","id":155,"value":6,"literal":"PRODUCED","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"measuredValue","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"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":2,"target":0},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":24,"target":28},{"source":24,"target":2},{"source":25,"target":29},{"source":25,"target":2},{"source":26,"target":30},{"source":26,"target":2},{"source":3,"target":0},{"source":3,"target":31},{"source":3,"target":32},{"source":31,"target":33},{"source":31,"target":3},{"source":4,"target":0},{"source":4,"target":34},{"source":4,"target":35},{"source":4,"target":36},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":34,"target":43},{"source":34,"target":4},{"source":35,"target":44},{"source":35,"target":4},{"source":36,"target":45},{"source":36,"target":4},{"source":37,"target":46},{"source":37,"target":4},{"source":38,"target":47},{"source":38,"target":4},{"source":39,"target":48},{"source":39,"target":4},{"source":40,"target":49},{"source":40,"target":4},{"source":41,"target":50},{"source":41,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":51},{"source":5,"target":52},{"source":51,"target":53},{"source":51,"target":5},{"source":52,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":54,"target":58},{"source":54,"target":6},{"source":55,"target":59},{"source":55,"target":6},{"source":56,"target":60},{"source":56,"target":6},{"source":57,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":61,"target":64},{"source":61,"target":7},{"source":62,"target":65},{"source":62,"target":7},{"source":63,"target":4},{"source":8,"target":0},{"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":66,"target":72},{"source":66,"target":8},{"source":67,"target":73},{"source":67,"target":8},{"source":68,"target":74},{"source":68,"target":8},{"source":69,"target":75},{"source":69,"target":8},{"source":70,"target":76},{"source":70,"target":8},{"source":9,"target":0},{"source":9,"target":77},{"source":9,"target":78},{"source":9,"target":79},{"source":9,"target":80},{"source":77,"target":81},{"source":77,"target":9},{"source":78,"target":21},{"source":78,"target":82},{"source":78,"target":9},{"source":82,"target":21},{"source":79,"target":83},{"source":79,"target":9},{"source":10,"target":0},{"source":10,"target":84},{"source":11,"target":0},{"source":11,"target":85},{"source":11,"target":86},{"source":11,"target":87},{"source":85,"target":88},{"source":85,"target":11},{"source":86,"target":89},{"source":86,"target":11},{"source":12,"target":0},{"source":12,"target":90},{"source":12,"target":91},{"source":12,"target":92},{"source":12,"target":93},{"source":90,"target":94},{"source":90,"target":12},{"source":91,"target":95},{"source":91,"target":12},{"source":92,"target":96},{"source":92,"target":12},{"source":13,"target":0},{"source":13,"target":97},{"source":13,"target":98},{"source":13,"target":99},{"source":13,"target":100},{"source":97,"target":101},{"source":97,"target":13},{"source":98,"target":22},{"source":98,"target":102},{"source":98,"target":13},{"source":102,"target":22},{"source":99,"target":103},{"source":99,"target":13},{"source":14,"target":0},{"source":14,"target":104},{"source":14,"target":105},{"source":14,"target":106},{"source":14,"target":107},{"source":104,"target":19},{"source":104,"target":108},{"source":104,"target":14},{"source":108,"target":19},{"source":105,"target":109},{"source":105,"target":14},{"source":106,"target":110},{"source":106,"target":14},{"source":15,"target":0},{"source":15,"target":111},{"source":15,"target":112},{"source":15,"target":113},{"source":15,"target":114},{"source":15,"target":115},{"source":111,"target":116},{"source":111,"target":15},{"source":112,"target":117},{"source":112,"target":15},{"source":113,"target":118},{"source":113,"target":15},{"source":114,"target":119},{"source":114,"target":15},{"source":16,"target":0},{"source":16,"target":120},{"source":16,"target":121},{"source":16,"target":122},{"source":16,"target":123},{"source":120,"target":19},{"source":120,"target":124},{"source":120,"target":16},{"source":124,"target":19},{"source":121,"target":125},{"source":121,"target":16},{"source":122,"target":126},{"source":122,"target":16},{"source":17,"target":0},{"source":17,"target":127},{"source":17,"target":128},{"source":17,"target":129},{"source":127,"target":130},{"source":127,"target":17},{"source":128,"target":18},{"source":128,"target":131},{"source":128,"target":17},{"source":131,"target":18},{"source":18,"target":0},{"source":18,"target":132},{"source":18,"target":133},{"source":18,"target":134},{"source":132,"target":135},{"source":132,"target":18},{"source":133,"target":136},{"source":133,"target":18},{"source":134,"target":20},{"source":134,"target":137},{"source":134,"target":18},{"source":137,"target":20},{"source":19,"target":0},{"source":19,"target":138},{"source":19,"target":139},{"source":19,"target":140},{"source":138,"target":19},{"source":139,"target":19},{"source":140,"target":19},{"source":20,"target":0},{"source":20,"target":141},{"source":20,"target":142},{"source":20,"target":143},{"source":141,"target":20},{"source":142,"target":20},{"source":143,"target":20},{"source":21,"target":0},{"source":21,"target":144},{"source":21,"target":145},{"source":21,"target":146},{"source":21,"target":147},{"source":21,"target":148},{"source":144,"target":21},{"source":145,"target":21},{"source":146,"target":21},{"source":147,"target":21},{"source":148,"target":21},{"source":22,"target":0},{"source":22,"target":149},{"source":22,"target":150},{"source":22,"target":151},{"source":22,"target":152},{"source":22,"target":153},{"source":22,"target":154},{"source":22,"target":155},{"source":149,"target":22},{"source":150,"target":22},{"source":151,"target":22},{"source":152,"target":22},{"source":153,"target":22},{"source":154,"target":22},{"source":155,"target":22},{"source":23,"target":0},{"source":23,"target":156},{"source":23,"target":157},{"source":156,"target":158},{"source":156,"target":23}],"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="Model" nsURI="com.sobremesa.waywt" nsPrefix="com.sobremesa.waywt">
<eClassifiers xsi:type="ecore:EClass" name="Post">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ups" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="downs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="created" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" lowerBound="1"
upperBound="-1" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="permalink" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="EReference1" upperBound="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="EReference2" upperBound="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_male" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_teen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="post_type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comment">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="post_title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="post_permalink" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="comment_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="body_html" 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="likes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ups" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="downs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="created" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="thread_id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_male" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="is_teen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/meilers/waywt_android/model/model.ecore | ecore | Model
Post
ups
downs
author
created
EReference0
permalink
EReference1
title
EReference2
is_male
is_teen
post_type
Comment
post_title
post_permalink
comment_id
author
body_html
name
likes
ups
downs
created
thread_id
is_male
is_teen | null | {"directed":true,"nodes":[{"nsPrefix":"com.sobremesa.waywt","nsURI":"com.sobremesa.waywt","name":"Model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Post","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":2,"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":"ups","changeable":true,"lowerBound":0,"iD":false,"id":3,"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":"downs","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":"author","changeable":true,"lowerBound":0,"iD":false,"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":"created","changeable":true,"lowerBound":0,"iD":false,"id":6,"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":"EReference0","changeable":true,"resolveProxies":true,"lowerBound":1,"id":7,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"permalink","changeable":true,"lowerBound":0,"iD":false,"id":8,"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":"EReference1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"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":10,"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":"EReference2","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"is_male","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":"is_teen","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":"post_type","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"post_title","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":"post_permalink","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":"comment_id","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"author","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":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_html","changeable":true,"lowerBound":0,"iD":false,"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":"name","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":"likes","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":"ups","changeable":true,"lowerBound":0,"iD":false,"id":31,"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":"downs","changeable":true,"lowerBound":0,"iD":false,"id":32,"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":"created","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"thread_id","changeable":true,"lowerBound":0,"iD":false,"id":34,"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":"is_male","changeable":true,"lowerBound":0,"iD":false,"id":35,"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":"is_teen","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"},{"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"}],"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":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":3,"target":15},{"source":3,"target":1},{"source":4,"target":16},{"source":4,"target":1},{"source":5,"target":17},{"source":5,"target":1},{"source":6,"target":18},{"source":6,"target":1},{"source":7,"target":1},{"source":8,"target":19},{"source":8,"target":1},{"source":9,"target":1},{"source":10,"target":20},{"source":10,"target":1},{"source":11,"target":1},{"source":12,"target":21},{"source":12,"target":1},{"source":13,"target":22},{"source":13,"target":1},{"source":14,"target":23},{"source":14,"target":1},{"source":2,"target":0},{"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":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":24,"target":37},{"source":24,"target":2},{"source":25,"target":38},{"source":25,"target":2},{"source":26,"target":39},{"source":26,"target":2},{"source":27,"target":40},{"source":27,"target":2},{"source":28,"target":41},{"source":28,"target":2},{"source":29,"target":42},{"source":29,"target":2},{"source":30,"target":43},{"source":30,"target":2},{"source":31,"target":44},{"source":31,"target":2},{"source":32,"target":45},{"source":32,"target":2},{"source":33,"target":46},{"source":33,"target":2},{"source":34,"target":47},{"source":34,"target":2},{"source":35,"target":48},{"source":35,"target":2},{"source":36,"target":49},{"source":36,"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="change"
nsURI="http://www.eclipse.org/emf/2003/Change" nsPrefix="change">
<eClassifiers xsi:type="ecore:EClass" name="ChangeDescription">
<eOperations name="apply"/>
<eOperations name="applyAndReverse"/>
<eOperations name="copyAndReverse">
<eParameters name="eObjectToProxyURIMap" eType="#//EObjectToURIMap"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="objectChanges" upperBound="-1"
eType="#//EObjectToChangesMapEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="objectsToDetach" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
transient="true" derived="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="objectsToAttach" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="resourceChanges" upperBound="-1"
eType="#//ResourceChange" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EObjectToChangesMapEntry" instanceClassName="java.util.Map$Entry">
<eStructuralFeatures xsi:type="ecore:EReference" name="key" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" upperBound="-1"
eType="#//FeatureChange" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureChange">
<eOperations name="apply">
<eParameters name="originalObject" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eOperations name="applyAndReverse">
<eParameters name="originalObject" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eOperations name="reverse">
<eParameters name="originalObject" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="set" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"
volatile="true" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceValue" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="listChanges" upperBound="-1"
eType="#//ListChange" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListChange">
<eOperations name="apply">
<eParameters name="originalList">
<eGenericType eClassifier="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EEList">
<eTypeArguments eClassifier="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="applyAndReverse">
<eParameters name="originalList">
<eGenericType eClassifier="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EEList">
<eTypeArguments eClassifier="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eOperations name="reverse">
<eParameters name="originalList">
<eGenericType eClassifier="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EEList">
<eTypeArguments eClassifier="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject"/>
</eGenericType>
</eParameters>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//ChangeKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataValues" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="index" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="moveToIndex" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" upperBound="-1"
eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceValues" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="featureMapEntryValues"
upperBound="-1" eType="#//FeatureMapEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ChangeKind">
<eLiterals name="ADD"/>
<eLiterals name="REMOVE" value="1"/>
<eLiterals name="MOVE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceChange">
<eOperations name="apply"/>
<eOperations name="applyAndReverse"/>
<eOperations name="reverse"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EResource"
transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" changeable="false"
volatile="true" transient="true" derived="true">
<eGenericType eClassifier="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EEList">
<eTypeArguments/>
</eGenericType>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="listChanges" upperBound="-1"
eType="#//ListChange" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FeatureMapEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EJavaObject"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"
volatile="true" unsettable="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceValue" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
volatile="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EDataType" name="EObjectToURIMap" instanceTypeName="java.util.Map<org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.util.URI>"
serializable="false"/>
</ecore:EPackage>
| github:ecore:/data/cloudsmith/emf4gwt_2.5.0/org.eclipse.emf.gwt.ecore.change/model/Change.ecore | ecore | change
ChangeDescription
apply
applyAndReverse
copyAndReverse
eObjectToProxyURIMap
objectChanges
objectsToDetach
objectsToAttach
resourceChanges
EObjectToChangesMapEntry
java.util.Map$Entry
java.util.Map$Entry
key
value
FeatureChange
apply
originalObject
applyAndReverse
originalObject
reverse
originalObject
featureName
dataValue
set
true
value
feature
referenceValue
listChanges
ListChange
apply
originalList
applyAndReverse
originalList
reverse
originalList
kind
dataValues
index
-1
moveToIndex
values
referenceValues
feature
featureMapEntryValues
ChangeKind
ADD
ADD
REMOVE
REMOVE
MOVE
MOVE
ResourceChange
apply
applyAndReverse
reverse
resourceURI
resource
value
listChanges
FeatureMapEntry
featureName
dataValue
value
feature
referenceValue
EObjectToURIMap
java.util.Map
java.util.Map<org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.util.URI> | null | {"directed":true,"nodes":[{"nsPrefix":"change","nsURI":"http://www.eclipse.org/emf/2003/Change","name":"change","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeDescription","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EObjectToChangesMapEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureChange","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListChange","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChangeKind","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceChange","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureMapEntry","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map<org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.util.URI>","defaultValue":null,"instanceClassName":"java.util.Map","name":"EObjectToURIMap","instanceClass":"java.util.Map","id":8,"serializable":false,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"unique":true,"name":"apply","lowerBound":0,"id":9,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"applyAndReverse","lowerBound":0,"id":10,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"copyAndReverse","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":true,"unsettable":false,"transient":false,"unique":true,"name":"objectChanges","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":true,"unique":true,"name":"objectsToDetach","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"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":"objectsToAttach","changeable":true,"resolveProxies":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"eObjectToProxyURIMap","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EParameter"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"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":"key","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"apply","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"applyAndReverse","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reverse","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataValue","changeable":true,"lowerBound":0,"iD":false,"id":30,"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":"set","changeable":true,"lowerBound":0,"iD":false,"id":31,"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":false,"lowerBound":0,"iD":false,"id":32,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referenceValue","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":"listChanges","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"originalObject","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"originalObject","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EParameter"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"originalObject","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EParameter"},{"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,"unique":true,"name":"apply","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"applyAndReverse","lowerBound":0,"id":50,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reverse","lowerBound":0,"id":51,"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":52,"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":"dataValues","changeable":true,"lowerBound":0,"iD":false,"id":53,"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":"index","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":"moveToIndex","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"values","changeable":true,"lowerBound":0,"iD":false,"id":56,"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":"referenceValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":57,"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":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureMapEntryValues","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"originalList","lowerBound":0,"id":60,"many":false,"required":false,"eClass":"EParameter"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"originalList","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"originalList","lowerBound":0,"id":66,"many":false,"required":false,"eClass":"EParameter"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"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"},{"name":"ADD","id":77,"value":0,"literal":"ADD","eClass":"EEnumLiteral"},{"name":"REMOVE","id":78,"value":1,"literal":"REMOVE","eClass":"EEnumLiteral"},{"name":"MOVE","id":79,"value":2,"literal":"MOVE","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"apply","lowerBound":0,"id":80,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"applyAndReverse","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reverse","lowerBound":0,"id":82,"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":"resourceURI","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":true,"unique":true,"name":"resource","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":true},{"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":false,"lowerBound":0,"iD":false,"id":85,"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":"listChanges","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataValue","changeable":true,"lowerBound":0,"iD":false,"id":93,"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":false,"lowerBound":0,"iD":false,"id":94,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":true,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referenceValue","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"}],"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":9,"target":1},{"source":10,"target":1},{"source":11,"target":1},{"source":11,"target":16},{"source":16,"target":8},{"source":16,"target":17},{"source":16,"target":11},{"source":17,"target":8},{"source":12,"target":2},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":2},{"source":13,"target":19},{"source":13,"target":1},{"source":14,"target":20},{"source":14,"target":1},{"source":15,"target":6},{"source":15,"target":21},{"source":15,"target":1},{"source":21,"target":6},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":22,"target":24},{"source":22,"target":2},{"source":23,"target":3},{"source":23,"target":25},{"source":23,"target":2},{"source":25,"target":3},{"source":3,"target":0},{"source":3,"target":26},{"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":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":26,"target":3},{"source":26,"target":36},{"source":36,"target":37},{"source":36,"target":26},{"source":27,"target":3},{"source":27,"target":38},{"source":38,"target":39},{"source":38,"target":27},{"source":28,"target":3},{"source":28,"target":40},{"source":40,"target":41},{"source":40,"target":28},{"source":29,"target":42},{"source":29,"target":3},{"source":30,"target":43},{"source":30,"target":3},{"source":31,"target":44},{"source":31,"target":3},{"source":32,"target":45},{"source":32,"target":3},{"source":33,"target":46},{"source":33,"target":3},{"source":34,"target":47},{"source":34,"target":3},{"source":35,"target":4},{"source":35,"target":48},{"source":35,"target":3},{"source":48,"target":4},{"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":4,"target":55},{"source":4,"target":56},{"source":4,"target":57},{"source":4,"target":58},{"source":4,"target":59},{"source":49,"target":4},{"source":49,"target":60},{"source":60,"target":61},{"source":60,"target":49},{"source":61,"target":62},{"source":50,"target":4},{"source":50,"target":63},{"source":63,"target":64},{"source":63,"target":50},{"source":64,"target":65},{"source":51,"target":4},{"source":51,"target":66},{"source":66,"target":67},{"source":66,"target":51},{"source":67,"target":68},{"source":52,"target":5},{"source":52,"target":69},{"source":52,"target":4},{"source":69,"target":5},{"source":53,"target":70},{"source":53,"target":4},{"source":54,"target":71},{"source":54,"target":4},{"source":55,"target":72},{"source":55,"target":4},{"source":56,"target":73},{"source":56,"target":4},{"source":57,"target":74},{"source":57,"target":4},{"source":58,"target":75},{"source":58,"target":4},{"source":59,"target":7},{"source":59,"target":76},{"source":59,"target":4},{"source":76,"target":7},{"source":5,"target":0},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":77,"target":5},{"source":78,"target":5},{"source":79,"target":5},{"source":6,"target":0},{"source":6,"target":80},{"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":80,"target":6},{"source":81,"target":6},{"source":82,"target":6},{"source":83,"target":87},{"source":83,"target":6},{"source":84,"target":88},{"source":84,"target":6},{"source":85,"target":89},{"source":85,"target":6},{"source":89,"target":90},{"source":86,"target":4},{"source":86,"target":91},{"source":86,"target":6},{"source":91,"target":4},{"source":7,"target":0},{"source":7,"target":92},{"source":7,"target":93},{"source":7,"target":94},{"source":7,"target":95},{"source":7,"target":96},{"source":92,"target":97},{"source":92,"target":7},{"source":93,"target":98},{"source":93,"target":7},{"source":94,"target":99},{"source":94,"target":7},{"source":95,"target":100},{"source":95,"target":7},{"source":96,"target":101},{"source":96,"target":7},{"source":8,"target":0}],"multigraph":true} |
true | <?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2010 - 2016. TIBCO Software Inc.
All Rights Reserved. Confidential & Proprietary.
-->
<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="sql" nsURI="http://www.com.jaspersoft.studio.data.Sql" nsPrefix="sql">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//SelectQuery"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FetchFirst">
<eStructuralFeatures xsi:type="ecore:EReference" name="fetchFirst" eType="#//UnsignedValue"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="row" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Offset">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Limit">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="l1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="l2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectQuery"/>
<eClassifiers xsi:type="ecore:EClass" name="SelectSubSet">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//Select"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Select" eSuperTypes="#//SelectQuery">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" upperBound="-1" eType="#//SelectSubSet"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="select" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cols" eType="#//OrColumn"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tbl" eType="#//OrTable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whereExpression" eType="#//OrExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groupByEntry" eType="#//OrGroupByColumn"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="havingEntry" eType="#//OrExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderByEntry" eType="#//OrOrderByColumn"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="lim" eType="#//Limit" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="offset" eType="#//Offset"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fetchFirst" eType="#//FetchFirst"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrColumn" eSuperTypes="#//PivotForClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//ColumnOrAlias" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnOrAlias" eSuperTypes="#//OrColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="ce" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="colAlias" eType="#//DbObjectName"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="allCols" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="dbAllCols" eType="#//DbObjectNameAll"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnFull" eSuperTypes="#//PivotForClause"/>
<eClassifiers xsi:type="ecore:EClass" name="OrTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//FromTable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromTable" eSuperTypes="#//OrTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//TableOrAlias"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fjoin" upperBound="-1"
eType="#//FromTableJoin" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromTableJoin">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="join" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="onTable" eType="#//TableOrAlias"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="joinExpr" eType="#//OrExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="joinCond" eType="#//JoinCondition"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JoinCondition">
<eStructuralFeatures xsi:type="ecore:EReference" name="useCols" eType="#//UsingCols"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UsingCols">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//DbObjectName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TableOrAlias">
<eStructuralFeatures xsi:type="ecore:EReference" name="tfull" eType="#//TableFull"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sq" eType="#//SubQueryOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//FromValues"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pivot" eType="#//PivotTable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="unpivot" eType="#//UnpivotTable"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tblAlias" eType="#//DbObjectName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromValues">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//Values"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="c" eType="#//FromValuesColumns"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromValuesColumns">
<eStructuralFeatures xsi:type="ecore:EReference" name="fvCols" eType="#//FromValuesColumnNames"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromValuesColumnNames"/>
<eClassifiers xsi:type="ecore:EClass" name="ColumnNames" eSuperTypes="#//FromValuesColumnNames">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Values">
<eStructuralFeatures xsi:type="ecore:EReference" name="rows" eType="#//Rows" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rows">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//Row" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Row" eSuperTypes="#//Rows">
<eStructuralFeatures xsi:type="ecore:EReference" name="rowValues" eType="#//RowValues"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RowValues">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//RowValue" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RowValue" eSuperTypes="#//RowValues">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="null" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PivotTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="pfun" eType="#//PivotFunctions"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pfor" eType="#//PivotForClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pin" eType="#//PivotInClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PivotFunctions">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="abc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PivotFunction"/>
<eClassifiers xsi:type="ecore:EClass" name="PivotInClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="sq" eType="#//SubQueryOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//UnpivotInClauseArgs"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pinany" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnpivotTable">
<eStructuralFeatures xsi:type="ecore:EReference" name="pcols" eType="#//PivotColumns"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pfor" eType="#//PivotForClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inop" eType="#//UnpivotInClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnpivotInClause"/>
<eClassifiers xsi:type="ecore:EClass" name="UnpivotInClauseArgs"/>
<eClassifiers xsi:type="ecore:EClass" name="UnpivotInClauseArg" eSuperTypes="#//UnpivotInClauseArgs">
<eStructuralFeatures xsi:type="ecore:EReference" name="pcols" eType="#//PivotColumns"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="cfuls" eType="#//PivotColumns"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PivotForClause"/>
<eClassifiers xsi:type="ecore:EClass" name="PivotColumns"/>
<eClassifiers xsi:type="ecore:EClass" name="Pivots" eSuperTypes="#//PivotColumns"/>
<eClassifiers xsi:type="ecore:EClass" name="PivotCol" eSuperTypes="#//PivotFunction #//PivotColumns #//Pivots"/>
<eClassifiers xsi:type="ecore:EClass" name="TableFull"/>
<eClassifiers xsi:type="ecore:EClass" name="DbObjectNameAll">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dbname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DbObjectName" eSuperTypes="#//ColumnFull #//UsingCols #//PivotCol #//TableFull">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dbname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrOrderByColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//OrderByColumnFull" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderByColumnFull" eSuperTypes="#//OrOrderByColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="colOrder" eType="#//ColumnFull"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="colOrderInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrGroupByColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//GroupByColumnFull" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupByColumnFull" eSuperTypes="#//OrGroupByColumn">
<eStructuralFeatures xsi:type="ecore:EReference" name="colGrBy" eType="#//ColumnFull"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="gbFunction" eType="#//OpFunction"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="grByInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrExpr">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//FullExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FullExpression" eSuperTypes="#//OrExpr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="c" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="efrag" eType="#//FullExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notPrm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expgroup" eType="#//ExprGroup"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//FullExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="xexp" eType="#//XExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in" eType="#//InOper" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="exists" eType="#//ExistsOper"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isnull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="between" eType="#//Between"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="like" eType="#//Like" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="comp" eType="#//Comparison"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExprGroup">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isnot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//OrExpr"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="XExpr">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xf" eType="#//XFunction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="col" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="prm" eType="#//Prms" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Prms">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//JRParameter" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JRParameter" eSuperTypes="#//Prms">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="jrprm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Comparison">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subOperator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//Operands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Like">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opLike" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//LikeOperand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LikeOperand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fop2" eType="#//OpFunction"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fcast" eType="#//OpFunctionCast"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fparam" eType="#//POperand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Between">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="opBetween" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op2" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="op3" eType="#//Operands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InOper">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subquery" eType="#//SubQueryOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opList" eType="#//OperandListGroup"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExistsOper">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subquery" eType="#//SubQueryOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="opList" eType="#//OperandListGroup"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperandListGroup">
<eStructuralFeatures xsi:type="ecore:EReference" name="opGroup" eType="#//OperandList"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperandList"/>
<eClassifiers xsi:type="ecore:EClass" name="Operands" eSuperTypes="#//OpFunctionArgAgregate">
<eStructuralFeatures xsi:type="ecore:EReference" name="op1" eType="#//Operand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Operand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operand">
<eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//ColumnOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="xop" eType="#//Operand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subq" eType="#//SubQueryOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fcast" eType="#//OpFunctionCast"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fext" eType="#//FunctionExtract"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="func" eType="#//OpFunction"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sqlcase" eType="#//SQLCaseOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="param" eType="#//POperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eparam" eType="#//ExpOperand"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scalar" eType="#//ScalarOperand"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpFunction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="star" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//OpFunctionArg"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fan" eType="#//FunctionAnalytical"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionExtract">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="v" eType="#//EXTRACT_VALUES"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//Operands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionAnalytical">
<eStructuralFeatures xsi:type="ecore:EReference" name="anClause" eType="#//AnalyticClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnalyticClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="abc" eType="#//QueryPartitionClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="obc" eType="#//OrderByClause"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="winc" eType="#//WindowingClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WindowingClause"/>
<eClassifiers xsi:type="ecore:EClass" name="WindowingClauseBetween" eSuperTypes="#//WindowingClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="wcoP" eType="#//WindowingClauseOperandPreceding"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="wcoF" eType="#//WindowingClauseOperandFollowing"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WindowingClauseOperandFollowing">
<eStructuralFeatures xsi:type="ecore:EReference" name="exp" eType="#//AnalyticExprArg"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WindowingClauseOperandPreceding" eSuperTypes="#//WindowingClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//AnalyticExprArg"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderByClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//OrderByClauseArgs"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrderByClauseArgs"/>
<eClassifiers xsi:type="ecore:EClass" name="OrderByClauseArg" eSuperTypes="#//OrderByClauseArgs">
<eStructuralFeatures xsi:type="ecore:EReference" name="col" eType="#//AnalyticExprArg"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QueryPartitionClause">
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//AnalyticExprArgs"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AnalyticExprArgs" eSuperTypes="#//QueryPartitionClause"/>
<eClassifiers xsi:type="ecore:EClass" name="AnalyticExprArg" eSuperTypes="#//AnalyticExprArgs">
<eStructuralFeatures xsi:type="ecore:EReference" name="ce" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="colAlias" eType="#//DbObjectName"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpFunctionArg"/>
<eClassifiers xsi:type="ecore:EClass" name="OpFunctionArgOperand" eSuperTypes="#//OpFunctionArg">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//OpFunctionArgAgregate"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpFunctionCast">
<eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="p" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="p2" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpFunctionArgAgregate"/>
<eClassifiers xsi:type="ecore:EClass" name="POperand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpOperand">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="prm" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnOperand">
<eStructuralFeatures xsi:type="ecore:EReference" name="cfull" eType="#//ColumnFull"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ora" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubQueryOperand">
<eStructuralFeatures xsi:type="ecore:EReference" name="sel" eType="#//SelectQuery"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScalarOperand" eSuperTypes="#//RowValue #//OperandList">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sostr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sodbl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sodate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sotime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sodt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="soUInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="soint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SQLCaseOperand">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//OrExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="when" eType="#//SQLCaseWhens"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SQLCaseWhens"/>
<eClassifiers xsi:type="ecore:EClass" name="SqlCaseWhen" eSuperTypes="#//SQLCaseWhens">
<eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//OrExpr"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="texp" eType="#//Operands"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="eexp" eType="#//Operands"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="EXTRACT_VALUES">
<eLiterals name="ms" literal="MICROSECOND"/>
<eLiterals name="s" value="1" literal="SECOND"/>
<eLiterals name="m" value="2" literal="MINUTE"/>
<eLiterals name="h" value="3" literal="HOUR"/>
<eLiterals name="day" value="4" literal="DAY"/>
<eLiterals name="week" value="5" literal="WEEK"/>
<eLiterals name="month" value="6" literal="MONTH"/>
<eLiterals name="quart" value="7" literal="QUARTER"/>
<eLiterals name="year" value="8" literal="YEAR"/>
<eLiterals name="micros" value="9" literal="SECOND_MICROSECOND"/>
<eLiterals name="minMicro" value="10" literal="MINUTE_MICROSECOND"/>
<eLiterals name="minSec" value="11" literal="MINUTE_SECOND"/>
<eLiterals name="hms" value="12" literal="HOUR_MICROSECOND"/>
<eLiterals name="hs" value="13" literal="HOUR_SECOND"/>
<eLiterals name="hmin" value="14" literal="HOUR_MINUTE"/>
<eLiterals name="dms" value="15" literal="DAY_MICROSECOND"/>
<eLiterals name="ds" value="16" literal="DAY_SECOND"/>
<eLiterals name="daymin" value="17" literal="DAY_MINUTE"/>
<eLiterals name="dayh" value="18" literal="DAY_HOUR"/>
<eLiterals name="yearMonth" value="19" literal="YEAR_MONTH"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="XFunction">
<eLiterals name="xin" literal="IN"/>
<eLiterals name="xnotin" value="1" literal="NOTIN"/>
<eLiterals name="xeq" value="2" literal="EQUAL"/>
<eLiterals name="xnoteq" value="3" literal="NOTEQUAL"/>
<eLiterals name="xls" value="4" literal="LESS"/>
<eLiterals name="xgt" value="5" literal="GREATER"/>
<eLiterals name="xlsr" value="6" literal="LESS]"/>
<eLiterals name="xgtl" value="7" literal="[GREATER"/>
<eLiterals name="xbwn" value="8" literal="BETWEEN"/>
<eLiterals name="xbwnc" value="9" literal="[BETWEEN]"/>
<eLiterals name="xbwnl" value="10" literal="[BETWEEN"/>
<eLiterals name="xbwnr" value="11" literal="BETWEEN]"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnsignedValue">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="integer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Col" eSuperTypes="#//ColumnFull">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//DbObjectName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="abc" eSuperTypes="#//FromValuesColumnNames">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//ColumnNames" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnipivotInClause" eSuperTypes="#//UnpivotInClause">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="args" eType="#//UnpivotInClauseArgs"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="uicargs" eSuperTypes="#//UnpivotInClauseArgs">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//UnpivotInClauseArg" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="pvcs" eSuperTypes="#//Pivots">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//PivotCol" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="pcols" eSuperTypes="#//PivotCol">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//DbObjectName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="tbls" eSuperTypes="#//TableFull">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//DbObjectName" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpList" eSuperTypes="#//OperandList">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//ScalarOperand" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="Concat" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="Division" eSuperTypes="#//Operands"/>
<eClassifiers xsi:type="ecore:EClass" name="OBCArgs" eSuperTypes="#//OrderByClauseArgs">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//OrderByClauseArg" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AExpArgs" eSuperTypes="#//AnalyticExprArgs">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//AnalyticExprArg" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OpFList" eSuperTypes="#//OpFunctionArg">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//OpFunctionArgOperand" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WhenList" eSuperTypes="#//SQLCaseWhens">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//SqlCaseWhen" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/jasonbrianhall/Jaspersoft-Studio/com.jaspersoft.studio.data.sql/src-gen/com/jaspersoft/studio/data/Sql.ecore | ecore | sql
Model
query
FetchFirst
fetchFirst
row
Offset
offset
Limit
l1
l2
SelectQuery
SelectSubSet
op
all
query
Select
op
select
cols
tbl
whereExpression
groupByEntry
havingEntry
orderByEntry
lim
offset
fetchFirst
OrColumn
entries
ColumnOrAlias
ce
alias
colAlias
allCols
dbAllCols
ColumnFull
OrTable
entries
FromTable
table
fjoin
FromTableJoin
join
onTable
joinExpr
joinCond
JoinCondition
useCols
UsingCols
entries
TableOrAlias
tfull
sq
values
pivot
unpivot
alias
tblAlias
FromValues
values
c
FromValuesColumns
fvCols
FromValuesColumnNames
ColumnNames
colName
Values
rows
Rows
entries
Row
rowValues
RowValues
entries
RowValue
null
PivotTable
pfun
pfor
pin
PivotFunctions
abc
PivotFunction
PivotInClause
sq
args
pinany
UnpivotTable
pcols
pfor
inop
UnpivotInClause
UnpivotInClauseArgs
UnpivotInClauseArg
pcols
cfuls
PivotForClause
PivotColumns
Pivots
PivotCol
TableFull
DbObjectNameAll
dbname
DbObjectName
dbname
OrOrderByColumn
entries
OrderByColumnFull
colOrder
colOrderInt
direction
OrGroupByColumn
entries
GroupByColumnFull
colGrBy
gbFunction
grByInt
OrExpr
entries
FullExpression
c
efrag
notPrm
expgroup
exp
xexp
in
exists
op1
isnull
between
like
comp
ExprGroup
isnot
expr
XExpr
xf
col
prm
Prms
entries
JRParameter
jrprm
Comparison
operator
subOperator
op2
Like
opLike
op2
LikeOperand
op2
fop2
fcast
fparam
Between
opBetween
op2
op3
InOper
op
subquery
opList
ExistsOper
op
subquery
opList
OperandListGroup
opGroup
OperandList
Operands
op1
left
right
Operand
column
xop
subq
fcast
fext
func
sqlcase
param
eparam
scalar
OpFunction
fname
star
args
fan
FunctionExtract
v
operand
FunctionAnalytical
anClause
AnalyticClause
abc
obc
winc
WindowingClause
WindowingClauseBetween
wcoP
wcoF
WindowingClauseOperandFollowing
exp
WindowingClauseOperandPreceding
expr
OrderByClause
args
OrderByClauseArgs
OrderByClauseArg
col
QueryPartitionClause
args
AnalyticExprArgs
AnalyticExprArg
ce
colAlias
OpFunctionArg
OpFunctionArgOperand
op
OpFunctionCast
op
type
p
p2
OpFunctionArgAgregate
POperand
prm
ExpOperand
prm
ColumnOperand
cfull
ora
SubQueryOperand
sel
ScalarOperand
sostr
sodbl
sodate
sotime
sodt
soUInt
soint
SQLCaseOperand
expr
when
SQLCaseWhens
SqlCaseWhen
expr
texp
eexp
EXTRACT_VALUES
ms
MICROSECOND
s
SECOND
m
MINUTE
h
HOUR
day
DAY
week
WEEK
month
MONTH
quart
QUARTER
year
YEAR
micros
SECOND_MICROSECOND
minMicro
MINUTE_MICROSECOND
minSec
MINUTE_SECOND
hms
HOUR_MICROSECOND
hs
HOUR_SECOND
hmin
HOUR_MINUTE
dms
DAY_MICROSECOND
ds
DAY_SECOND
daymin
DAY_MINUTE
dayh
DAY_HOUR
yearMonth
YEAR_MONTH
XFunction
xin
IN
xnotin
NOTIN
xeq
EQUAL
xnoteq
NOTEQUAL
xls
LESS
xgt
GREATER
xlsr
LESS]
xgtl
[GREATER
xbwn
BETWEEN
xbwnc
[BETWEEN]
xbwnl
[BETWEEN
xbwnr
BETWEEN]
IntegerValue
integer
UnsignedValue
integer
Col
entries
abc
entries
UnipivotInClause
op
args
uicargs
entries
pvcs
entries
pcols
entries
tbls
entries
OpList
entries
Plus
Minus
Concat
Multiply
Division
OBCArgs
entries
AExpArgs
entries
OpFList
entries
WhenList
entries | null | {"directed":true,"nodes":[{"nsPrefix":"sql","nsURI":"http://www.com.jaspersoft.studio.data.Sql","name":"sql","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":"FetchFirst","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Offset","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Limit","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectQuery","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectSubSet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Select","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrColumn","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnOrAlias","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnFull","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrTable","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromTable","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromTableJoin","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinCondition","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsingCols","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableOrAlias","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromValues","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromValuesColumns","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromValuesColumnNames","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnNames","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Values","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rows","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Row","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RowValues","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RowValue","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotTable","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotFunctions","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotFunction","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotInClause","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpivotTable","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpivotInClause","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpivotInClauseArgs","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnpivotInClauseArg","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotForClause","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotColumns","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pivots","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PivotCol","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableFull","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DbObjectNameAll","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DbObjectName","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrOrderByColumn","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByColumnFull","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrGroupByColumn","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupByColumnFull","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpr","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FullExpression","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExprGroup","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XExpr","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prms","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JRParameter","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Like","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LikeOperand","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Between","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InOper","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistsOper","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperandListGroup","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperandList","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operands","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operand","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunction","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionExtract","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionAnalytical","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalyticClause","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowingClause","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowingClauseBetween","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowingClauseOperandFollowing","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WindowingClauseOperandPreceding","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByClause","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByClauseArgs","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderByClauseArg","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryPartitionClause","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalyticExprArgs","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalyticExprArg","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionArg","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionArgOperand","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionCast","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFunctionArgAgregate","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"POperand","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpOperand","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnOperand","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubQueryOperand","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarOperand","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLCaseOperand","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SQLCaseWhens","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SqlCaseWhen","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EXTRACT_VALUES","instanceClass":null,"id":87,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XFunction","instanceClass":null,"id":88,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnsignedValue","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Col","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"abc","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnipivotInClause","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"uicargs","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"pvcs","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"pcols","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"tbls","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpList","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concat","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Multiply","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Division","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OBCArgs","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AExpArgs","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpFList","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhenList","instanceClass":null,"abstract":false,"id":107,"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":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"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":"fetchFirst","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"row","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"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":"offset","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"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":"l1","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":"l2","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"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":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"all","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"select","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tbl","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":true,"unsettable":false,"transient":false,"unique":true,"name":"whereExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupByEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"havingEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderByEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lim","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":"offset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fetchFirst","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"},{"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"},{"container":false,"ordered":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":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"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":"ce","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":"alias","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"allCols","changeable":true,"lowerBound":0,"iD":false,"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":"dbAllCols","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"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":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":164,"derived":false},{"id":165,"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":"table","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":"fjoin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"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":"join","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinExpr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinCond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"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":"useCols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"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":"tfull","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pivot","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unpivot","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"alias","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":true,"unsettable":false,"transient":false,"unique":true,"name":"tblAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"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":"fvCols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"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":"colName","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"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":"rows","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":"entries","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rowValues","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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"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":"null","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"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":"pfun","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":true,"unsettable":false,"transient":false,"unique":true,"name":"pfor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"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":"abc","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"id":225,"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":"sq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"pinany","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"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":"pcols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pfor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"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":"pcols","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cfuls","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"},{"id":245,"eClass":"EGenericType"},{"id":246,"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":"dbname","changeable":true,"lowerBound":0,"iD":false,"id":247,"derived":false},{"id":248,"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":"dbname","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"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":"colOrder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"colOrderInt","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","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"},{"container":false,"ordered":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":264,"derived":false},{"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":"colGrBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gbFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"grByInt","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"container":false,"ordered":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":273,"derived":false},{"id":274,"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":"c","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"efrag","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"notPrm","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expgroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xexp","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"in","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":"exists","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":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isnull","changeable":true,"lowerBound":0,"iD":false,"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":"between","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":true,"unsettable":false,"transient":false,"unique":true,"name":"like","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":"comp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isnot","changeable":true,"lowerBound":0,"iD":false,"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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"xf","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"col","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"prm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"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":"jrprm","changeable":true,"lowerBound":0,"iD":false,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subOperator","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"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":"opLike","changeable":true,"lowerBound":0,"iD":false,"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":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"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":"op2","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":true,"unsettable":false,"transient":false,"unique":true,"name":"fop2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fcast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fparam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"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":"opBetween","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","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":"op3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"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":"op","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subquery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"opList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"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":347,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subquery","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":"opList","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"opGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"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":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"container":false,"ordered":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":356,"derived":false},{"container":false,"ordered":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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"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":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xop","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":"subq","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fcast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"func","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":"sqlcase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"param","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"eparam","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":"scalar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":371,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fname","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":"star","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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":384,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fan","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":390,"derived":false},{"container":false,"ordered":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":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"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":"anClause","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"abc","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":"obc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"winc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"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":"wcoP","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"wcoF","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"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":"exp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":407,"derived":false},{"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":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"id":410,"eClass":"EGenericType"},{"id":411,"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":"args","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":"col","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":"args","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ce","changeable":true,"resolveProxies":true,"lowerBound":0,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"colAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"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":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":"p","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"p2","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":"prm","changeable":true,"lowerBound":0,"iD":false,"id":436,"derived":false},{"id":437,"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":"prm","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"id":439,"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":"cfull","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"ora","changeable":true,"lowerBound":0,"iD":false,"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":"sel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"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":"sostr","changeable":true,"lowerBound":0,"iD":false,"id":446,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sodbl","changeable":true,"lowerBound":0,"iD":false,"id":447,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sodate","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sotime","changeable":true,"lowerBound":0,"iD":false,"id":449,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sodt","changeable":true,"lowerBound":0,"iD":false,"id":450,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"soUInt","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"soint","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"},{"container":false,"ordered":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":462,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"when","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"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":466,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"texp","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":"eexp","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"},{"name":"ms","id":473,"value":0,"literal":"MICROSECOND","eClass":"EEnumLiteral"},{"name":"s","id":474,"value":1,"literal":"SECOND","eClass":"EEnumLiteral"},{"name":"m","id":475,"value":2,"literal":"MINUTE","eClass":"EEnumLiteral"},{"name":"h","id":476,"value":3,"literal":"HOUR","eClass":"EEnumLiteral"},{"name":"day","id":477,"value":4,"literal":"DAY","eClass":"EEnumLiteral"},{"name":"week","id":478,"value":5,"literal":"WEEK","eClass":"EEnumLiteral"},{"name":"month","id":479,"value":6,"literal":"MONTH","eClass":"EEnumLiteral"},{"name":"quart","id":480,"value":7,"literal":"QUARTER","eClass":"EEnumLiteral"},{"name":"year","id":481,"value":8,"literal":"YEAR","eClass":"EEnumLiteral"},{"name":"micros","id":482,"value":9,"literal":"SECOND_MICROSECOND","eClass":"EEnumLiteral"},{"name":"minMicro","id":483,"value":10,"literal":"MINUTE_MICROSECOND","eClass":"EEnumLiteral"},{"name":"minSec","id":484,"value":11,"literal":"MINUTE_SECOND","eClass":"EEnumLiteral"},{"name":"hms","id":485,"value":12,"literal":"HOUR_MICROSECOND","eClass":"EEnumLiteral"},{"name":"hs","id":486,"value":13,"literal":"HOUR_SECOND","eClass":"EEnumLiteral"},{"name":"hmin","id":487,"value":14,"literal":"HOUR_MINUTE","eClass":"EEnumLiteral"},{"name":"dms","id":488,"value":15,"literal":"DAY_MICROSECOND","eClass":"EEnumLiteral"},{"name":"ds","id":489,"value":16,"literal":"DAY_SECOND","eClass":"EEnumLiteral"},{"name":"daymin","id":490,"value":17,"literal":"DAY_MINUTE","eClass":"EEnumLiteral"},{"name":"dayh","id":491,"value":18,"literal":"DAY_HOUR","eClass":"EEnumLiteral"},{"name":"yearMonth","id":492,"value":19,"literal":"YEAR_MONTH","eClass":"EEnumLiteral"},{"name":"xin","id":493,"value":0,"literal":"IN","eClass":"EEnumLiteral"},{"name":"xnotin","id":494,"value":1,"literal":"NOTIN","eClass":"EEnumLiteral"},{"name":"xeq","id":495,"value":2,"literal":"EQUAL","eClass":"EEnumLiteral"},{"name":"xnoteq","id":496,"value":3,"literal":"NOTEQUAL","eClass":"EEnumLiteral"},{"name":"xls","id":497,"value":4,"literal":"LESS","eClass":"EEnumLiteral"},{"name":"xgt","id":498,"value":5,"literal":"GREATER","eClass":"EEnumLiteral"},{"name":"xlsr","id":499,"value":6,"literal":"LESS]","eClass":"EEnumLiteral"},{"name":"xgtl","id":500,"value":7,"literal":"[GREATER","eClass":"EEnumLiteral"},{"name":"xbwn","id":501,"value":8,"literal":"BETWEEN","eClass":"EEnumLiteral"},{"name":"xbwnc","id":502,"value":9,"literal":"[BETWEEN]","eClass":"EEnumLiteral"},{"name":"xbwnl","id":503,"value":10,"literal":"[BETWEEN","eClass":"EEnumLiteral"},{"name":"xbwnr","id":504,"value":11,"literal":"BETWEEN]","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":"integer","changeable":true,"lowerBound":0,"iD":false,"id":505,"derived":false},{"id":506,"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":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"container":false,"ordered":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":509,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":512,"derived":false},{"id":513,"eClass":"EGenericType"},{"id":514,"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":515,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"derived":false},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"container":false,"ordered":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":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":526,"derived":false},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"container":false,"ordered":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":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"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":"entries","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"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":543,"derived":false},{"id":544,"eClass":"EGenericType"},{"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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"container":false,"ordered":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":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"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":1,"target":0},{"source":1,"target":108},{"source":108,"target":5},{"source":108,"target":109},{"source":108,"target":1},{"source":109,"target":5},{"source":2,"target":0},{"source":2,"target":110},{"source":2,"target":111},{"source":110,"target":90},{"source":110,"target":112},{"source":110,"target":2},{"source":112,"target":90},{"source":111,"target":113},{"source":111,"target":2},{"source":3,"target":0},{"source":3,"target":114},{"source":114,"target":115},{"source":114,"target":3},{"source":4,"target":0},{"source":4,"target":116},{"source":4,"target":117},{"source":116,"target":118},{"source":116,"target":4},{"source":117,"target":119},{"source":117,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":120},{"source":6,"target":121},{"source":6,"target":122},{"source":120,"target":123},{"source":120,"target":6},{"source":121,"target":124},{"source":121,"target":6},{"source":122,"target":7},{"source":122,"target":125},{"source":122,"target":6},{"source":125,"target":7},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":126},{"source":7,"target":127},{"source":7,"target":128},{"source":7,"target":129},{"source":7,"target":130},{"source":7,"target":131},{"source":7,"target":132},{"source":7,"target":133},{"source":7,"target":134},{"source":7,"target":135},{"source":7,"target":136},{"source":7,"target":137},{"source":126,"target":6},{"source":126,"target":138},{"source":126,"target":7},{"source":138,"target":6},{"source":127,"target":139},{"source":127,"target":7},{"source":128,"target":8},{"source":128,"target":140},{"source":128,"target":7},{"source":140,"target":8},{"source":129,"target":11},{"source":129,"target":141},{"source":129,"target":7},{"source":141,"target":11},{"source":130,"target":45},{"source":130,"target":142},{"source":130,"target":7},{"source":142,"target":45},{"source":131,"target":43},{"source":131,"target":143},{"source":131,"target":7},{"source":143,"target":43},{"source":132,"target":45},{"source":132,"target":144},{"source":132,"target":7},{"source":144,"target":45},{"source":133,"target":41},{"source":133,"target":145},{"source":133,"target":7},{"source":145,"target":41},{"source":134,"target":4},{"source":134,"target":146},{"source":134,"target":7},{"source":146,"target":4},{"source":135,"target":3},{"source":135,"target":147},{"source":135,"target":7},{"source":147,"target":3},{"source":136,"target":2},{"source":136,"target":148},{"source":136,"target":7},{"source":148,"target":2},{"source":137,"target":5},{"source":8,"target":0},{"source":8,"target":34},{"source":8,"target":149},{"source":8,"target":150},{"source":149,"target":9},{"source":149,"target":151},{"source":149,"target":8},{"source":151,"target":9},{"source":150,"target":34},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":152},{"source":9,"target":153},{"source":9,"target":154},{"source":9,"target":155},{"source":9,"target":156},{"source":9,"target":157},{"source":152,"target":59},{"source":152,"target":158},{"source":152,"target":9},{"source":158,"target":59},{"source":153,"target":159},{"source":153,"target":9},{"source":154,"target":40},{"source":154,"target":160},{"source":154,"target":9},{"source":160,"target":40},{"source":155,"target":161},{"source":155,"target":9},{"source":156,"target":39},{"source":156,"target":162},{"source":156,"target":9},{"source":162,"target":39},{"source":157,"target":8},{"source":10,"target":0},{"source":10,"target":34},{"source":10,"target":163},{"source":163,"target":34},{"source":11,"target":0},{"source":11,"target":164},{"source":164,"target":12},{"source":164,"target":165},{"source":164,"target":11},{"source":165,"target":12},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":166},{"source":12,"target":167},{"source":12,"target":168},{"source":166,"target":16},{"source":166,"target":169},{"source":166,"target":12},{"source":169,"target":16},{"source":167,"target":13},{"source":167,"target":170},{"source":167,"target":12},{"source":170,"target":13},{"source":168,"target":11},{"source":13,"target":0},{"source":13,"target":171},{"source":13,"target":172},{"source":13,"target":173},{"source":13,"target":174},{"source":171,"target":175},{"source":171,"target":13},{"source":172,"target":16},{"source":172,"target":176},{"source":172,"target":13},{"source":176,"target":16},{"source":173,"target":45},{"source":173,"target":177},{"source":173,"target":13},{"source":177,"target":45},{"source":174,"target":14},{"source":174,"target":178},{"source":174,"target":13},{"source":178,"target":14},{"source":14,"target":0},{"source":14,"target":179},{"source":179,"target":15},{"source":179,"target":180},{"source":179,"target":14},{"source":180,"target":15},{"source":15,"target":0},{"source":15,"target":181},{"source":181,"target":40},{"source":181,"target":182},{"source":181,"target":15},{"source":182,"target":40},{"source":16,"target":0},{"source":16,"target":183},{"source":16,"target":184},{"source":16,"target":185},{"source":16,"target":186},{"source":16,"target":187},{"source":16,"target":188},{"source":16,"target":189},{"source":183,"target":38},{"source":183,"target":190},{"source":183,"target":16},{"source":190,"target":38},{"source":184,"target":82},{"source":184,"target":191},{"source":184,"target":16},{"source":191,"target":82},{"source":185,"target":17},{"source":185,"target":192},{"source":185,"target":16},{"source":192,"target":17},{"source":186,"target":26},{"source":186,"target":193},{"source":186,"target":16},{"source":193,"target":26},{"source":187,"target":30},{"source":187,"target":194},{"source":187,"target":16},{"source":194,"target":30},{"source":188,"target":195},{"source":188,"target":16},{"source":189,"target":40},{"source":189,"target":196},{"source":189,"target":16},{"source":196,"target":40},{"source":17,"target":0},{"source":17,"target":197},{"source":17,"target":198},{"source":197,"target":21},{"source":197,"target":199},{"source":197,"target":17},{"source":199,"target":21},{"source":198,"target":18},{"source":198,"target":200},{"source":198,"target":17},{"source":200,"target":18},{"source":18,"target":0},{"source":18,"target":201},{"source":201,"target":19},{"source":201,"target":202},{"source":201,"target":18},{"source":202,"target":19},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":203},{"source":20,"target":204},{"source":203,"target":205},{"source":203,"target":20},{"source":204,"target":19},{"source":21,"target":0},{"source":21,"target":206},{"source":206,"target":22},{"source":206,"target":207},{"source":206,"target":21},{"source":207,"target":22},{"source":22,"target":0},{"source":22,"target":208},{"source":208,"target":23},{"source":208,"target":209},{"source":208,"target":22},{"source":209,"target":23},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":210},{"source":23,"target":211},{"source":210,"target":24},{"source":210,"target":212},{"source":210,"target":23},{"source":212,"target":24},{"source":211,"target":22},{"source":24,"target":0},{"source":24,"target":213},{"source":213,"target":25},{"source":213,"target":214},{"source":213,"target":24},{"source":214,"target":25},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":215},{"source":25,"target":216},{"source":215,"target":217},{"source":215,"target":25},{"source":216,"target":24},{"source":26,"target":0},{"source":26,"target":218},{"source":26,"target":219},{"source":26,"target":220},{"source":218,"target":27},{"source":218,"target":221},{"source":218,"target":26},{"source":221,"target":27},{"source":219,"target":34},{"source":219,"target":222},{"source":219,"target":26},{"source":222,"target":34},{"source":220,"target":29},{"source":220,"target":223},{"source":220,"target":26},{"source":223,"target":29},{"source":27,"target":0},{"source":27,"target":224},{"source":224,"target":225},{"source":224,"target":27},{"source":28,"target":0},{"source":29,"target":0},{"source":29,"target":226},{"source":29,"target":227},{"source":29,"target":228},{"source":226,"target":82},{"source":226,"target":229},{"source":226,"target":29},{"source":229,"target":82},{"source":227,"target":32},{"source":227,"target":230},{"source":227,"target":29},{"source":230,"target":32},{"source":228,"target":231},{"source":228,"target":29},{"source":30,"target":0},{"source":30,"target":232},{"source":30,"target":233},{"source":30,"target":234},{"source":232,"target":35},{"source":232,"target":235},{"source":232,"target":30},{"source":235,"target":35},{"source":233,"target":34},{"source":233,"target":236},{"source":233,"target":30},{"source":236,"target":34},{"source":234,"target":31},{"source":234,"target":237},{"source":234,"target":30},{"source":237,"target":31},{"source":31,"target":0},{"source":32,"target":0},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":238},{"source":33,"target":239},{"source":33,"target":240},{"source":238,"target":35},{"source":238,"target":241},{"source":238,"target":33},{"source":241,"target":35},{"source":239,"target":35},{"source":239,"target":242},{"source":239,"target":33},{"source":242,"target":35},{"source":240,"target":32},{"source":34,"target":0},{"source":35,"target":0},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":243},{"source":243,"target":35},{"source":37,"target":0},{"source":37,"target":28},{"source":37,"target":35},{"source":37,"target":36},{"source":37,"target":244},{"source":37,"target":245},{"source":37,"target":246},{"source":244,"target":28},{"source":245,"target":35},{"source":246,"target":36},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":247},{"source":247,"target":248},{"source":247,"target":39},{"source":40,"target":0},{"source":40,"target":10},{"source":40,"target":15},{"source":40,"target":37},{"source":40,"target":38},{"source":40,"target":249},{"source":40,"target":250},{"source":40,"target":251},{"source":40,"target":252},{"source":40,"target":253},{"source":249,"target":254},{"source":249,"target":40},{"source":250,"target":10},{"source":251,"target":15},{"source":252,"target":37},{"source":253,"target":38},{"source":41,"target":0},{"source":41,"target":255},{"source":255,"target":42},{"source":255,"target":256},{"source":255,"target":41},{"source":256,"target":42},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":257},{"source":42,"target":258},{"source":42,"target":259},{"source":42,"target":260},{"source":257,"target":10},{"source":257,"target":261},{"source":257,"target":42},{"source":261,"target":10},{"source":258,"target":262},{"source":258,"target":42},{"source":259,"target":263},{"source":259,"target":42},{"source":260,"target":41},{"source":43,"target":0},{"source":43,"target":264},{"source":264,"target":44},{"source":264,"target":265},{"source":264,"target":43},{"source":265,"target":44},{"source":44,"target":0},{"source":44,"target":43},{"source":44,"target":266},{"source":44,"target":267},{"source":44,"target":268},{"source":44,"target":269},{"source":266,"target":10},{"source":266,"target":270},{"source":266,"target":44},{"source":270,"target":10},{"source":267,"target":61},{"source":267,"target":271},{"source":267,"target":44},{"source":271,"target":61},{"source":268,"target":272},{"source":268,"target":44},{"source":269,"target":43},{"source":45,"target":0},{"source":45,"target":273},{"source":273,"target":46},{"source":273,"target":274},{"source":273,"target":45},{"source":274,"target":46},{"source":46,"target":0},{"source":46,"target":45},{"source":46,"target":275},{"source":46,"target":276},{"source":46,"target":277},{"source":46,"target":278},{"source":46,"target":279},{"source":46,"target":280},{"source":46,"target":281},{"source":46,"target":282},{"source":46,"target":283},{"source":46,"target":284},{"source":46,"target":285},{"source":46,"target":286},{"source":46,"target":287},{"source":46,"target":288},{"source":275,"target":289},{"source":275,"target":46},{"source":276,"target":46},{"source":276,"target":290},{"source":276,"target":46},{"source":290,"target":46},{"source":277,"target":291},{"source":277,"target":46},{"source":278,"target":47},{"source":278,"target":292},{"source":278,"target":46},{"source":292,"target":47},{"source":279,"target":46},{"source":279,"target":293},{"source":279,"target":46},{"source":293,"target":46},{"source":280,"target":48},{"source":280,"target":294},{"source":280,"target":46},{"source":294,"target":48},{"source":281,"target":55},{"source":281,"target":295},{"source":281,"target":46},{"source":295,"target":55},{"source":282,"target":56},{"source":282,"target":296},{"source":282,"target":46},{"source":296,"target":56},{"source":283,"target":59},{"source":283,"target":297},{"source":283,"target":46},{"source":297,"target":59},{"source":284,"target":298},{"source":284,"target":46},{"source":285,"target":54},{"source":285,"target":299},{"source":285,"target":46},{"source":299,"target":54},{"source":286,"target":52},{"source":286,"target":300},{"source":286,"target":46},{"source":300,"target":52},{"source":287,"target":51},{"source":287,"target":301},{"source":287,"target":46},{"source":301,"target":51},{"source":288,"target":45},{"source":47,"target":0},{"source":47,"target":302},{"source":47,"target":303},{"source":302,"target":304},{"source":302,"target":47},{"source":303,"target":45},{"source":303,"target":305},{"source":303,"target":47},{"source":305,"target":45},{"source":48,"target":0},{"source":48,"target":306},{"source":48,"target":307},{"source":48,"target":308},{"source":306,"target":88},{"source":306,"target":309},{"source":306,"target":48},{"source":309,"target":88},{"source":307,"target":59},{"source":307,"target":310},{"source":307,"target":48},{"source":310,"target":59},{"source":308,"target":49},{"source":308,"target":311},{"source":308,"target":48},{"source":311,"target":49},{"source":49,"target":0},{"source":49,"target":312},{"source":312,"target":50},{"source":312,"target":313},{"source":312,"target":49},{"source":313,"target":50},{"source":50,"target":0},{"source":50,"target":49},{"source":50,"target":314},{"source":50,"target":315},{"source":314,"target":316},{"source":314,"target":50},{"source":315,"target":49},{"source":51,"target":0},{"source":51,"target":317},{"source":51,"target":318},{"source":51,"target":319},{"source":317,"target":320},{"source":317,"target":51},{"source":318,"target":321},{"source":318,"target":51},{"source":319,"target":59},{"source":319,"target":322},{"source":319,"target":51},{"source":322,"target":59},{"source":52,"target":0},{"source":52,"target":323},{"source":52,"target":324},{"source":323,"target":325},{"source":323,"target":52},{"source":324,"target":53},{"source":324,"target":326},{"source":324,"target":52},{"source":326,"target":53},{"source":53,"target":0},{"source":53,"target":327},{"source":53,"target":328},{"source":53,"target":329},{"source":53,"target":330},{"source":327,"target":331},{"source":327,"target":53},{"source":328,"target":61},{"source":328,"target":332},{"source":328,"target":53},{"source":332,"target":61},{"source":329,"target":77},{"source":329,"target":333},{"source":329,"target":53},{"source":333,"target":77},{"source":330,"target":79},{"source":330,"target":334},{"source":330,"target":53},{"source":334,"target":79},{"source":54,"target":0},{"source":54,"target":335},{"source":54,"target":336},{"source":54,"target":337},{"source":335,"target":338},{"source":335,"target":54},{"source":336,"target":59},{"source":336,"target":339},{"source":336,"target":54},{"source":339,"target":59},{"source":337,"target":59},{"source":337,"target":340},{"source":337,"target":54},{"source":340,"target":59},{"source":55,"target":0},{"source":55,"target":341},{"source":55,"target":342},{"source":55,"target":343},{"source":341,"target":344},{"source":341,"target":55},{"source":342,"target":82},{"source":342,"target":345},{"source":342,"target":55},{"source":345,"target":82},{"source":343,"target":57},{"source":343,"target":346},{"source":343,"target":55},{"source":346,"target":57},{"source":56,"target":0},{"source":56,"target":347},{"source":56,"target":348},{"source":56,"target":349},{"source":347,"target":350},{"source":347,"target":56},{"source":348,"target":82},{"source":348,"target":351},{"source":348,"target":56},{"source":351,"target":82},{"source":349,"target":57},{"source":349,"target":352},{"source":349,"target":56},{"source":352,"target":57},{"source":57,"target":0},{"source":57,"target":353},{"source":353,"target":58},{"source":353,"target":354},{"source":353,"target":57},{"source":354,"target":58},{"source":58,"target":0},{"source":59,"target":0},{"source":59,"target":78},{"source":59,"target":355},{"source":59,"target":356},{"source":59,"target":357},{"source":59,"target":358},{"source":355,"target":60},{"source":355,"target":359},{"source":355,"target":59},{"source":359,"target":60},{"source":356,"target":59},{"source":356,"target":360},{"source":356,"target":59},{"source":360,"target":59},{"source":357,"target":60},{"source":357,"target":361},{"source":357,"target":59},{"source":361,"target":60},{"source":358,"target":78},{"source":60,"target":0},{"source":60,"target":362},{"source":60,"target":363},{"source":60,"target":364},{"source":60,"target":365},{"source":60,"target":366},{"source":60,"target":367},{"source":60,"target":368},{"source":60,"target":369},{"source":60,"target":370},{"source":60,"target":371},{"source":362,"target":81},{"source":362,"target":372},{"source":362,"target":60},{"source":372,"target":81},{"source":363,"target":60},{"source":363,"target":373},{"source":363,"target":60},{"source":373,"target":60},{"source":364,"target":82},{"source":364,"target":374},{"source":364,"target":60},{"source":374,"target":82},{"source":365,"target":77},{"source":365,"target":375},{"source":365,"target":60},{"source":375,"target":77},{"source":366,"target":62},{"source":366,"target":376},{"source":366,"target":60},{"source":376,"target":62},{"source":367,"target":61},{"source":367,"target":377},{"source":367,"target":60},{"source":377,"target":61},{"source":368,"target":84},{"source":368,"target":378},{"source":368,"target":60},{"source":378,"target":84},{"source":369,"target":79},{"source":369,"target":379},{"source":369,"target":60},{"source":379,"target":79},{"source":370,"target":80},{"source":370,"target":380},{"source":370,"target":60},{"source":380,"target":80},{"source":371,"target":83},{"source":371,"target":381},{"source":371,"target":60},{"source":381,"target":83},{"source":61,"target":0},{"source":61,"target":382},{"source":61,"target":383},{"source":61,"target":384},{"source":61,"target":385},{"source":382,"target":386},{"source":382,"target":61},{"source":383,"target":387},{"source":383,"target":61},{"source":384,"target":75},{"source":384,"target":388},{"source":384,"target":61},{"source":388,"target":75},{"source":385,"target":63},{"source":385,"target":389},{"source":385,"target":61},{"source":389,"target":63},{"source":62,"target":0},{"source":62,"target":390},{"source":62,"target":391},{"source":390,"target":87},{"source":390,"target":392},{"source":390,"target":62},{"source":392,"target":87},{"source":391,"target":59},{"source":391,"target":393},{"source":391,"target":62},{"source":393,"target":59},{"source":63,"target":0},{"source":63,"target":394},{"source":394,"target":64},{"source":394,"target":395},{"source":394,"target":63},{"source":395,"target":64},{"source":64,"target":0},{"source":64,"target":396},{"source":64,"target":397},{"source":64,"target":398},{"source":396,"target":72},{"source":396,"target":399},{"source":396,"target":64},{"source":399,"target":72},{"source":397,"target":69},{"source":397,"target":400},{"source":397,"target":64},{"source":400,"target":69},{"source":398,"target":65},{"source":398,"target":401},{"source":398,"target":64},{"source":401,"target":65},{"source":65,"target":0},{"source":66,"target":0},{"source":66,"target":65},{"source":66,"target":402},{"source":66,"target":403},{"source":66,"target":404},{"source":402,"target":68},{"source":402,"target":405},{"source":402,"target":66},{"source":405,"target":68},{"source":403,"target":67},{"source":403,"target":406},{"source":403,"target":66},{"source":406,"target":67},{"source":404,"target":65},{"source":67,"target":0},{"source":67,"target":407},{"source":407,"target":74},{"source":407,"target":408},{"source":407,"target":67},{"source":408,"target":74},{"source":68,"target":0},{"source":68,"target":65},{"source":68,"target":409},{"source":68,"target":410},{"source":409,"target":74},{"source":409,"target":411},{"source":409,"target":68},{"source":411,"target":74},{"source":410,"target":65},{"source":69,"target":0},{"source":69,"target":412},{"source":412,"target":70},{"source":412,"target":413},{"source":412,"target":69},{"source":413,"target":70},{"source":70,"target":0},{"source":71,"target":0},{"source":71,"target":70},{"source":71,"target":414},{"source":71,"target":415},{"source":414,"target":74},{"source":414,"target":416},{"source":414,"target":71},{"source":416,"target":74},{"source":415,"target":70},{"source":72,"target":0},{"source":72,"target":417},{"source":417,"target":73},{"source":417,"target":418},{"source":417,"target":72},{"source":418,"target":73},{"source":73,"target":0},{"source":73,"target":72},{"source":73,"target":419},{"source":419,"target":72},{"source":74,"target":0},{"source":74,"target":73},{"source":74,"target":420},{"source":74,"target":421},{"source":74,"target":422},{"source":420,"target":59},{"source":420,"target":423},{"source":420,"target":74},{"source":423,"target":59},{"source":421,"target":40},{"source":421,"target":424},{"source":421,"target":74},{"source":424,"target":40},{"source":422,"target":73},{"source":75,"target":0},{"source":76,"target":0},{"source":76,"target":75},{"source":76,"target":425},{"source":76,"target":426},{"source":425,"target":78},{"source":425,"target":427},{"source":425,"target":76},{"source":427,"target":78},{"source":426,"target":75},{"source":77,"target":0},{"source":77,"target":428},{"source":77,"target":429},{"source":77,"target":430},{"source":77,"target":431},{"source":428,"target":59},{"source":428,"target":432},{"source":428,"target":77},{"source":432,"target":59},{"source":429,"target":433},{"source":429,"target":77},{"source":430,"target":434},{"source":430,"target":77},{"source":431,"target":435},{"source":431,"target":77},{"source":78,"target":0},{"source":79,"target":0},{"source":79,"target":436},{"source":436,"target":437},{"source":436,"target":79},{"source":80,"target":0},{"source":80,"target":438},{"source":438,"target":439},{"source":438,"target":80},{"source":81,"target":0},{"source":81,"target":440},{"source":81,"target":441},{"source":440,"target":10},{"source":440,"target":442},{"source":440,"target":81},{"source":442,"target":10},{"source":441,"target":443},{"source":441,"target":81},{"source":82,"target":0},{"source":82,"target":444},{"source":444,"target":5},{"source":444,"target":445},{"source":444,"target":82},{"source":445,"target":5},{"source":83,"target":0},{"source":83,"target":25},{"source":83,"target":58},{"source":83,"target":446},{"source":83,"target":447},{"source":83,"target":448},{"source":83,"target":449},{"source":83,"target":450},{"source":83,"target":451},{"source":83,"target":452},{"source":83,"target":453},{"source":83,"target":454},{"source":446,"target":455},{"source":446,"target":83},{"source":447,"target":456},{"source":447,"target":83},{"source":448,"target":457},{"source":448,"target":83},{"source":449,"target":458},{"source":449,"target":83},{"source":450,"target":459},{"source":450,"target":83},{"source":451,"target":460},{"source":451,"target":83},{"source":452,"target":461},{"source":452,"target":83},{"source":453,"target":25},{"source":454,"target":58},{"source":84,"target":0},{"source":84,"target":462},{"source":84,"target":463},{"source":462,"target":45},{"source":462,"target":464},{"source":462,"target":84},{"source":464,"target":45},{"source":463,"target":85},{"source":463,"target":465},{"source":463,"target":84},{"source":465,"target":85},{"source":85,"target":0},{"source":86,"target":0},{"source":86,"target":85},{"source":86,"target":466},{"source":86,"target":467},{"source":86,"target":468},{"source":86,"target":469},{"source":466,"target":45},{"source":466,"target":470},{"source":466,"target":86},{"source":470,"target":45},{"source":467,"target":59},{"source":467,"target":471},{"source":467,"target":86},{"source":471,"target":59},{"source":468,"target":59},{"source":468,"target":472},{"source":468,"target":86},{"source":472,"target":59},{"source":469,"target":85},{"source":87,"target":0},{"source":87,"target":473},{"source":87,"target":474},{"source":87,"target":475},{"source":87,"target":476},{"source":87,"target":477},{"source":87,"target":478},{"source":87,"target":479},{"source":87,"target":480},{"source":87,"target":481},{"source":87,"target":482},{"source":87,"target":483},{"source":87,"target":484},{"source":87,"target":485},{"source":87,"target":486},{"source":87,"target":487},{"source":87,"target":488},{"source":87,"target":489},{"source":87,"target":490},{"source":87,"target":491},{"source":87,"target":492},{"source":473,"target":87},{"source":474,"target":87},{"source":475,"target":87},{"source":476,"target":87},{"source":477,"target":87},{"source":478,"target":87},{"source":479,"target":87},{"source":480,"target":87},{"source":481,"target":87},{"source":482,"target":87},{"source":483,"target":87},{"source":484,"target":87},{"source":485,"target":87},{"source":486,"target":87},{"source":487,"target":87},{"source":488,"target":87},{"source":489,"target":87},{"source":490,"target":87},{"source":491,"target":87},{"source":492,"target":87},{"source":88,"target":0},{"source":88,"target":493},{"source":88,"target":494},{"source":88,"target":495},{"source":88,"target":496},{"source":88,"target":497},{"source":88,"target":498},{"source":88,"target":499},{"source":88,"target":500},{"source":88,"target":501},{"source":88,"target":502},{"source":88,"target":503},{"source":88,"target":504},{"source":493,"target":88},{"source":494,"target":88},{"source":495,"target":88},{"source":496,"target":88},{"source":497,"target":88},{"source":498,"target":88},{"source":499,"target":88},{"source":500,"target":88},{"source":501,"target":88},{"source":502,"target":88},{"source":503,"target":88},{"source":504,"target":88},{"source":89,"target":0},{"source":89,"target":505},{"source":505,"target":506},{"source":505,"target":89},{"source":90,"target":0},{"source":90,"target":507},{"source":507,"target":508},{"source":507,"target":90},{"source":91,"target":0},{"source":91,"target":10},{"source":91,"target":509},{"source":91,"target":510},{"source":509,"target":40},{"source":509,"target":511},{"source":509,"target":91},{"source":511,"target":40},{"source":510,"target":10},{"source":92,"target":0},{"source":92,"target":19},{"source":92,"target":512},{"source":92,"target":513},{"source":512,"target":20},{"source":512,"target":514},{"source":512,"target":92},{"source":514,"target":20},{"source":513,"target":19},{"source":93,"target":0},{"source":93,"target":31},{"source":93,"target":515},{"source":93,"target":516},{"source":93,"target":517},{"source":515,"target":518},{"source":515,"target":93},{"source":516,"target":32},{"source":516,"target":519},{"source":516,"target":93},{"source":519,"target":32},{"source":517,"target":31},{"source":94,"target":0},{"source":94,"target":32},{"source":94,"target":520},{"source":94,"target":521},{"source":520,"target":33},{"source":520,"target":522},{"source":520,"target":94},{"source":522,"target":33},{"source":521,"target":32},{"source":95,"target":0},{"source":95,"target":36},{"source":95,"target":523},{"source":95,"target":524},{"source":523,"target":37},{"source":523,"target":525},{"source":523,"target":95},{"source":525,"target":37},{"source":524,"target":36},{"source":96,"target":0},{"source":96,"target":37},{"source":96,"target":526},{"source":96,"target":527},{"source":526,"target":40},{"source":526,"target":528},{"source":526,"target":96},{"source":528,"target":40},{"source":527,"target":37},{"source":97,"target":0},{"source":97,"target":38},{"source":97,"target":529},{"source":97,"target":530},{"source":529,"target":40},{"source":529,"target":531},{"source":529,"target":97},{"source":531,"target":40},{"source":530,"target":38},{"source":98,"target":0},{"source":98,"target":58},{"source":98,"target":532},{"source":98,"target":533},{"source":532,"target":83},{"source":532,"target":534},{"source":532,"target":98},{"source":534,"target":83},{"source":533,"target":58},{"source":99,"target":0},{"source":99,"target":59},{"source":99,"target":535},{"source":535,"target":59},{"source":100,"target":0},{"source":100,"target":59},{"source":100,"target":536},{"source":536,"target":59},{"source":101,"target":0},{"source":101,"target":59},{"source":101,"target":537},{"source":537,"target":59},{"source":102,"target":0},{"source":102,"target":59},{"source":102,"target":538},{"source":538,"target":59},{"source":103,"target":0},{"source":103,"target":59},{"source":103,"target":539},{"source":539,"target":59},{"source":104,"target":0},{"source":104,"target":70},{"source":104,"target":540},{"source":104,"target":541},{"source":540,"target":71},{"source":540,"target":542},{"source":540,"target":104},{"source":542,"target":71},{"source":541,"target":70},{"source":105,"target":0},{"source":105,"target":73},{"source":105,"target":543},{"source":105,"target":544},{"source":543,"target":74},{"source":543,"target":545},{"source":543,"target":105},{"source":545,"target":74},{"source":544,"target":73},{"source":106,"target":0},{"source":106,"target":75},{"source":106,"target":546},{"source":106,"target":547},{"source":546,"target":76},{"source":546,"target":548},{"source":546,"target":106},{"source":548,"target":76},{"source":547,"target":75},{"source":107,"target":0},{"source":107,"target":85},{"source":107,"target":549},{"source":107,"target":550},{"source":549,"target":86},{"source":549,"target":551},{"source":549,"target":107},{"source":551,"target":86},{"source":550,"target":85}],"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="dsql" nsURI="dsql" nsPrefix="dsql">
<eAnnotations source="gmf"/>
<eClassifiers xsi:type="ecore:EClass" name="QueryDiagram">
<eAnnotations source="gmf.diagram">
<details key="onefile" value="true"/>
<details key="diagram.extension" value="dsql"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="queries" upperBound="-1"
eType="#//Query" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="links" upperBound="-1"
eType="#//Link" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logicalOperations" upperBound="-1"
eType="#//LogicalOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionalExpressions"
upperBound="-1" eType="#//ConditionalExpression" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Query">
<eAnnotations source="gmf.node">
<details key="resizable" value="false"/>
<details key="label" value="name"/>
<details key="label.icon" value="false"/>
<details key="border.width" value="1"/>
<details key="border.color" value="0,0,0"/>
<details key="margin" value="3"/>
<details key="figure" value="rectangle"/>
</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="limitOffset" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="limitRowCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="setQuantifier" eType="#//SetQuantifier"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="select" upperBound="-1"
eType="#//ColumnReference" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="from" upperBound="-1" eType="#//SourceAndExpression"
containment="true">
<eAnnotations source="gmf.compartment"/>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="whereHaving" eType="#//Expression"
containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ColumnReference" abstract="true">
<eAnnotations source="gmf.node">
<details key="resizable" value="false"/>
<details key="label" value="name"/>
<details key="label.icon" value="false"/>
<details key="border.width" value="1"/>
<details key="border.color" value="255,255,255"/>
<details key="margin" value="3"/>
<details key="figure" value="rectangle"/>
</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="groupOrder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sortOrder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sortSpecification" eType="#//SortSpecification"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="aggregationFunction" eType="#//AggregationFunction"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//Source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SourceAndExpression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Source" eSuperTypes="#//SubqueryTarget #//SourceAndExpression">
<eAnnotations source="gmf.node">
<details key="resizable" value="false"/>
<details key="label" value="name"/>
<details key="label.icon" value="false"/>
<details key="border.width" value="1"/>
<details key="border.color" value="255,255,255"/>
<details key="margin" value="3"/>
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//SourceType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//Operand #//SourceAndExpression #//ColumnReference"/>
<eClassifiers xsi:type="ecore:EClass" name="Operation" abstract="true" eSuperTypes="#//Expression">
<eAnnotations source="gmf.node">
<details key="label" value="operation"/>
<details key="border.color" value="0,0,0"/>
<details key="border.style" value="dash"/>
<details key="margin" value="3"/>
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="negation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operand" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Unary" eSuperTypes="#//Operation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="#//UnaryOp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand1" lowerBound="1"
eType="#//Operand" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Binary" eSuperTypes="#//Operation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="#//BinaryOp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand1" lowerBound="1"
eType="#//Operand" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand2" lowerBound="1"
eType="#//Operand" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Ternary" eSuperTypes="#//Operation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="#//TernaryOp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand1" lowerBound="1"
eType="#//Operand" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand2" lowerBound="1"
eType="#//Operand" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="operand3" lowerBound="1"
eType="#//Operand" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogicalOperation">
<eAnnotations source="gmf.node">
<details key="label" value="type"/>
<details key="resizable" value="false"/>
<details key="label.icon" value="false"/>
<details key="border.width" value="1"/>
<details key="border.color" value="0,0,0"/>
<details key="margin" value="3"/>
<details key="figure" value="rectangle"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//LogicalOperationType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="negation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expressions" lowerBound="1"
upperBound="-1" eType="#//Expression" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalExpressionSource" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionalExpressionLink"
lowerBound="1" eType="#//ConditionalExpressionLink" eOpposite="#//ConditionalExpressionLink/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" abstract="true">
<eAnnotations source="gmf.node">
<details key="label" value="label"/>
<details key="label.readOnly" value="true"/>
<details key="resizable" value="false"/>
<details key="label.icon" value="false"/>
<details key="border.width" value="1"/>
<details key="border.color" value="0,0,0"/>
<details key="margin" value="3"/>
<details key="figure" value="rectangle"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="When" eSuperTypes="#//ConditionalExpression #//ConditionalExpressionSource">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1"
eType="#//Expression" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1"
eType="#//Expression" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Else" eSuperTypes="#//ConditionalExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="result" lowerBound="1"
eType="#//Expression" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubqueryTarget" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="subqueryLinkTarget" lowerBound="1"
eType="#//SubqueryLink" eOpposite="#//SubqueryLink/target"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//SubqueryTarget #//ConditionalExpressionSource #//Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//ColumnType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="logicalLink" lowerBound="1"
eType="#//LogicalLink" eOpposite="#//LogicalLink/source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Link" abstract="true">
<eAnnotations source="gmf.link">
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="incoming" value="true"/>
<details key="color" value="0,0,0"/>
<details key="width" value="1"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetLink" eSuperTypes="#//Link">
<eAnnotations source="gmf.link">
<details key="style" value="dash"/>
<details key="target.decoration" value="filledclosedarrow"/>
<details key="label" value="setOperator"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="setQuantifier" eType="#//SetQuantifier"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="setOperator" eType="#//SetOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Query"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Query"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JoinLink" eSuperTypes="#//Link">
<eAnnotations source="gmf.link">
<details key="style" value="dash"/>
<details key="target.decoration" value="filledclosedarrow"/>
<details key="label" value="joinType"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="foreignKeyName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="joinType" eType="#//JoinType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Source"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Source"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JoinConditionLink" eSuperTypes="#//Link">
<eAnnotations source="gmf.link">
<details key="style" value="dash"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//JoinLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubqueryLink" eSuperTypes="#//Link">
<eAnnotations source="gmf.link">
<details key="style" value="solid"/>
<details key="label" value="operation"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="#//BinaryOp"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Query"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//SubqueryTarget" eOpposite="#//SubqueryTarget/subqueryLinkTarget"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LogicalLink" eSuperTypes="#//Link">
<eAnnotations source="gmf.link">
<details key="style" value="solid"/>
<details key="target.decoration" value="arrow"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Column" eOpposite="#//Column/logicalLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//LogicalOperation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalExpressionLink" eSuperTypes="#//Link">
<eAnnotations source="gmf.link">
<details key="style" value="solid"/>
<details key="target.decoration" value="closedarrow"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//ConditionalExpressionSource" eOpposite="#//ConditionalExpressionSource/conditionalExpressionLink"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//ConditionalExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SetOperator">
<eLiterals name="Intersect"/>
<eLiterals name="Union" value="1"/>
<eLiterals name="Except" value="2"/>
<eLiterals name="ExclusiveUnion" value="3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="JoinType">
<eLiterals name="Inner"/>
<eLiterals name="FullOuter" value="1"/>
<eLiterals name="LeftOuter" value="2"/>
<eLiterals name="RightOuter" value="3"/>
<eLiterals name="FullOuterExcluding" value="4"/>
<eLiterals name="LeftOuterExcluding" value="5"/>
<eLiterals name="RightOuterExcluding" value="6"/>
<eLiterals name="Semi" value="7"/>
<eLiterals name="Anti" value="8"/>
<eLiterals name="Division" value="9"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="LogicalOperationType">
<eLiterals name="And"/>
<eLiterals name="Or" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ColumnType">
<eLiterals name="Field"/>
<eLiterals name="Literal" value="1"/>
<eLiterals name="FreeExpression" value="2"/>
<eLiterals name="LogicalConnective" value="3"/>
<eLiterals name="ConditionalExpression" value="4"/>
<eLiterals name="Subquery" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SourceType">
<eLiterals name="Table"/>
<eLiterals name="Subquery" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SetQuantifier">
<eLiterals name="All"/>
<eLiterals name="Distinct" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="SortSpecification">
<eLiterals name="Ascending"/>
<eLiterals name="Descending" value="1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="AggregationFunction">
<eLiterals name="None"/>
<eLiterals name="AVG" value="1"/>
<eLiterals name="MAX" value="2"/>
<eLiterals name="MIN" value="3"/>
<eLiterals name="SUM" value="4"/>
<eLiterals name="COUNT" value="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="UnaryOp">
<eLiterals name="Exists"/>
<eLiterals name="IsNull" value="1"/>
<eLiterals name="Unique" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BinaryOp">
<eLiterals name="Equals"/>
<eLiterals name="NotEquals" value="1"/>
<eLiterals name="GreaterThan" value="2"/>
<eLiterals name="GreaterThanOrEquals" value="3"/>
<eLiterals name="LessThan" value="4"/>
<eLiterals name="LessThanOrEquals" value="5"/>
<eLiterals name="Addition" value="6"/>
<eLiterals name="Subtraction" value="7"/>
<eLiterals name="Multiplication" value="8"/>
<eLiterals name="Divison" value="9"/>
<eLiterals name="Concatenation" value="10"/>
<eLiterals name="In" value="11"/>
<eLiterals name="Like" value="12"/>
<eLiterals name="Similar" value="13"/>
<eLiterals name="Overlaps" value="14"/>
<eLiterals name="Any" value="15"/>
<eLiterals name="AnyEquals" value="16"/>
<eLiterals name="AnyNotEquals" value="17"/>
<eLiterals name="AnyGreaterThan" value="18"/>
<eLiterals name="AnyGreaterThanOrEquals" value="19"/>
<eLiterals name="AnyLessThan" value="20"/>
<eLiterals name="AnyLessThanOrEquals" value="21"/>
<eLiterals name="All" value="22"/>
<eLiterals name="AllEquals" value="23"/>
<eLiterals name="AllNotEquals" value="24"/>
<eLiterals name="AllGreaterThan" value="25"/>
<eLiterals name="AllGreaterThanOrEquals" value="26"/>
<eLiterals name="AllLessThan" value="27"/>
<eLiterals name="AllLessThanOrEquals" value="28"/>
<eLiterals name="None" value="99"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TernaryOp">
<eLiterals name="Between"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/edsonalves/dsql/br.ufpe.cin.dsql/backup2/dsql.ecore | ecore | dsql
QueryDiagram
dataSource
queries
links
logicalOperations
conditionalExpressions
Query
name
limitOffset
limitRowCount
setQuantifier
select
from
whereHaving
ColumnReference
name
groupOrder
sortOrder
alias
sortSpecification
aggregationFunction
table
SourceAndExpression
Source
type
name
alias
Expression
Operation
negation
Operand
Unary
operation
operand1
Binary
operation
operand1
operand2
Ternary
operation
operand1
operand2
operand3
LogicalOperation
type
negation
expressions
ConditionalExpressionSource
conditionalExpressionLink
ConditionalExpression
When
label
condition
result
Else
label
result
SubqueryTarget
subqueryLinkTarget
Column
type
logicalLink
Link
SetLink
setQuantifier
setOperator
source
target
JoinLink
foreignKeyName
joinType
source
target
JoinConditionLink
source
target
SubqueryLink
operation
source
target
LogicalLink
source
target
ConditionalExpressionLink
source
target
SetOperator
Intersect
Intersect
Union
Union
Except
Except
ExclusiveUnion
ExclusiveUnion
JoinType
Inner
Inner
FullOuter
FullOuter
LeftOuter
LeftOuter
RightOuter
RightOuter
FullOuterExcluding
FullOuterExcluding
LeftOuterExcluding
LeftOuterExcluding
RightOuterExcluding
RightOuterExcluding
Semi
Semi
Anti
Anti
Division
Division
LogicalOperationType
And
And
Or
Or
ColumnType
Field
Field
Literal
Literal
FreeExpression
FreeExpression
LogicalConnective
LogicalConnective
ConditionalExpression
ConditionalExpression
Subquery
Subquery
SourceType
Table
Table
Subquery
Subquery
SetQuantifier
All
All
Distinct
Distinct
SortSpecification
Ascending
Ascending
Descending
Descending
AggregationFunction
None
None
AVG
AVG
MAX
MAX
MIN
MIN
SUM
SUM
COUNT
COUNT
UnaryOp
Exists
Exists
IsNull
IsNull
Unique
Unique
BinaryOp
Equals
Equals
NotEquals
NotEquals
GreaterThan
GreaterThan
GreaterThanOrEquals
GreaterThanOrEquals
LessThan
LessThan
LessThanOrEquals
LessThanOrEquals
Addition
Addition
Subtraction
Subtraction
Multiplication
Multiplication
Divison
Divison
Concatenation
Concatenation
In
In
Like
Like
Similar
Similar
Overlaps
Overlaps
Any
Any
AnyEquals
AnyEquals
AnyNotEquals
AnyNotEquals
AnyGreaterThan
AnyGreaterThan
AnyGreaterThanOrEquals
AnyGreaterThanOrEquals
AnyLessThan
AnyLessThan
AnyLessThanOrEquals
AnyLessThanOrEquals
All
All
AllEquals
AllEquals
AllNotEquals
AllNotEquals
AllGreaterThan
AllGreaterThan
AllGreaterThanOrEquals
AllGreaterThanOrEquals
AllLessThan
AllLessThan
AllLessThanOrEquals
AllLessThanOrEquals
None
None
TernaryOp
Between
Between | null | {"directed":true,"nodes":[{"nsPrefix":"dsql","nsURI":"dsql","name":"dsql","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryDiagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Query","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnReference","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceAndExpression","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Source","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operand","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unary","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Binary","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ternary","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalOperation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpressionSource","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"When","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Else","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubqueryTarget","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetLink","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinLink","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinConditionLink","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubqueryLink","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalLink","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpressionLink","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SetOperator","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"JoinType","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LogicalOperationType","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ColumnType","instanceClass":null,"id":29,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SourceType","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SetQuantifier","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SortSpecification","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"AggregationFunction","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"UnaryOp","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BinaryOp","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TernaryOp","instanceClass":null,"id":36,"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":"dataSource","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":"queries","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":"links","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":true,"unsettable":false,"transient":false,"unique":true,"name":"logicalOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionalExpressions","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"},{"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":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":"limitOffset","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":"limitRowCount","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setQuantifier","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":"select","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":true,"unsettable":false,"transient":false,"unique":true,"name":"from","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":"whereHaving","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"},{"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,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"groupOrder","changeable":true,"lowerBound":0,"iD":false,"id":62,"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":"sortOrder","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":"alias","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sortSpecification","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aggregationFunction","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":false,"unsettable":false,"transient":false,"unique":true,"name":"table","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"},{"id":73,"eClass":"EGenericType"},{"id":74,"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":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":"name","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":"alias","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"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"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":"negation","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"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":"operand1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":94,"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":"operand1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"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":"operand2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":101,"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":"operand1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"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":"operand2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"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":"operand3","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"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":110,"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":"negation","changeable":true,"lowerBound":0,"iD":false,"id":111,"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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"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":"conditionalExpressionLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"id":117,"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":118,"derived":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":119,"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"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":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"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":127,"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":"result","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"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":"subqueryLinkTarget","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":134,"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":135,"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":"logicalLink","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":142,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setQuantifier","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setOperator","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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":145,"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":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"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":"foreignKeyName","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"joinType","changeable":true,"lowerBound":0,"iD":false,"id":153,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"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":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"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":161,"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":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":166,"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":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"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":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"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":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"name":"Intersect","id":180,"value":0,"literal":"Intersect","eClass":"EEnumLiteral"},{"name":"Union","id":181,"value":1,"literal":"Union","eClass":"EEnumLiteral"},{"name":"Except","id":182,"value":2,"literal":"Except","eClass":"EEnumLiteral"},{"name":"ExclusiveUnion","id":183,"value":3,"literal":"ExclusiveUnion","eClass":"EEnumLiteral"},{"name":"Inner","id":184,"value":0,"literal":"Inner","eClass":"EEnumLiteral"},{"name":"FullOuter","id":185,"value":1,"literal":"FullOuter","eClass":"EEnumLiteral"},{"name":"LeftOuter","id":186,"value":2,"literal":"LeftOuter","eClass":"EEnumLiteral"},{"name":"RightOuter","id":187,"value":3,"literal":"RightOuter","eClass":"EEnumLiteral"},{"name":"FullOuterExcluding","id":188,"value":4,"literal":"FullOuterExcluding","eClass":"EEnumLiteral"},{"name":"LeftOuterExcluding","id":189,"value":5,"literal":"LeftOuterExcluding","eClass":"EEnumLiteral"},{"name":"RightOuterExcluding","id":190,"value":6,"literal":"RightOuterExcluding","eClass":"EEnumLiteral"},{"name":"Semi","id":191,"value":7,"literal":"Semi","eClass":"EEnumLiteral"},{"name":"Anti","id":192,"value":8,"literal":"Anti","eClass":"EEnumLiteral"},{"name":"Division","id":193,"value":9,"literal":"Division","eClass":"EEnumLiteral"},{"name":"And","id":194,"value":0,"literal":"And","eClass":"EEnumLiteral"},{"name":"Or","id":195,"value":1,"literal":"Or","eClass":"EEnumLiteral"},{"name":"Field","id":196,"value":0,"literal":"Field","eClass":"EEnumLiteral"},{"name":"Literal","id":197,"value":1,"literal":"Literal","eClass":"EEnumLiteral"},{"name":"FreeExpression","id":198,"value":2,"literal":"FreeExpression","eClass":"EEnumLiteral"},{"name":"LogicalConnective","id":199,"value":3,"literal":"LogicalConnective","eClass":"EEnumLiteral"},{"name":"ConditionalExpression","id":200,"value":4,"literal":"ConditionalExpression","eClass":"EEnumLiteral"},{"name":"Subquery","id":201,"value":5,"literal":"Subquery","eClass":"EEnumLiteral"},{"name":"Table","id":202,"value":0,"literal":"Table","eClass":"EEnumLiteral"},{"name":"Subquery","id":203,"value":1,"literal":"Subquery","eClass":"EEnumLiteral"},{"name":"All","id":204,"value":0,"literal":"All","eClass":"EEnumLiteral"},{"name":"Distinct","id":205,"value":1,"literal":"Distinct","eClass":"EEnumLiteral"},{"name":"Ascending","id":206,"value":0,"literal":"Ascending","eClass":"EEnumLiteral"},{"name":"Descending","id":207,"value":1,"literal":"Descending","eClass":"EEnumLiteral"},{"name":"None","id":208,"value":0,"literal":"None","eClass":"EEnumLiteral"},{"name":"AVG","id":209,"value":1,"literal":"AVG","eClass":"EEnumLiteral"},{"name":"MAX","id":210,"value":2,"literal":"MAX","eClass":"EEnumLiteral"},{"name":"MIN","id":211,"value":3,"literal":"MIN","eClass":"EEnumLiteral"},{"name":"SUM","id":212,"value":4,"literal":"SUM","eClass":"EEnumLiteral"},{"name":"COUNT","id":213,"value":5,"literal":"COUNT","eClass":"EEnumLiteral"},{"name":"Exists","id":214,"value":0,"literal":"Exists","eClass":"EEnumLiteral"},{"name":"IsNull","id":215,"value":1,"literal":"IsNull","eClass":"EEnumLiteral"},{"name":"Unique","id":216,"value":2,"literal":"Unique","eClass":"EEnumLiteral"},{"name":"Equals","id":217,"value":0,"literal":"Equals","eClass":"EEnumLiteral"},{"name":"NotEquals","id":218,"value":1,"literal":"NotEquals","eClass":"EEnumLiteral"},{"name":"GreaterThan","id":219,"value":2,"literal":"GreaterThan","eClass":"EEnumLiteral"},{"name":"GreaterThanOrEquals","id":220,"value":3,"literal":"GreaterThanOrEquals","eClass":"EEnumLiteral"},{"name":"LessThan","id":221,"value":4,"literal":"LessThan","eClass":"EEnumLiteral"},{"name":"LessThanOrEquals","id":222,"value":5,"literal":"LessThanOrEquals","eClass":"EEnumLiteral"},{"name":"Addition","id":223,"value":6,"literal":"Addition","eClass":"EEnumLiteral"},{"name":"Subtraction","id":224,"value":7,"literal":"Subtraction","eClass":"EEnumLiteral"},{"name":"Multiplication","id":225,"value":8,"literal":"Multiplication","eClass":"EEnumLiteral"},{"name":"Divison","id":226,"value":9,"literal":"Divison","eClass":"EEnumLiteral"},{"name":"Concatenation","id":227,"value":10,"literal":"Concatenation","eClass":"EEnumLiteral"},{"name":"In","id":228,"value":11,"literal":"In","eClass":"EEnumLiteral"},{"name":"Like","id":229,"value":12,"literal":"Like","eClass":"EEnumLiteral"},{"name":"Similar","id":230,"value":13,"literal":"Similar","eClass":"EEnumLiteral"},{"name":"Overlaps","id":231,"value":14,"literal":"Overlaps","eClass":"EEnumLiteral"},{"name":"Any","id":232,"value":15,"literal":"Any","eClass":"EEnumLiteral"},{"name":"AnyEquals","id":233,"value":16,"literal":"AnyEquals","eClass":"EEnumLiteral"},{"name":"AnyNotEquals","id":234,"value":17,"literal":"AnyNotEquals","eClass":"EEnumLiteral"},{"name":"AnyGreaterThan","id":235,"value":18,"literal":"AnyGreaterThan","eClass":"EEnumLiteral"},{"name":"AnyGreaterThanOrEquals","id":236,"value":19,"literal":"AnyGreaterThanOrEquals","eClass":"EEnumLiteral"},{"name":"AnyLessThan","id":237,"value":20,"literal":"AnyLessThan","eClass":"EEnumLiteral"},{"name":"AnyLessThanOrEquals","id":238,"value":21,"literal":"AnyLessThanOrEquals","eClass":"EEnumLiteral"},{"name":"All","id":239,"value":22,"literal":"All","eClass":"EEnumLiteral"},{"name":"AllEquals","id":240,"value":23,"literal":"AllEquals","eClass":"EEnumLiteral"},{"name":"AllNotEquals","id":241,"value":24,"literal":"AllNotEquals","eClass":"EEnumLiteral"},{"name":"AllGreaterThan","id":242,"value":25,"literal":"AllGreaterThan","eClass":"EEnumLiteral"},{"name":"AllGreaterThanOrEquals","id":243,"value":26,"literal":"AllGreaterThanOrEquals","eClass":"EEnumLiteral"},{"name":"AllLessThan","id":244,"value":27,"literal":"AllLessThan","eClass":"EEnumLiteral"},{"name":"AllLessThanOrEquals","id":245,"value":28,"literal":"AllLessThanOrEquals","eClass":"EEnumLiteral"},{"name":"None","id":246,"value":99,"literal":"None","eClass":"EEnumLiteral"},{"name":"Between","id":247,"value":0,"literal":"Between","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":1,"target":0},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":37,"target":42},{"source":37,"target":1},{"source":38,"target":2},{"source":38,"target":43},{"source":38,"target":1},{"source":43,"target":2},{"source":39,"target":19},{"source":39,"target":44},{"source":39,"target":1},{"source":44,"target":19},{"source":40,"target":12},{"source":40,"target":45},{"source":40,"target":1},{"source":45,"target":12},{"source":41,"target":14},{"source":41,"target":46},{"source":41,"target":1},{"source":46,"target":14},{"source":2,"target":0},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":47,"target":54},{"source":47,"target":2},{"source":48,"target":55},{"source":48,"target":2},{"source":49,"target":56},{"source":49,"target":2},{"source":50,"target":31},{"source":50,"target":57},{"source":50,"target":2},{"source":57,"target":31},{"source":51,"target":3},{"source":51,"target":58},{"source":51,"target":2},{"source":58,"target":3},{"source":52,"target":4},{"source":52,"target":59},{"source":52,"target":2},{"source":59,"target":4},{"source":53,"target":6},{"source":53,"target":60},{"source":53,"target":2},{"source":60,"target":6},{"source":3,"target":0},{"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":61,"target":68},{"source":61,"target":3},{"source":62,"target":69},{"source":62,"target":3},{"source":63,"target":70},{"source":63,"target":3},{"source":64,"target":71},{"source":64,"target":3},{"source":65,"target":32},{"source":65,"target":72},{"source":65,"target":3},{"source":72,"target":32},{"source":66,"target":33},{"source":66,"target":73},{"source":66,"target":3},{"source":73,"target":33},{"source":67,"target":5},{"source":67,"target":74},{"source":67,"target":3},{"source":74,"target":5},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":17},{"source":5,"target":4},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":75,"target":30},{"source":75,"target":80},{"source":75,"target":5},{"source":80,"target":30},{"source":76,"target":81},{"source":76,"target":5},{"source":77,"target":82},{"source":77,"target":5},{"source":78,"target":17},{"source":79,"target":4},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":4},{"source":6,"target":3},{"source":6,"target":83},{"source":6,"target":84},{"source":6,"target":85},{"source":83,"target":8},{"source":84,"target":4},{"source":85,"target":3},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":86},{"source":7,"target":87},{"source":86,"target":88},{"source":86,"target":7},{"source":87,"target":6},{"source":8,"target":0},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":89},{"source":9,"target":90},{"source":9,"target":91},{"source":89,"target":34},{"source":89,"target":92},{"source":89,"target":9},{"source":92,"target":34},{"source":90,"target":8},{"source":90,"target":93},{"source":90,"target":9},{"source":93,"target":8},{"source":91,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":94,"target":35},{"source":94,"target":98},{"source":94,"target":10},{"source":98,"target":35},{"source":95,"target":8},{"source":95,"target":99},{"source":95,"target":10},{"source":99,"target":8},{"source":96,"target":8},{"source":96,"target":100},{"source":96,"target":10},{"source":100,"target":8},{"source":97,"target":7},{"source":11,"target":0},{"source":11,"target":7},{"source":11,"target":101},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":101,"target":36},{"source":101,"target":106},{"source":101,"target":11},{"source":106,"target":36},{"source":102,"target":8},{"source":102,"target":107},{"source":102,"target":11},{"source":107,"target":8},{"source":103,"target":8},{"source":103,"target":108},{"source":103,"target":11},{"source":108,"target":8},{"source":104,"target":8},{"source":104,"target":109},{"source":104,"target":11},{"source":109,"target":8},{"source":105,"target":7},{"source":12,"target":0},{"source":12,"target":110},{"source":12,"target":111},{"source":12,"target":112},{"source":110,"target":28},{"source":110,"target":113},{"source":110,"target":12},{"source":113,"target":28},{"source":111,"target":114},{"source":111,"target":12},{"source":112,"target":6},{"source":112,"target":115},{"source":112,"target":12},{"source":115,"target":6},{"source":13,"target":0},{"source":13,"target":116},{"source":116,"target":25},{"source":116,"target":117},{"source":116,"target":13},{"source":116,"target":118},{"source":117,"target":25},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":13},{"source":15,"target":119},{"source":15,"target":120},{"source":15,"target":121},{"source":15,"target":122},{"source":15,"target":123},{"source":119,"target":124},{"source":119,"target":15},{"source":120,"target":6},{"source":120,"target":125},{"source":120,"target":15},{"source":125,"target":6},{"source":121,"target":6},{"source":121,"target":126},{"source":121,"target":15},{"source":126,"target":6},{"source":122,"target":14},{"source":123,"target":13},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":127},{"source":16,"target":128},{"source":16,"target":129},{"source":127,"target":130},{"source":127,"target":16},{"source":128,"target":6},{"source":128,"target":131},{"source":128,"target":16},{"source":131,"target":6},{"source":129,"target":14},{"source":17,"target":0},{"source":17,"target":132},{"source":132,"target":23},{"source":132,"target":133},{"source":132,"target":17},{"source":132,"target":134},{"source":133,"target":23},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":13},{"source":18,"target":6},{"source":18,"target":135},{"source":18,"target":136},{"source":18,"target":137},{"source":18,"target":138},{"source":18,"target":139},{"source":135,"target":29},{"source":135,"target":140},{"source":135,"target":18},{"source":140,"target":29},{"source":136,"target":24},{"source":136,"target":141},{"source":136,"target":18},{"source":136,"target":142},{"source":141,"target":24},{"source":137,"target":17},{"source":138,"target":13},{"source":139,"target":6},{"source":19,"target":0},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":143},{"source":20,"target":144},{"source":20,"target":145},{"source":20,"target":146},{"source":20,"target":147},{"source":143,"target":31},{"source":143,"target":148},{"source":143,"target":20},{"source":148,"target":31},{"source":144,"target":26},{"source":144,"target":149},{"source":144,"target":20},{"source":149,"target":26},{"source":145,"target":2},{"source":145,"target":150},{"source":145,"target":20},{"source":150,"target":2},{"source":146,"target":2},{"source":146,"target":151},{"source":146,"target":20},{"source":151,"target":2},{"source":147,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":152},{"source":21,"target":153},{"source":21,"target":154},{"source":21,"target":155},{"source":21,"target":156},{"source":152,"target":157},{"source":152,"target":21},{"source":153,"target":27},{"source":153,"target":158},{"source":153,"target":21},{"source":158,"target":27},{"source":154,"target":5},{"source":154,"target":159},{"source":154,"target":21},{"source":159,"target":5},{"source":155,"target":5},{"source":155,"target":160},{"source":155,"target":21},{"source":160,"target":5},{"source":156,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":161},{"source":22,"target":162},{"source":22,"target":163},{"source":161,"target":21},{"source":161,"target":164},{"source":161,"target":22},{"source":164,"target":21},{"source":162,"target":6},{"source":162,"target":165},{"source":162,"target":22},{"source":165,"target":6},{"source":163,"target":19},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":166},{"source":23,"target":167},{"source":23,"target":134},{"source":23,"target":168},{"source":166,"target":35},{"source":166,"target":169},{"source":166,"target":23},{"source":169,"target":35},{"source":167,"target":2},{"source":167,"target":170},{"source":167,"target":23},{"source":170,"target":2},{"source":134,"target":17},{"source":134,"target":171},{"source":134,"target":23},{"source":134,"target":132},{"source":171,"target":17},{"source":168,"target":19},{"source":24,"target":0},{"source":24,"target":19},{"source":24,"target":142},{"source":24,"target":172},{"source":24,"target":173},{"source":142,"target":18},{"source":142,"target":174},{"source":142,"target":24},{"source":142,"target":136},{"source":174,"target":18},{"source":172,"target":12},{"source":172,"target":175},{"source":172,"target":24},{"source":175,"target":12},{"source":173,"target":19},{"source":25,"target":0},{"source":25,"target":19},{"source":25,"target":118},{"source":25,"target":176},{"source":25,"target":177},{"source":118,"target":13},{"source":118,"target":178},{"source":118,"target":25},{"source":118,"target":116},{"source":178,"target":13},{"source":176,"target":14},{"source":176,"target":179},{"source":176,"target":25},{"source":179,"target":14},{"source":177,"target":19},{"source":26,"target":0},{"source":26,"target":180},{"source":26,"target":181},{"source":26,"target":182},{"source":26,"target":183},{"source":180,"target":26},{"source":181,"target":26},{"source":182,"target":26},{"source":183,"target":26},{"source":27,"target":0},{"source":27,"target":184},{"source":27,"target":185},{"source":27,"target":186},{"source":27,"target":187},{"source":27,"target":188},{"source":27,"target":189},{"source":27,"target":190},{"source":27,"target":191},{"source":27,"target":192},{"source":27,"target":193},{"source":184,"target":27},{"source":185,"target":27},{"source":186,"target":27},{"source":187,"target":27},{"source":188,"target":27},{"source":189,"target":27},{"source":190,"target":27},{"source":191,"target":27},{"source":192,"target":27},{"source":193,"target":27},{"source":28,"target":0},{"source":28,"target":194},{"source":28,"target":195},{"source":194,"target":28},{"source":195,"target":28},{"source":29,"target":0},{"source":29,"target":196},{"source":29,"target":197},{"source":29,"target":198},{"source":29,"target":199},{"source":29,"target":200},{"source":29,"target":201},{"source":196,"target":29},{"source":197,"target":29},{"source":198,"target":29},{"source":199,"target":29},{"source":200,"target":29},{"source":201,"target":29},{"source":30,"target":0},{"source":30,"target":202},{"source":30,"target":203},{"source":202,"target":30},{"source":203,"target":30},{"source":31,"target":0},{"source":31,"target":204},{"source":31,"target":205},{"source":204,"target":31},{"source":205,"target":31},{"source":32,"target":0},{"source":32,"target":206},{"source":32,"target":207},{"source":206,"target":32},{"source":207,"target":32},{"source":33,"target":0},{"source":33,"target":208},{"source":33,"target":209},{"source":33,"target":210},{"source":33,"target":211},{"source":33,"target":212},{"source":33,"target":213},{"source":208,"target":33},{"source":209,"target":33},{"source":210,"target":33},{"source":211,"target":33},{"source":212,"target":33},{"source":213,"target":33},{"source":34,"target":0},{"source":34,"target":214},{"source":34,"target":215},{"source":34,"target":216},{"source":214,"target":34},{"source":215,"target":34},{"source":216,"target":34},{"source":35,"target":0},{"source":35,"target":217},{"source":35,"target":218},{"source":35,"target":219},{"source":35,"target":220},{"source":35,"target":221},{"source":35,"target":222},{"source":35,"target":223},{"source":35,"target":224},{"source":35,"target":225},{"source":35,"target":226},{"source":35,"target":227},{"source":35,"target":228},{"source":35,"target":229},{"source":35,"target":230},{"source":35,"target":231},{"source":35,"target":232},{"source":35,"target":233},{"source":35,"target":234},{"source":35,"target":235},{"source":35,"target":236},{"source":35,"target":237},{"source":35,"target":238},{"source":35,"target":239},{"source":35,"target":240},{"source":35,"target":241},{"source":35,"target":242},{"source":35,"target":243},{"source":35,"target":244},{"source":35,"target":245},{"source":35,"target":246},{"source":217,"target":35},{"source":218,"target":35},{"source":219,"target":35},{"source":220,"target":35},{"source":221,"target":35},{"source":222,"target":35},{"source":223,"target":35},{"source":224,"target":35},{"source":225,"target":35},{"source":226,"target":35},{"source":227,"target":35},{"source":228,"target":35},{"source":229,"target":35},{"source":230,"target":35},{"source":231,"target":35},{"source":232,"target":35},{"source":233,"target":35},{"source":234,"target":35},{"source":235,"target":35},{"source":236,"target":35},{"source":237,"target":35},{"source":238,"target":35},{"source":239,"target":35},{"source":240,"target":35},{"source":241,"target":35},{"source":242,"target":35},{"source":243,"target":35},{"source":244,"target":35},{"source":245,"target":35},{"source":246,"target":35},{"source":36,"target":0},{"source":36,"target":247},{"source":247,"target":36}],"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="smalluml" nsURI="http://www.univ-nantes.fr/smalluml" nsPrefix="smalluml">
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="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="Class" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="method" upperBound="-1"
eType="#//Method" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="super" eType="#//Class"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="String" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Integer" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Bool" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Real" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="UnlimitedNatural" eSuperTypes="#//Type"/>
<eClassifiers xsi:type="ecore:EClass" name="Method" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1"
eType="#//Parameter" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//Type"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//Type"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Relation" abstract="true" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Role" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Role" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="class" lowerBound="1" eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//Type #//NamedElement">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="values" ordered="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Composition" eSuperTypes="#//Relation"/>
<eClassifiers xsi:type="ecore:EClass" name="Reference" eSuperTypes="#//Relation"/>
<eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="member" upperBound="-1"
eType="#//NamedElement" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/orichalque/small_uml/SmallUML/model/smalluml.ecore | ecore | smalluml
NamedElement
name
Class
method
attribute
super
Attribute
type
Type
String
Integer
Bool
Real
UnlimitedNatural
Method
parameter
returnType
Parameter
type
Relation
source
target
Role
class
upperBound
lowerBound
Enumeration
values
Composition
Reference
Package
member | null | {"directed":true,"nodes":[{"nsPrefix":"smalluml","nsURI":"http://www.univ-nantes.fr/smalluml","name":"smalluml","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bool","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Real","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnlimitedNatural","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Composition","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":"Package","instanceClass":null,"abstract":false,"id":17,"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":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"container":false,"ordered":true,"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":20,"derived":false},{"container":false,"ordered":true,"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":21,"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":"super","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"},{"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":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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"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":40,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"source","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":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"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":"class","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"upperBound","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":"lowerBound","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":false,"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":55,"derived":false},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"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":18,"target":19},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":20,"target":10},{"source":20,"target":24},{"source":20,"target":2},{"source":24,"target":10},{"source":21,"target":3},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":3},{"source":22,"target":2},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":2},{"source":23,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":27},{"source":3,"target":28},{"source":27,"target":4},{"source":27,"target":29},{"source":27,"target":3},{"source":29,"target":4},{"source":28,"target":1},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":30},{"source":30,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":31},{"source":31,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":32},{"source":32,"target":4},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":33},{"source":33,"target":4},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":34},{"source":34,"target":4},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":35},{"source":10,"target":36},{"source":10,"target":37},{"source":35,"target":11},{"source":35,"target":38},{"source":35,"target":10},{"source":38,"target":11},{"source":36,"target":4},{"source":36,"target":39},{"source":36,"target":10},{"source":39,"target":4},{"source":37,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":40},{"source":11,"target":41},{"source":40,"target":4},{"source":40,"target":42},{"source":40,"target":11},{"source":42,"target":4},{"source":41,"target":1},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":43},{"source":12,"target":44},{"source":12,"target":45},{"source":43,"target":13},{"source":43,"target":46},{"source":43,"target":12},{"source":46,"target":13},{"source":44,"target":13},{"source":44,"target":47},{"source":44,"target":12},{"source":47,"target":13},{"source":45,"target":1},{"source":13,"target":0},{"source":13,"target":1},{"source":13,"target":48},{"source":13,"target":49},{"source":13,"target":50},{"source":13,"target":51},{"source":48,"target":2},{"source":48,"target":52},{"source":48,"target":13},{"source":52,"target":2},{"source":49,"target":53},{"source":49,"target":13},{"source":50,"target":54},{"source":50,"target":13},{"source":51,"target":1},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":1},{"source":14,"target":55},{"source":14,"target":56},{"source":14,"target":57},{"source":55,"target":58},{"source":55,"target":14},{"source":56,"target":4},{"source":57,"target":1},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":59},{"source":59,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":60},{"source":60,"target":12},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":61},{"source":17,"target":62},{"source":61,"target":1},{"source":61,"target":63},{"source":61,"target":17},{"source":63,"target":1},{"source":62,"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="franca" nsURI="http://core.franca.org" nsPrefix="franca">
<eClassifiers xsi:type="ecore:EClass" name="FModel">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The root class of a Franca model.
It contains a list of interfaces and a set of type collections.
Other Franca models might be referenced by the 'imports' attribute.
The name of a Franca model is the package declaration. "/>
</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="imports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interfaces" upperBound="-1"
eType="#//FInterface" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeCollections" upperBound="-1"
eType="#//FTypeCollection" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An import declaration.
It defines a namespace from some Franca resource, which
should be imported. All elements from other Franca models
referenced by this model should be member of some
imported Franca model.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importedNamespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FTypeCollection" eSuperTypes="#//FModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A collection of Franca type definitions.
The type collection is named and should be versioned (optional).
Types defined by a FTypeCollection can be referenced from
other FTypeCollections and FInterfaces.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="#//FVersion"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//FType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="constants" upperBound="-1"
eType="#//FConstantDef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FInterface" eSuperTypes="#//FTypeCollection">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a Franca interface definition.
Interfaces are named and should be versioned (optional).
Types defined as part of this interface can not be referenced
by other FTypeCollections and FInterfaces. This type visibility
differs from the types defined as part of FTypeCollections.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//FAttribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1"
eType="#//FMethod" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="broadcasts" upperBound="-1"
eType="#//FBroadcast" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="contract" eType="#//FContract"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//FInterface"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="managedInterfaces" upperBound="-1"
eType="#//FInterface"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FMethod" eSuperTypes="#//FModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The definition of a Franca method as part of an FInterface.
Methods without out arguments might have be flagged as
'fireAndForget'. See the Franca IDL chapter in the Franca
User Guide for very detailed information on method semantics.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fireAndForget" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inArgs" upperBound="-1"
eType="#//FArgument" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outArgs" upperBound="-1"
eType="#//FArgument" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorEnum" eType="#//FEnumerationType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errors" eType="#//FEnumerationType"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selector" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="errorComment" eType="#//FAnnotationBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FBroadcast" eSuperTypes="#//FModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The definition of a Franca broadcast as part of an FInterface.
See the Franca IDL chapter in the Franca User Guide for very
detailed information on broadcast semantics.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="outArgs" upperBound="-1"
eType="#//FArgument" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="selector" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FAttribute" eSuperTypes="#//FTypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The definition of a Franca attribute as part of an FInterface.
See the Franca IDL chapter in the Franca User Guide for very
detailed information on attribute semantics and the flags
which can be set for attributes.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="readonly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="noSubscriptions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FArgument" eSuperTypes="#//FTypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents an argument (aka parameter) for
a FMethod or FBroadcast. For methods, this might be
an input or output argument. For FBroadcasts, there are only
output arguments (i.e., from server to client).
"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FType" abstract="true" eSuperTypes="#//FModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the base class for all user-defined Franca types.
It will never be instantiated directly."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="public" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FModelElement" 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="comment" eType="#//FAnnotationBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FVersion">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The version of this interface or type collection.
It is defined according to the Apache major/minor scheme for interfaces.
I.e., a change in the major number indicates a non-compatible change.
It is mandatory to define both major and minor numbers."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="major" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="minor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FBasicTypeId">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This enum represents the basic types available in Franca IDL.
See section ref:FIDL_PrimitiveTypes[Primitive types] in the
Franca User Guide for a list of available primitive types and their semantics.
"/>
</eAnnotations>
<eLiterals name="undefined" literal="undefined"/>
<eLiterals name="Int8" value="1" literal="Int8"/>
<eLiterals name="UInt8" value="2" literal="UInt8"/>
<eLiterals name="Int16" value="3" literal="Int16"/>
<eLiterals name="UInt16" value="4" literal="UInt16"/>
<eLiterals name="Int32" value="5" literal="Int32"/>
<eLiterals name="UInt32" value="6" literal="UInt32"/>
<eLiterals name="Int64" value="7" literal="Int64"/>
<eLiterals name="UInt64" value="8" literal="UInt64"/>
<eLiterals name="Boolean" value="9" literal="Boolean"/>
<eLiterals name="String" value="10" literal="String"/>
<eLiterals name="Float" value="11" literal="Float"/>
<eLiterals name="Double" value="12" literal="Double"/>
<eLiterals name="ByteBuffer" value="13" literal="ByteBuffer"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FArrayType" eSuperTypes="#//FType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents an array type in Franca.
The array type is used for defining an explicitly named type
which represents an array of a given element type."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elementType" lowerBound="1"
eType="#//FTypeRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FCompoundType" abstract="true" eSuperTypes="#//FType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents all kinds of compound types in Franca, i.e., struct and union types.
A compound type has a list of fields; each field is itself specified by its type.
Thus, nested compounds can be created.
The ordering of fields in the compound is relevant. E.g., serialization code
generated from a Franca interface must take into account the order of the fields.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//FField" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FTypeDef" eSuperTypes="#//FType">
<eStructuralFeatures xsi:type="ecore:EReference" name="actualType" lowerBound="1"
eType="#//FTypeRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FTypedElement" abstract="true" eSuperTypes="#//FEvaluableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//FTypeRef"
containment="true"/>
<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="FEvaluableElement" eSuperTypes="#//FModelElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FVariable" eSuperTypes="#//FTypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FStructType" eSuperTypes="#//FCompoundType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a struct type in Franca. See its base class
ref:FrancaModelAPIReference_FCompoundType[FCompoundType]
for a detailed description."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//FStructType"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="polymorphic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FEnumerator" eSuperTypes="#//FEvaluableElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//FExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FEnumerationType" eSuperTypes="#//FType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents an enumeration type. The enumeration will contain
a list of e[enumerators]. It can be derived from a base enumeration."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerators" upperBound="-1"
eType="#//FEnumerator" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//FEnumerationType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FMapType" eSuperTypes="#//FType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The Franca map type (sometimes "map" is also called "dictionary").
This is a collection type which maps objects of a e[key] type to objects
of a e[value] type in constant time."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="keyType" lowerBound="1"
eType="#//FTypeRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="valueType" lowerBound="1"
eType="#//FTypeRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FTypeRef">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class is a reference to some Franca type.
It may be either a ref:FIDL_PrimitiveTypes[primitive
type] (property e[predefined] or a derived type (e.g., struct, array, map).
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predefined" eType="#//FBasicTypeId"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="derived" eType="#//FType"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="interval" eType="#//FIntegerInterval"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FConstantDef" eSuperTypes="#//FTypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the definition of a constant
as part of a Franca interface or type collection. Note that the 
types available for the constant definition are 
all types which are accessible from this interface."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//FInitializerExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FInitializerExpression" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="FInitializer" eSuperTypes="#//FInitializerExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="FCompoundInitializer" eSuperTypes="#//FInitializer">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The initializer for an object of a struct type."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//FFieldInitializer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FFieldInitializer">
<eStructuralFeatures xsi:type="ecore:EReference" name="element" lowerBound="1"
eType="#//FField"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//FInitializerExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FBracketInitializer" eSuperTypes="#//FInitializer">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//FElementInitializer" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FElementInitializer">
<eStructuralFeatures xsi:type="ecore:EReference" name="first" lowerBound="1" eType="#//FInitializerExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="second" eType="#//FInitializerExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FAnnotationType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This enum represents the type of a structured comment (i.e., the tag starting with a '@').
"/>
</eAnnotations>
<eLiterals name="description" value="1" literal="@description"/>
<eLiterals name="author" value="2" literal="@author"/>
<eLiterals name="experimental" value="3" literal="@experimental"/>
<eLiterals name="deprecated" value="4" literal="@deprecated"/>
<eLiterals name="see" value="5" literal="@see"/>
<eLiterals name="param" value="6" literal="@param"/>
<eLiterals name="high_volume" value="8" literal="@high-volume"/>
<eLiterals name="high_frequency" value="9" literal="@high-frequency"/>
<eLiterals name="source_uri" value="10" literal="@source-uri"/>
<eLiterals name="source_alias" value="11" literal="@source-alias"/>
<eLiterals name="details" value="12" literal="@details"/>
<eLiterals name="return" value="13" literal="@return"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FOperator">
<eLiterals name="Or" literal="||"/>
<eLiterals name="Equal" value="1" literal="=="/>
<eLiterals name="Unequal" value="2" literal="!="/>
<eLiterals name="And" value="3" literal="&&"/>
<eLiterals name="Smaller" value="4" literal="<"/>
<eLiterals name="SmallerOrEqual" value="5" literal="<="/>
<eLiterals name="GreaterOrEqual" value="6" literal=">="/>
<eLiterals name="Greater" value="7" literal=">"/>
<eLiterals name="addition" value="8" literal="+"/>
<eLiterals name="subtraction" value="9" literal="-"/>
<eLiterals name="multiplication" value="10" literal="*"/>
<eLiterals name="division" value="11" literal="/"/>
<eLiterals name="negation" value="12" literal="!"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FAnnotation">
<eOperations name="getType" eType="#//FAnnotationType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return FAnnotationAuxImpl.getType(rawText);"/>
</eAnnotations>
</eOperations>
<eOperations name="getComment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="return FAnnotationAuxImpl.getComment(rawText);"/>
</eAnnotations>
</eOperations>
<eOperations name="setType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="FAnnotationAuxImpl.setType(this, type);"/>
</eAnnotations>
<eParameters name="type" eType="#//FAnnotationType"/>
</eOperations>
<eOperations name="setComment">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="body" value="FAnnotationAuxImpl.setComment(this, comment);"/>
</eAnnotations>
<eParameters name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="rawText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FAnnotationBlock">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a structured comment.
It is used by many of the elements of the Franca IDL model.
A structured comment consists of a list of elements with one tagged comment each.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="#//FAnnotation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FContract">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The contract for a Franca interface.
The contract specifies the dynamic behaviour of the interface.
It consists of a PSM (short for: Protocol State Machine) and
an optional set of state variables."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateGraph" lowerBound="1"
eType="#//FStateGraph" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//FDeclaration" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FDeclaration" eSuperTypes="#//FTypedElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents the definition of a state variable
as part of a Franca interface contract. Note that the 
types available for the state variable definition are 
all types which are accessible from this interface."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" eType="#//FInitializerExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FStateGraph">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="A state graph specifying the interface's dynamic behavior. The state graph is flat
(i.e., non-hierarchical) and consists of a set of states, which are linked by transitions.
One of the states in the set is specified as e[initial]. I.e., this is the initial state of the interface."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" lowerBound="1"
eType="#//FState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1"
eType="#//FState" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FState" eSuperTypes="#//FModelElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a single state as member of a 
ref:FrancaModelAPIReference_FStateGraph[FStateGraph].
The state contains a list of its outgoing transitions. 
The target state of each transition is contained in that transition."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="#//FTransition" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FTransition">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a single transition as part of a 
ref:FrancaModelAPIReference_FStateGraph[FStateGraph].
The transition references its target state by property e[to]. 
It doesn't reference its source state; instead, the source state contains
the list of its outgoing transitions.
The transition defines a e[trigger], which specifies some event which
can occur during runtime. It also defines a e[guard] condition.
If the trigger event occurs, the guard condition will be checked (if any).
Depending on this check the transition will be executed.
Finally, a transition has some e[action], which will be executed
each time when the transition fires."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="trigger" lowerBound="1"
eType="#//FTrigger" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="guard" eType="#//FGuard"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//FState"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//FBlock"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FTrigger">
<eStructuralFeatures xsi:type="ecore:EReference" name="event" lowerBound="1" eType="#//FEventOnIf"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FEventOnIf">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a communication event,
which basically corresponds to a message on the interface.
Exactly one of its properties should be set, all other should be zero.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="call" eType="#//FMethod"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="respond" eType="#//FMethod"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signal" eType="#//FBroadcast"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//FAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="update" eType="#//FAttribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="error" eType="#//FMethod"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FGuard">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//FExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FUnionType" eSuperTypes="#//FCompoundType">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents a union type in Franca. See its base class
ref:FrancaModelAPIReference_FCompoundType[FCompoundType]
for a detailed description."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="base" eType="#//FUnionType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FField" eSuperTypes="#//FTypedElement"/>
<eClassifiers xsi:type="ecore:EClass" name="FBlock" eSuperTypes="#//FStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1"
eType="#//FStatement" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FAssignment" eSuperTypes="#//FStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="lhs" lowerBound="1" eType="#//FQualifiedElementRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rhs" lowerBound="1" eType="#//FExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FExpression" abstract="true" eSuperTypes="#//FInitializerExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the common base class for all expressions of
the Franca contract action language.
The FExpression class will never be instantiated.
"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FStatement" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="FQualifiedElementRef" eSuperTypes="#//FExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="TODO: update

This class is a reference to some ref:FrancaModelAPIReference_FTypedElement[FTypedElement].
If the referenced element is no compound type (i.e., struct or union), only the e[element] property
will be used. The e[target] and e[field] properties will be null. If a field of a compound type is referenced,
the e[field] property will point to the ref:FrancaModelAPIReference_FField[FField] object. 
If the compound type is nested, the e[target] property will reference the next outer level
(which is itself a compound referenced by a ref:FrancaModelAPIReference_FTypedElementRef[FTypedElementRef]. 
This might be chained in order to specify a reference to a deeply nested compound element.
"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//FEvaluableElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//FQualifiedElementRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="field" eType="#//FField"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FMethodErrorEnumRef" eSuperTypes="#//FExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="enumerator" eType="#//FEnumerator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FCurrentError" eSuperTypes="#//FExpression"/>
<eClassifiers xsi:type="ecore:EClass" name="FConstant" abstract="true" eSuperTypes="#//FExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This is the common base class for all kinds of
constants in the Franca contract action language.
The most important types are integers, booleans and strings."/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FIntegerConstant" eSuperTypes="#//FConstant">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents integer constants in the Franca contract action language."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FDoubleConstant" eSuperTypes="#//FConstant">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDoubleObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FFloatConstant" eSuperTypes="#//FConstant">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FBooleanConstant" eSuperTypes="#//FConstant">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents boolean constants in the Franca contract action language."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FStringConstant" eSuperTypes="#//FConstant">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="This class represents strings constants in the Franca contract action language."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="val" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FOperation" abstract="true" eSuperTypes="#//FExpression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="op" lowerBound="1" eType="#//FOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FBinaryOperation" eSuperTypes="#//FOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//FExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//FExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FUnaryOperation" eSuperTypes="#//FOperation">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" eType="#//FExpression"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FIfStatement" eSuperTypes="#//FStatement">
<eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//FExpression"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//FStatement"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//FStatement"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FIntegerInterval" eSuperTypes="#//FType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/>
</eClassifiers>
</ecore:EPackage> | github:ecore:/data/mbeddr/mbeddr.core/code/languages/com.mbeddr.mpsutil/tests/test.com.mbeddr.mpsutil.ecoreimporter.runtime/test_Ecore_Files/franca.ecore | ecore | franca
FModel
name
imports
interfaces
typeCollections
Import
importedNamespace
importURI
FTypeCollection
version
types
constants
FInterface
attributes
methods
broadcasts
contract
base
managedInterfaces
FMethod
fireAndForget
inArgs
outArgs
errorEnum
errors
selector
errorComment
FBroadcast
outArgs
selective
selector
FAttribute
readonly
noSubscriptions
FArgument
FType
public
FModelElement
name
comment
FVersion
major
minor
FBasicTypeId
undefined
undefined
Int8
Int8
UInt8
UInt8
Int16
Int16
UInt16
UInt16
Int32
Int32
UInt32
UInt32
Int64
Int64
UInt64
UInt64
Boolean
Boolean
String
String
Float
Float
Double
Double
ByteBuffer
ByteBuffer
FArrayType
elementType
FCompoundType
elements
FTypeDef
actualType
FTypedElement
type
array
FEvaluableElement
FVariable
FStructType
base
polymorphic
FEnumerator
value
FEnumerationType
enumerators
base
FMapType
keyType
valueType
FTypeRef
predefined
derived
interval
FConstantDef
rhs
FInitializerExpression
FInitializer
FCompoundInitializer
elements
FFieldInitializer
element
value
FBracketInitializer
elements
FElementInitializer
first
second
FAnnotationType
description
@description
author
@author
experimental
@experimental
deprecated
@deprecated
see
@see
param
@param
high_volume
@high-volume
high_frequency
@high-frequency
source_uri
@source-uri
source_alias
@source-alias
details
@details
return
@return
FOperator
Or
||
Equal
==
Unequal
!=
And
&&
Smaller
<
SmallerOrEqual
<=
GreaterOrEqual
>=
Greater
>
addition
+
subtraction
-
multiplication
*
division
/
negation
!
FAnnotation
getType
getComment
setType
type
setComment
comment
rawText
FAnnotationBlock
elements
FContract
stateGraph
variables
FDeclaration
rhs
FStateGraph
initial
states
FState
transitions
FTransition
trigger
guard
to
action
FTrigger
event
FEventOnIf
call
respond
signal
set
update
error
FGuard
condition
FUnionType
base
FField
FBlock
statements
FAssignment
lhs
rhs
FExpression
FStatement
FQualifiedElementRef
element
qualifier
field
FMethodErrorEnumRef
enumerator
FCurrentError
FConstant
FIntegerConstant
val
FDoubleConstant
val
FFloatConstant
val
FBooleanConstant
val
FStringConstant
val
FOperation
op
FBinaryOperation
left
right
FUnaryOperation
operand
FIfStatement
condition
then
else
FIntegerInterval
lowerBound
upperBound | null | {"directed":true,"nodes":[{"nsPrefix":"franca","nsURI":"http://core.franca.org","name":"franca","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTypeCollection","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FInterface","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMethod","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FBroadcast","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FAttribute","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FArgument","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FType","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FModelElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FVersion","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FBasicTypeId","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FArrayType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FCompoundType","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTypeDef","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTypedElement","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FEvaluableElement","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FVariable","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FStructType","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FEnumerator","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FEnumerationType","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMapType","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTypeRef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FConstantDef","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FInitializerExpression","instanceClass":null,"abstract":true,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FInitializer","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FCompoundInitializer","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FFieldInitializer","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FBracketInitializer","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FElementInitializer","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FAnnotationType","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FOperator","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FAnnotation","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FAnnotationBlock","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FContract","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FStateGraph","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FState","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTransition","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTrigger","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FEventOnIf","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FGuard","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FUnionType","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FField","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FBlock","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FAssignment","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FExpression","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FStatement","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FQualifiedElementRef","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMethodErrorEnumRef","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FCurrentError","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FConstant","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FIntegerConstant","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FDoubleConstant","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FFloatConstant","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FBooleanConstant","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FStringConstant","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FOperation","instanceClass":null,"abstract":true,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FBinaryOperation","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FUnaryOperation","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FIfStatement","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FIntegerInterval","instanceClass":null,"abstract":false,"id":62,"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":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":"imports","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":"interfaces","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":true,"unsettable":false,"transient":false,"unique":true,"name":"typeCollections","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"},{"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":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":"importURI","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","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":"types","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":"constants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"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":"attributes","changeable":true,"resolveProxies":true,"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":"methods","changeable":true,"resolveProxies":true,"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":"broadcasts","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":"contract","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"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":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"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":"managedInterfaces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fireAndForget","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"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":"errorEnum","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"errors","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"selector","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":true,"unsettable":false,"transient":false,"unique":true,"name":"errorComment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":110,"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":"selective","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"selector","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"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":"readonly","changeable":true,"lowerBound":0,"iD":false,"id":117,"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":"noSubscriptions","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"public","changeable":true,"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"comment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"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":"major","changeable":true,"lowerBound":1,"iD":false,"id":130,"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":"minor","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"name":"undefined","id":134,"value":0,"literal":"undefined","eClass":"EEnumLiteral"},{"name":"Int8","id":135,"value":1,"literal":"Int8","eClass":"EEnumLiteral"},{"name":"UInt8","id":136,"value":2,"literal":"UInt8","eClass":"EEnumLiteral"},{"name":"Int16","id":137,"value":3,"literal":"Int16","eClass":"EEnumLiteral"},{"name":"UInt16","id":138,"value":4,"literal":"UInt16","eClass":"EEnumLiteral"},{"name":"Int32","id":139,"value":5,"literal":"Int32","eClass":"EEnumLiteral"},{"name":"UInt32","id":140,"value":6,"literal":"UInt32","eClass":"EEnumLiteral"},{"name":"Int64","id":141,"value":7,"literal":"Int64","eClass":"EEnumLiteral"},{"name":"UInt64","id":142,"value":8,"literal":"UInt64","eClass":"EEnumLiteral"},{"name":"Boolean","id":143,"value":9,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"String","id":144,"value":10,"literal":"String","eClass":"EEnumLiteral"},{"name":"Float","id":145,"value":11,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Double","id":146,"value":12,"literal":"Double","eClass":"EEnumLiteral"},{"name":"ByteBuffer","id":147,"value":13,"literal":"ByteBuffer","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":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"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":"actualType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"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":157,"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":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"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":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"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":"polymorphic","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"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":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumerators","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"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":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"keyType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":177,"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":"valueType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predefined","changeable":true,"lowerBound":0,"iD":false,"id":182,"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":"derived","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interval","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"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":195,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":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":199,"derived":false},{"id":200,"eClass":"EGenericType"},{"id":201,"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":"first","changeable":true,"resolveProxies":true,"lowerBound":1,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"second","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"name":"description","id":206,"value":1,"literal":"@description","eClass":"EEnumLiteral"},{"name":"author","id":207,"value":2,"literal":"@author","eClass":"EEnumLiteral"},{"name":"experimental","id":208,"value":3,"literal":"@experimental","eClass":"EEnumLiteral"},{"name":"deprecated","id":209,"value":4,"literal":"@deprecated","eClass":"EEnumLiteral"},{"name":"see","id":210,"value":5,"literal":"@see","eClass":"EEnumLiteral"},{"name":"param","id":211,"value":6,"literal":"@param","eClass":"EEnumLiteral"},{"name":"high_volume","id":212,"value":8,"literal":"@high-volume","eClass":"EEnumLiteral"},{"name":"high_frequency","id":213,"value":9,"literal":"@high-frequency","eClass":"EEnumLiteral"},{"name":"source_uri","id":214,"value":10,"literal":"@source-uri","eClass":"EEnumLiteral"},{"name":"source_alias","id":215,"value":11,"literal":"@source-alias","eClass":"EEnumLiteral"},{"name":"details","id":216,"value":12,"literal":"@details","eClass":"EEnumLiteral"},{"name":"return","id":217,"value":13,"literal":"@return","eClass":"EEnumLiteral"},{"name":"Or","id":218,"value":0,"literal":"||","eClass":"EEnumLiteral"},{"name":"Equal","id":219,"value":1,"literal":"==","eClass":"EEnumLiteral"},{"name":"Unequal","id":220,"value":2,"literal":"!=","eClass":"EEnumLiteral"},{"name":"And","id":221,"value":3,"literal":"&&","eClass":"EEnumLiteral"},{"name":"Smaller","id":222,"value":4,"literal":"<","eClass":"EEnumLiteral"},{"name":"SmallerOrEqual","id":223,"value":5,"literal":"<=","eClass":"EEnumLiteral"},{"name":"GreaterOrEqual","id":224,"value":6,"literal":">=","eClass":"EEnumLiteral"},{"name":"Greater","id":225,"value":7,"literal":">","eClass":"EEnumLiteral"},{"name":"addition","id":226,"value":8,"literal":"+","eClass":"EEnumLiteral"},{"name":"subtraction","id":227,"value":9,"literal":"-","eClass":"EEnumLiteral"},{"name":"multiplication","id":228,"value":10,"literal":"*","eClass":"EEnumLiteral"},{"name":"division","id":229,"value":11,"literal":"/","eClass":"EEnumLiteral"},{"name":"negation","id":230,"value":12,"literal":"!","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getType","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getComment","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setType","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setComment","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":"rawText","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"type","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EParameter"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"comment","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EParameter"},{"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":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":243,"derived":false},{"id":244,"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":"stateGraph","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"container":false,"ordered":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":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"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":"rhs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"id":250,"eClass":"EGenericType"},{"id":251,"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":"initial","changeable":true,"resolveProxies":true,"lowerBound":1,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"eClass":"EGenericType"},{"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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"trigger","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"guard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"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":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"action","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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"event","changeable":true,"resolveProxies":true,"lowerBound":1,"id":267,"derived":false},{"id":268,"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":"call","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"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":"respond","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"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":"signal","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":false,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"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":"update","changeable":true,"resolveProxies":true,"lowerBound":0,"id":273,"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":"error","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"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":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":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":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"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":290,"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":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"qualifier","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":false,"unsettable":false,"transient":false,"unique":true,"name":"field","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"},{"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":"enumerator","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":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":1,"iD":false,"id":308,"derived":false},{"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":"val","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"id":313,"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":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"id":316,"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":"val","changeable":true,"lowerBound":1,"iD":false,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"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":"val","changeable":true,"lowerBound":1,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":1,"iD":false,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"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":326,"derived":false},{"container":false,"ordered":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":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"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":331,"derived":false},{"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":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":334,"derived":false},{"container":false,"ordered":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":335,"derived":false},{"container":false,"ordered":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":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"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":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"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":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"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":1,"target":0},{"source":1,"target":63},{"source":1,"target":64},{"source":1,"target":65},{"source":1,"target":66},{"source":63,"target":67},{"source":63,"target":1},{"source":64,"target":2},{"source":64,"target":68},{"source":64,"target":1},{"source":68,"target":2},{"source":65,"target":4},{"source":65,"target":69},{"source":65,"target":1},{"source":69,"target":4},{"source":66,"target":3},{"source":66,"target":70},{"source":66,"target":1},{"source":70,"target":3},{"source":2,"target":0},{"source":2,"target":71},{"source":2,"target":72},{"source":71,"target":73},{"source":71,"target":2},{"source":72,"target":74},{"source":72,"target":2},{"source":3,"target":0},{"source":3,"target":10},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":75,"target":11},{"source":75,"target":79},{"source":75,"target":3},{"source":79,"target":11},{"source":76,"target":9},{"source":76,"target":80},{"source":76,"target":3},{"source":80,"target":9},{"source":77,"target":24},{"source":77,"target":81},{"source":77,"target":3},{"source":81,"target":24},{"source":78,"target":10},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":82},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":4,"target":88},{"source":82,"target":7},{"source":82,"target":89},{"source":82,"target":4},{"source":89,"target":7},{"source":83,"target":5},{"source":83,"target":90},{"source":83,"target":4},{"source":90,"target":5},{"source":84,"target":6},{"source":84,"target":91},{"source":84,"target":4},{"source":91,"target":6},{"source":85,"target":35},{"source":85,"target":92},{"source":85,"target":4},{"source":92,"target":35},{"source":86,"target":4},{"source":86,"target":93},{"source":86,"target":4},{"source":93,"target":4},{"source":87,"target":4},{"source":87,"target":94},{"source":87,"target":4},{"source":94,"target":4},{"source":88,"target":3},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":95},{"source":5,"target":96},{"source":5,"target":97},{"source":5,"target":98},{"source":5,"target":99},{"source":5,"target":100},{"source":5,"target":101},{"source":5,"target":102},{"source":95,"target":103},{"source":95,"target":5},{"source":96,"target":8},{"source":96,"target":104},{"source":96,"target":5},{"source":104,"target":8},{"source":97,"target":8},{"source":97,"target":105},{"source":97,"target":5},{"source":105,"target":8},{"source":98,"target":21},{"source":98,"target":106},{"source":98,"target":5},{"source":106,"target":21},{"source":99,"target":21},{"source":99,"target":107},{"source":99,"target":5},{"source":107,"target":21},{"source":100,"target":108},{"source":100,"target":5},{"source":101,"target":34},{"source":101,"target":109},{"source":101,"target":5},{"source":109,"target":34},{"source":102,"target":10},{"source":6,"target":0},{"source":6,"target":10},{"source":6,"target":110},{"source":6,"target":111},{"source":6,"target":112},{"source":6,"target":113},{"source":110,"target":8},{"source":110,"target":114},{"source":110,"target":6},{"source":114,"target":8},{"source":111,"target":115},{"source":111,"target":6},{"source":112,"target":116},{"source":112,"target":6},{"source":113,"target":10},{"source":7,"target":0},{"source":7,"target":16},{"source":7,"target":117},{"source":7,"target":118},{"source":7,"target":119},{"source":117,"target":120},{"source":117,"target":7},{"source":118,"target":121},{"source":118,"target":7},{"source":119,"target":16},{"source":8,"target":0},{"source":8,"target":16},{"source":8,"target":122},{"source":122,"target":16},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":123},{"source":9,"target":124},{"source":123,"target":125},{"source":123,"target":9},{"source":124,"target":10},{"source":10,"target":0},{"source":10,"target":126},{"source":10,"target":127},{"source":126,"target":128},{"source":126,"target":10},{"source":127,"target":34},{"source":127,"target":129},{"source":127,"target":10},{"source":129,"target":34},{"source":11,"target":0},{"source":11,"target":130},{"source":11,"target":131},{"source":130,"target":132},{"source":130,"target":11},{"source":131,"target":133},{"source":131,"target":11},{"source":12,"target":0},{"source":12,"target":134},{"source":12,"target":135},{"source":12,"target":136},{"source":12,"target":137},{"source":12,"target":138},{"source":12,"target":139},{"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":12,"target":146},{"source":12,"target":147},{"source":134,"target":12},{"source":135,"target":12},{"source":136,"target":12},{"source":137,"target":12},{"source":138,"target":12},{"source":139,"target":12},{"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":146,"target":12},{"source":147,"target":12},{"source":13,"target":0},{"source":13,"target":9},{"source":13,"target":148},{"source":13,"target":149},{"source":148,"target":23},{"source":148,"target":150},{"source":148,"target":13},{"source":150,"target":23},{"source":149,"target":9},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":151},{"source":14,"target":152},{"source":151,"target":44},{"source":151,"target":153},{"source":151,"target":14},{"source":153,"target":44},{"source":152,"target":9},{"source":15,"target":0},{"source":15,"target":9},{"source":15,"target":154},{"source":15,"target":155},{"source":154,"target":23},{"source":154,"target":156},{"source":154,"target":15},{"source":156,"target":23},{"source":155,"target":9},{"source":16,"target":0},{"source":16,"target":17},{"source":16,"target":157},{"source":16,"target":158},{"source":16,"target":159},{"source":157,"target":23},{"source":157,"target":160},{"source":157,"target":16},{"source":160,"target":23},{"source":158,"target":161},{"source":158,"target":16},{"source":159,"target":17},{"source":17,"target":0},{"source":17,"target":10},{"source":17,"target":162},{"source":162,"target":10},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":163},{"source":163,"target":16},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":164},{"source":19,"target":165},{"source":19,"target":166},{"source":164,"target":19},{"source":164,"target":167},{"source":164,"target":19},{"source":167,"target":19},{"source":165,"target":168},{"source":165,"target":19},{"source":166,"target":14},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":169},{"source":20,"target":170},{"source":169,"target":47},{"source":169,"target":171},{"source":169,"target":20},{"source":171,"target":47},{"source":170,"target":17},{"source":21,"target":0},{"source":21,"target":9},{"source":21,"target":172},{"source":21,"target":173},{"source":21,"target":174},{"source":172,"target":20},{"source":172,"target":175},{"source":172,"target":21},{"source":175,"target":20},{"source":173,"target":21},{"source":173,"target":176},{"source":173,"target":21},{"source":176,"target":21},{"source":174,"target":9},{"source":22,"target":0},{"source":22,"target":9},{"source":22,"target":177},{"source":22,"target":178},{"source":22,"target":179},{"source":177,"target":23},{"source":177,"target":180},{"source":177,"target":22},{"source":180,"target":23},{"source":178,"target":23},{"source":178,"target":181},{"source":178,"target":22},{"source":181,"target":23},{"source":179,"target":9},{"source":23,"target":0},{"source":23,"target":182},{"source":23,"target":183},{"source":23,"target":184},{"source":182,"target":12},{"source":182,"target":185},{"source":182,"target":23},{"source":185,"target":12},{"source":183,"target":9},{"source":183,"target":186},{"source":183,"target":23},{"source":186,"target":9},{"source":184,"target":62},{"source":184,"target":187},{"source":184,"target":23},{"source":187,"target":62},{"source":24,"target":0},{"source":24,"target":16},{"source":24,"target":188},{"source":24,"target":189},{"source":188,"target":25},{"source":188,"target":190},{"source":188,"target":24},{"source":190,"target":25},{"source":189,"target":16},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":191},{"source":191,"target":25},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":192},{"source":27,"target":193},{"source":192,"target":28},{"source":192,"target":194},{"source":192,"target":27},{"source":194,"target":28},{"source":193,"target":26},{"source":28,"target":0},{"source":28,"target":195},{"source":28,"target":196},{"source":195,"target":44},{"source":195,"target":197},{"source":195,"target":28},{"source":197,"target":44},{"source":196,"target":25},{"source":196,"target":198},{"source":196,"target":28},{"source":198,"target":25},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":199},{"source":29,"target":200},{"source":199,"target":30},{"source":199,"target":201},{"source":199,"target":29},{"source":201,"target":30},{"source":200,"target":26},{"source":30,"target":0},{"source":30,"target":202},{"source":30,"target":203},{"source":202,"target":25},{"source":202,"target":204},{"source":202,"target":30},{"source":204,"target":25},{"source":203,"target":25},{"source":203,"target":205},{"source":203,"target":30},{"source":205,"target":25},{"source":31,"target":0},{"source":31,"target":206},{"source":31,"target":207},{"source":31,"target":208},{"source":31,"target":209},{"source":31,"target":210},{"source":31,"target":211},{"source":31,"target":212},{"source":31,"target":213},{"source":31,"target":214},{"source":31,"target":215},{"source":31,"target":216},{"source":31,"target":217},{"source":206,"target":31},{"source":207,"target":31},{"source":208,"target":31},{"source":209,"target":31},{"source":210,"target":31},{"source":211,"target":31},{"source":212,"target":31},{"source":213,"target":31},{"source":214,"target":31},{"source":215,"target":31},{"source":216,"target":31},{"source":217,"target":31},{"source":32,"target":0},{"source":32,"target":218},{"source":32,"target":219},{"source":32,"target":220},{"source":32,"target":221},{"source":32,"target":222},{"source":32,"target":223},{"source":32,"target":224},{"source":32,"target":225},{"source":32,"target":226},{"source":32,"target":227},{"source":32,"target":228},{"source":32,"target":229},{"source":32,"target":230},{"source":218,"target":32},{"source":219,"target":32},{"source":220,"target":32},{"source":221,"target":32},{"source":222,"target":32},{"source":223,"target":32},{"source":224,"target":32},{"source":225,"target":32},{"source":226,"target":32},{"source":227,"target":32},{"source":228,"target":32},{"source":229,"target":32},{"source":230,"target":32},{"source":33,"target":0},{"source":33,"target":231},{"source":33,"target":232},{"source":33,"target":233},{"source":33,"target":234},{"source":33,"target":235},{"source":231,"target":31},{"source":231,"target":236},{"source":231,"target":33},{"source":236,"target":31},{"source":232,"target":237},{"source":232,"target":33},{"source":233,"target":33},{"source":233,"target":238},{"source":238,"target":31},{"source":238,"target":239},{"source":238,"target":233},{"source":239,"target":31},{"source":234,"target":33},{"source":234,"target":240},{"source":240,"target":241},{"source":240,"target":234},{"source":235,"target":242},{"source":235,"target":33},{"source":34,"target":0},{"source":34,"target":243},{"source":243,"target":33},{"source":243,"target":244},{"source":243,"target":34},{"source":244,"target":33},{"source":35,"target":0},{"source":35,"target":245},{"source":35,"target":246},{"source":245,"target":37},{"source":245,"target":247},{"source":245,"target":35},{"source":247,"target":37},{"source":246,"target":36},{"source":246,"target":248},{"source":246,"target":35},{"source":248,"target":36},{"source":36,"target":0},{"source":36,"target":16},{"source":36,"target":249},{"source":36,"target":250},{"source":249,"target":25},{"source":249,"target":251},{"source":249,"target":36},{"source":251,"target":25},{"source":250,"target":16},{"source":37,"target":0},{"source":37,"target":252},{"source":37,"target":253},{"source":252,"target":38},{"source":252,"target":254},{"source":252,"target":37},{"source":254,"target":38},{"source":253,"target":38},{"source":253,"target":255},{"source":253,"target":37},{"source":255,"target":38},{"source":38,"target":0},{"source":38,"target":10},{"source":38,"target":256},{"source":38,"target":257},{"source":256,"target":39},{"source":256,"target":258},{"source":256,"target":38},{"source":258,"target":39},{"source":257,"target":10},{"source":39,"target":0},{"source":39,"target":259},{"source":39,"target":260},{"source":39,"target":261},{"source":39,"target":262},{"source":259,"target":40},{"source":259,"target":263},{"source":259,"target":39},{"source":263,"target":40},{"source":260,"target":42},{"source":260,"target":264},{"source":260,"target":39},{"source":264,"target":42},{"source":261,"target":38},{"source":261,"target":265},{"source":261,"target":39},{"source":265,"target":38},{"source":262,"target":45},{"source":262,"target":266},{"source":262,"target":39},{"source":266,"target":45},{"source":40,"target":0},{"source":40,"target":267},{"source":267,"target":41},{"source":267,"target":268},{"source":267,"target":40},{"source":268,"target":41},{"source":41,"target":0},{"source":41,"target":269},{"source":41,"target":270},{"source":41,"target":271},{"source":41,"target":272},{"source":41,"target":273},{"source":41,"target":274},{"source":269,"target":5},{"source":269,"target":275},{"source":269,"target":41},{"source":275,"target":5},{"source":270,"target":5},{"source":270,"target":276},{"source":270,"target":41},{"source":276,"target":5},{"source":271,"target":6},{"source":271,"target":277},{"source":271,"target":41},{"source":277,"target":6},{"source":272,"target":7},{"source":272,"target":278},{"source":272,"target":41},{"source":278,"target":7},{"source":273,"target":7},{"source":273,"target":279},{"source":273,"target":41},{"source":279,"target":7},{"source":274,"target":5},{"source":274,"target":280},{"source":274,"target":41},{"source":280,"target":5},{"source":42,"target":0},{"source":42,"target":281},{"source":281,"target":47},{"source":281,"target":282},{"source":281,"target":42},{"source":282,"target":47},{"source":43,"target":0},{"source":43,"target":14},{"source":43,"target":283},{"source":43,"target":284},{"source":283,"target":43},{"source":283,"target":285},{"source":283,"target":43},{"source":285,"target":43},{"source":284,"target":14},{"source":44,"target":0},{"source":44,"target":16},{"source":44,"target":286},{"source":286,"target":16},{"source":45,"target":0},{"source":45,"target":48},{"source":45,"target":287},{"source":45,"target":288},{"source":287,"target":48},{"source":287,"target":289},{"source":287,"target":45},{"source":289,"target":48},{"source":288,"target":48},{"source":46,"target":0},{"source":46,"target":48},{"source":46,"target":290},{"source":46,"target":291},{"source":46,"target":292},{"source":290,"target":49},{"source":290,"target":293},{"source":290,"target":46},{"source":293,"target":49},{"source":291,"target":47},{"source":291,"target":294},{"source":291,"target":46},{"source":294,"target":47},{"source":292,"target":48},{"source":47,"target":0},{"source":47,"target":25},{"source":47,"target":295},{"source":295,"target":25},{"source":48,"target":0},{"source":49,"target":0},{"source":49,"target":47},{"source":49,"target":296},{"source":49,"target":297},{"source":49,"target":298},{"source":49,"target":299},{"source":296,"target":17},{"source":296,"target":300},{"source":296,"target":49},{"source":300,"target":17},{"source":297,"target":49},{"source":297,"target":301},{"source":297,"target":49},{"source":301,"target":49},{"source":298,"target":44},{"source":298,"target":302},{"source":298,"target":49},{"source":302,"target":44},{"source":299,"target":47},{"source":50,"target":0},{"source":50,"target":47},{"source":50,"target":303},{"source":50,"target":304},{"source":303,"target":20},{"source":303,"target":305},{"source":303,"target":50},{"source":305,"target":20},{"source":304,"target":47},{"source":51,"target":0},{"source":51,"target":47},{"source":51,"target":306},{"source":306,"target":47},{"source":52,"target":0},{"source":52,"target":47},{"source":52,"target":307},{"source":307,"target":47},{"source":53,"target":0},{"source":53,"target":52},{"source":53,"target":308},{"source":53,"target":309},{"source":308,"target":310},{"source":308,"target":53},{"source":309,"target":52},{"source":54,"target":0},{"source":54,"target":52},{"source":54,"target":311},{"source":54,"target":312},{"source":311,"target":313},{"source":311,"target":54},{"source":312,"target":52},{"source":55,"target":0},{"source":55,"target":52},{"source":55,"target":314},{"source":55,"target":315},{"source":314,"target":316},{"source":314,"target":55},{"source":315,"target":52},{"source":56,"target":0},{"source":56,"target":52},{"source":56,"target":317},{"source":56,"target":318},{"source":317,"target":319},{"source":317,"target":56},{"source":318,"target":52},{"source":57,"target":0},{"source":57,"target":52},{"source":57,"target":320},{"source":57,"target":321},{"source":320,"target":322},{"source":320,"target":57},{"source":321,"target":52},{"source":58,"target":0},{"source":58,"target":47},{"source":58,"target":323},{"source":58,"target":324},{"source":323,"target":32},{"source":323,"target":325},{"source":323,"target":58},{"source":325,"target":32},{"source":324,"target":47},{"source":59,"target":0},{"source":59,"target":58},{"source":59,"target":326},{"source":59,"target":327},{"source":59,"target":328},{"source":326,"target":47},{"source":326,"target":329},{"source":326,"target":59},{"source":329,"target":47},{"source":327,"target":47},{"source":327,"target":330},{"source":327,"target":59},{"source":330,"target":47},{"source":328,"target":58},{"source":60,"target":0},{"source":60,"target":58},{"source":60,"target":331},{"source":60,"target":332},{"source":331,"target":47},{"source":331,"target":333},{"source":331,"target":60},{"source":333,"target":47},{"source":332,"target":58},{"source":61,"target":0},{"source":61,"target":48},{"source":61,"target":334},{"source":61,"target":335},{"source":61,"target":336},{"source":61,"target":337},{"source":334,"target":47},{"source":334,"target":338},{"source":334,"target":61},{"source":338,"target":47},{"source":335,"target":48},{"source":335,"target":339},{"source":335,"target":61},{"source":339,"target":48},{"source":336,"target":48},{"source":336,"target":340},{"source":336,"target":61},{"source":340,"target":48},{"source":337,"target":48},{"source":62,"target":0},{"source":62,"target":9},{"source":62,"target":341},{"source":62,"target":342},{"source":62,"target":343},{"source":341,"target":344},{"source":341,"target":62},{"source":342,"target":345},{"source":342,"target":62},{"source":343,"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="necsis14_classdiagram" nsURI="http://se.cs.toronto.edu/mmint/NECSIS14_ClassDiagram_Kleisli"
nsPrefix="necsis14_classdiagram">
<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="ClassDiagram">
<eAnnotations source="gmf.diagram"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="classes" upperBound="-1"
eType="#//Class" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="associations" upperBound="-1"
eType="#//Association" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="_Qtables" upperBound="-1"
eType="#//_QTable" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true">
<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="Class" eSuperTypes="#//NamedElement">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Class">
<eAnnotations source="gmf.link">
<details key="target.decoration" value="closedarrow"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute" containment="true">
<eAnnotations source="gmf.compartment">
<details key="layout" value="list"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//NamedElement">
<eAnnotations source="gmf.link">
<details key="label" value="name"/>
<details key="label.icon" value="true"/>
<details key="source" value="source"/>
<details key="target" value="target"/>
<details key="target.decoration" value="arrow"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1"
eType="#//Class"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="upperBound" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//NamedElement">
<eAnnotations source="gmf.node">
<details key="label" value="name"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="_QTable" eSuperTypes="#//NamedElement">
<eStructuralFeatures xsi:type="ecore:EReference" name="_Qcolumns" lowerBound="1"
upperBound="-1" eType="#//_QColumn" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="_QprimaryKeys" lowerBound="1"
upperBound="-1" eType="#//_QColumn"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="_QColumn" eSuperTypes="#//NamedElement"/>
</ecore:EPackage>
| github:ecore:/data/adisandro/MMINT/tests/edu.toronto.cs.se.modelepedia.tests/model/kleisli/CD-NECSIS14_ClassDiagram.ecore | ecore | necsis14_classdiagram
ClassDiagram
classes
associations
_Qtables
NamedElement
name
Class
parent
attributes
Association
source
target
lowerBound
upperBound
Attribute
_QTable
_Qcolumns
_QprimaryKeys
_QColumn | null | {"directed":true,"nodes":[{"nsPrefix":"necsis14_classdiagram","nsURI":"http://se.cs.toronto.edu/mmint/NECSIS14_ClassDiagram_Kleisli","name":"necsis14_classdiagram","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDiagram","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","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":"_QTable","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"_QColumn","instanceClass":null,"abstract":false,"id":7,"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":"classes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"associations","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":"_Qtables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":10,"derived":false},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"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":14,"derived":false},{"id":15,"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":"parent","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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"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":21,"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":22,"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":"lowerBound","changeable":true,"lowerBound":1,"iD":false,"id":23,"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":"upperBound","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"_Qcolumns","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"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":"_QprimaryKeys","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"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":8,"target":3},{"source":8,"target":11},{"source":8,"target":1},{"source":11,"target":3},{"source":9,"target":4},{"source":9,"target":12},{"source":9,"target":1},{"source":12,"target":4},{"source":10,"target":6},{"source":10,"target":13},{"source":10,"target":1},{"source":13,"target":6},{"source":2,"target":0},{"source":2,"target":14},{"source":14,"target":15},{"source":14,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":16},{"source":3,"target":17},{"source":3,"target":18},{"source":16,"target":3},{"source":16,"target":19},{"source":16,"target":3},{"source":19,"target":3},{"source":17,"target":5},{"source":17,"target":20},{"source":17,"target":3},{"source":20,"target":5},{"source":18,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":21,"target":3},{"source":21,"target":26},{"source":21,"target":4},{"source":26,"target":3},{"source":22,"target":3},{"source":22,"target":27},{"source":22,"target":4},{"source":27,"target":3},{"source":23,"target":28},{"source":23,"target":4},{"source":24,"target":29},{"source":24,"target":4},{"source":25,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":30},{"source":30,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":31},{"source":6,"target":32},{"source":6,"target":33},{"source":31,"target":7},{"source":31,"target":34},{"source":31,"target":6},{"source":34,"target":7},{"source":32,"target":7},{"source":32,"target":35},{"source":32,"target":6},{"source":35,"target":7},{"source":33,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":36},{"source":36,"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="sLADsl" nsURI="http://www.xkonnex.org/repo/dsl/sladsl/SLADsl"
nsPrefix="sLADsl">
<eClassifiers xsi:type="ecore:EClass" name="SlaModel">
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.basedsl/model/generated/BaseDsl.ecore#//Import"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="namespaces" upperBound="-1"
eType="#//SlaNamespace" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="agreements" upperBound="-1"
eType="#//SLA" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceQualityProperties"
upperBound="-1" eType="#//ServiceQualityProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SlaNamespace">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="agreements" upperBound="-1"
eType="#//SLA" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceQualityProperties"
upperBound="-1" eType="#//ServiceQualityProperty" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SLA">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.basedsl/model/generated/BaseDsl.ecore#//Version"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="effectiveDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="effectiveUntil" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parties" upperBound="-1"
eType="#//Party" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="scope" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preample" 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="restrictions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="priorities" upperBound="-1"
eType="#//PriorityDeclaration" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="appliesTo" upperBound="-1"
eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.basedsl/model/generated/BaseDsl.ecore#//AssetRef"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="costs" unique="false" upperBound="-1"
eType="#//Costs"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inlineCosts" upperBound="-1"
eType="#//Costs" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="serviceQualityKPIs" unique="false"
upperBound="-1" eType="#//ServiceQualityKPI"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inlineServiceQualityKPIs"
upperBound="-1" eType="#//ServiceQualityKPI" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSecProtClause" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="securityRequirements" unique="false"
upperBound="-1" eType="#//SecurityPolicy"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="additionalServices" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="escalationProcedure" eType="#//Escalation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cancellation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="extraordinaryCancellation"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reports" upperBound="-1"
eType="#//Report" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="additionalInfo" eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.basedsl/model/generated/BaseDsl.ecore#//AdditionalInformation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="tags" unique="false" upperBound="-1"
eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.semanticsdsl/model/generated/SemanticsDsl.ecore#//Tag"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="subscriptions" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PriorityDeclaration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" 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="Escalation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cause" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="escalationTargets" unique="false"
upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="procedure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Party">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="representatives" upperBound="-1"
eType="#//Representative" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="responsibilities" upperBound="-1"
eType="#//Responsibility" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomerParty" eSuperTypes="#//Party"/>
<eClassifiers xsi:type="ecore:EClass" name="ProviderParty" eSuperTypes="#//Party"/>
<eClassifiers xsi:type="ecore:EClass" name="ThirdParty" eSuperTypes="#//Party">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Representative"/>
<eClassifiers xsi:type="ecore:EClass" name="UserRef" eSuperTypes="#//Representative">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="representative" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InlineRepresentative" eSuperTypes="#//Representative">
<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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orgUnit" 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"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="phone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Responsibility">
<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="Report">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reportTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceQualityProperty">
<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="ServiceQualityKPI" eSuperTypes="#//ServiceQualityProperty">
<eStructuralFeatures xsi:type="ecore:EReference" name="escalation" eType="#//Escalation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="penalty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Availability" eSuperTypes="#//ServiceQualityKPI">
<eStructuralFeatures xsi:type="ecore:EReference" name="percentage" eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.basedsl/model/generated/BaseDsl.ecore#//Percent"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mtbf" eType="#//Duration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mttr" eType="#//Duration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="mttrPercentile" eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.basedsl/model/generated/BaseDsl.ecore#//Percent"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="regularDownTimes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Throughput" eSuperTypes="#//ServiceQualityKPI">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="throughput" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeUnit" eType="#//TimeUnit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="percentile" eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.basedsl/model/generated/BaseDsl.ecore#//Percent"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Latency" eSuperTypes="#//ServiceQualityKPI">
<eStructuralFeatures xsi:type="ecore:EReference" name="latency" eType="#//Duration"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="percentile" eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.basedsl/model/generated/BaseDsl.ecore#//Percent"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MaxDownTime" eSuperTypes="#//ServiceQualityKPI">
<eStructuralFeatures xsi:type="ecore:EReference" name="duration" eType="#//Duration"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Capacity" eSuperTypes="#//ServiceQualityKPI">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="requestNum" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeUnit" eType="#//TimeUnit"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="messageSize" eType="#//BinarySize"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Accuracy" eSuperTypes="#//ServiceQualityKPI">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxErrorRate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxErrorRateTimeUnit" eType="#//TimeUnit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Costs" eSuperTypes="#//ServiceQualityProperty">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="serviceItem" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="costsAmount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="billedUnit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="effortAccounting" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="escalation" eType="#//Escalation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="penalty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Policy" eSuperTypes="#//ServiceQualityProperty"/>
<eClassifiers xsi:type="ecore:EClass" name="LogPolicy" eSuperTypes="#//Policy">
<eStructuralFeatures xsi:type="ecore:EReference" name="loggedMessageParts" upperBound="-1"
eType="#//MessagePartRef" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="additionalLoggingRequirement"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SecurityPolicy" eSuperTypes="#//Policy"/>
<eClassifiers xsi:type="ecore:EClass" name="AuthenticationPolicy" eSuperTypes="#//SecurityPolicy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="optional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="authTokens" upperBound="-1"
eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.basedsl/model/generated/BaseDsl.ecore#//AuthToken"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="hashAlgorithms" upperBound="-1"
eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.basedsl/model/generated/BaseDsl.ecore#//HashAlgorithm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="useNonce" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="issuer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SigningPolicy" eSuperTypes="#//SecurityPolicy">
<eStructuralFeatures xsi:type="ecore:EReference" name="supportedSigningAlgorithms"
upperBound="-1" eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.basedsl/model/generated/BaseDsl.ecore#//SigningAlgorithm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredSigningAlgorithm"
eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.basedsl/model/generated/BaseDsl.ecore#//SigningAlgorithm"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="signedParts" upperBound="-1"
eType="#//MessagePartRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MessagePartRef">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="messagePartRef" eType="#//MessagePartRefKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="partRefExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="MessagePartRefKind">
<eLiterals name="none" literal="none"/>
<eLiterals name="header" value="1" literal="header"/>
<eLiterals name="body" value="2" literal="body"/>
<eLiterals name="attachments" value="3" literal="attachments"/>
<eLiterals name="all" value="4" literal="all"/>
<eLiterals name="expression" value="5" literal="expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EncryptionPolicy" eSuperTypes="#//SecurityPolicy">
<eStructuralFeatures xsi:type="ecore:EReference" name="supportedCipherAlgorithms"
upperBound="-1" eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.basedsl/model/generated/BaseDsl.ecore#//CipherAlgorithmKind"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="requiredCipherAlgorithm"
eType="ecore:EClass platform:/resource/org.xkonnex.repo.dsl.basedsl/model/generated/BaseDsl.ecore#//CipherAlgorithmKind"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="encryptedParts" upperBound="-1"
eType="#//MessagePartRef" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReliabilityPolicy" eSuperTypes="#//Policy">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="reliability" eType="#//ReliabilityKind"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="inOrderDelivery" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ReliabilityKind">
<eLiterals name="EXACTLY_ONCE" literal="exactly-once"/>
<eLiterals name="AT_MOST_ONCE" value="1" literal="at-most-once"/>
<eLiterals name="AT_LEAST_ONCE" value="2" literal="at-least-once"/>
<eLiterals name="BEST_EFFORT" value="3" literal="best-effort"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Duration">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="#//TimeUnit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinarySize">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="size" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="#//BytesUnit"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TimeUnit">
<eLiterals name="years" literal="years"/>
<eLiterals name="months" value="1" literal="months"/>
<eLiterals name="weeks" value="2" literal="weeks"/>
<eLiterals name="days" value="3" literal="days"/>
<eLiterals name="h" value="4" literal="h"/>
<eLiterals name="min" value="5" literal="min"/>
<eLiterals name="s" value="6" literal="s"/>
<eLiterals name="ms" value="7" literal="ms"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BytesUnit">
<eLiterals name="B" literal="B"/>
<eLiterals name="kB" value="1" literal="kB"/>
<eLiterals name="MB" value="2" literal="MB"/>
<eLiterals name="GB" value="3" literal="GB"/>
<eLiterals name="TB" value="4" literal="TB"/>
<eLiterals name="PB" value="5" literal="PB"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/andrearn/org.fornax.soa.xtextservicerepository/plugins/org.xkonnex.repo.dsl.sladsl/model/generated/SLADsl.ecore | ecore | sLADsl
SlaModel
imports
namespaces
agreements
serviceQualityProperties
SlaNamespace
name
agreements
serviceQualityProperties
SLA
name
version
effectiveDate
effectiveUntil
parties
scope
preample
description
restrictions
priorities
appliesTo
costs
inlineCosts
serviceQualityKPIs
inlineServiceQualityKPIs
dataSecProtClause
securityRequirements
additionalServices
escalationProcedure
cancellation
extraordinaryCancellation
reports
additionalInfo
tags
subscriptions
PriorityDeclaration
name
description
Escalation
cause
escalationTargets
procedure
Party
name
representatives
responsibilities
CustomerParty
ProviderParty
ThirdParty
role
Representative
UserRef
representative
InlineRepresentative
firstname
lastname
orgUnit
email
phone
Responsibility
description
Report
name
reportTo
content
ServiceQualityProperty
name
ServiceQualityKPI
escalation
penalty
Availability
percentage
mtbf
mttr
mttrPercentile
regularDownTimes
Throughput
throughput
timeUnit
percentile
Latency
latency
percentile
MaxDownTime
duration
Capacity
requestNum
timeUnit
messageSize
Accuracy
maxErrorRate
maxErrorRateTimeUnit
Costs
serviceItem
costsAmount
billedUnit
effortAccounting
escalation
penalty
Policy
LogPolicy
loggedMessageParts
additionalLoggingRequirement
SecurityPolicy
AuthenticationPolicy
optional
authTokens
hashAlgorithms
useNonce
issuer
SigningPolicy
supportedSigningAlgorithms
requiredSigningAlgorithm
signedParts
MessagePartRef
messagePartRef
partRefExpression
MessagePartRefKind
none
none
header
header
body
body
attachments
attachments
all
all
expression
expression
EncryptionPolicy
supportedCipherAlgorithms
requiredCipherAlgorithm
encryptedParts
ReliabilityPolicy
reliability
inOrderDelivery
ReliabilityKind
EXACTLY_ONCE
exactly-once
AT_MOST_ONCE
at-most-once
AT_LEAST_ONCE
at-least-once
BEST_EFFORT
best-effort
Duration
duration
unit
BinarySize
size
unit
TimeUnit
years
years
months
months
weeks
weeks
days
days
h
h
min
min
s
s
ms
ms
BytesUnit
B
B
kB
kB
MB
MB
GB
GB
TB
TB
PB
PB | null | {"directed":true,"nodes":[{"nsPrefix":"sLADsl","nsURI":"http://www.xkonnex.org/repo/dsl/sladsl/SLADsl","name":"sLADsl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlaModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SlaNamespace","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SLA","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PriorityDeclaration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Escalation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Party","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomerParty","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProviderParty","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThirdParty","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Representative","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserRef","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineRepresentative","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Responsibility","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Report","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceQualityProperty","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceQualityKPI","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Availability","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Throughput","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Latency","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaxDownTime","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capacity","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Accuracy","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Costs","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Policy","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogPolicy","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SecurityPolicy","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthenticationPolicy","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SigningPolicy","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MessagePartRef","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MessagePartRefKind","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncryptionPolicy","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReliabilityPolicy","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ReliabilityKind","instanceClass":null,"id":33,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinarySize","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnit","instanceClass":null,"id":36,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"BytesUnit","instanceClass":null,"id":37,"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":"imports","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":"namespaces","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":true,"unsettable":false,"transient":false,"unique":true,"name":"agreements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceQualityProperties","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"},{"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":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":"agreements","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":"serviceQualityProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"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},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"version","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":"effectiveDate","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":"effectiveUntil","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":"parties","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"scope","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preample","changeable":true,"lowerBound":0,"iD":false,"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":"description","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":"restrictions","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":"priorities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appliesTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"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":"costs","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":"inlineCosts","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":false,"name":"serviceQualityKPIs","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":true,"unsettable":false,"transient":false,"unique":true,"name":"inlineServiceQualityKPIs","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"dataSecProtClause","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":false,"unsettable":false,"transient":false,"unique":false,"name":"securityRequirements","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"additionalServices","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"escalationProcedure","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"cancellation","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":"extraordinaryCancellation","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":"reports","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":"additionalInfo","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":"tags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"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":"subscriptions","changeable":true,"lowerBound":0,"iD":false,"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"},{"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"},{"id":100,"eClass":"EGenericType"},{"id":101,"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":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":"description","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"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":"cause","changeable":true,"lowerBound":0,"iD":false,"id":106,"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":"escalationTargets","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":"procedure","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"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":"representatives","changeable":true,"resolveProxies":true,"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":"responsibilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"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":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"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":"representative","changeable":true,"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":"firstname","changeable":true,"lowerBound":0,"iD":false,"id":126,"derived":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":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":"orgUnit","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":"email","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":"phone","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"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":137,"derived":false},{"id":138,"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":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reportTo","changeable":true,"lowerBound":0,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"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":145,"derived":false},{"id":146,"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":"escalation","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"penalty","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"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":"percentage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mtbf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mttr","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"mttrPercentile","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"regularDownTimes","changeable":true,"lowerBound":0,"iD":false,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"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":"throughput","changeable":true,"lowerBound":0,"iD":false,"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":"timeUnit","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"percentile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"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":"latency","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"percentile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"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":"duration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"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":"requestNum","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeUnit","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":true,"unsettable":false,"transient":false,"unique":true,"name":"messageSize","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxErrorRate","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxErrorRateTimeUnit","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"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":"serviceItem","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"costsAmount","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":"billedUnit","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":"effortAccounting","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"escalation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"penalty","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"loggedMessageParts","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"additionalLoggingRequirement","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"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":"optional","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"authTokens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hashAlgorithms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"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":"useNonce","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"issuer","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"supportedSigningAlgorithms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredSigningAlgorithm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"signedParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"messagePartRef","changeable":true,"lowerBound":0,"iD":false,"id":228,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"partRefExpression","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"name":"none","id":232,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"header","id":233,"value":1,"literal":"header","eClass":"EEnumLiteral"},{"name":"body","id":234,"value":2,"literal":"body","eClass":"EEnumLiteral"},{"name":"attachments","id":235,"value":3,"literal":"attachments","eClass":"EEnumLiteral"},{"name":"all","id":236,"value":4,"literal":"all","eClass":"EEnumLiteral"},{"name":"expression","id":237,"value":5,"literal":"expression","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":"supportedCipherAlgorithms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":238,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredCipherAlgorithm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"encryptedParts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reliability","changeable":true,"lowerBound":0,"iD":false,"id":245,"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":"inOrderDelivery","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"name":"EXACTLY_ONCE","id":250,"value":0,"literal":"exactly-once","eClass":"EEnumLiteral"},{"name":"AT_MOST_ONCE","id":251,"value":1,"literal":"at-most-once","eClass":"EEnumLiteral"},{"name":"AT_LEAST_ONCE","id":252,"value":2,"literal":"at-least-once","eClass":"EEnumLiteral"},{"name":"BEST_EFFORT","id":253,"value":3,"literal":"best-effort","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"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":"size","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unit","changeable":true,"lowerBound":0,"iD":false,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"name":"years","id":262,"value":0,"literal":"years","eClass":"EEnumLiteral"},{"name":"months","id":263,"value":1,"literal":"months","eClass":"EEnumLiteral"},{"name":"weeks","id":264,"value":2,"literal":"weeks","eClass":"EEnumLiteral"},{"name":"days","id":265,"value":3,"literal":"days","eClass":"EEnumLiteral"},{"name":"h","id":266,"value":4,"literal":"h","eClass":"EEnumLiteral"},{"name":"min","id":267,"value":5,"literal":"min","eClass":"EEnumLiteral"},{"name":"s","id":268,"value":6,"literal":"s","eClass":"EEnumLiteral"},{"name":"ms","id":269,"value":7,"literal":"ms","eClass":"EEnumLiteral"},{"name":"B","id":270,"value":0,"literal":"B","eClass":"EEnumLiteral"},{"name":"kB","id":271,"value":1,"literal":"kB","eClass":"EEnumLiteral"},{"name":"MB","id":272,"value":2,"literal":"MB","eClass":"EEnumLiteral"},{"name":"GB","id":273,"value":3,"literal":"GB","eClass":"EEnumLiteral"},{"name":"TB","id":274,"value":4,"literal":"TB","eClass":"EEnumLiteral"},{"name":"PB","id":275,"value":5,"literal":"PB","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":1,"target":0},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":38,"target":42},{"source":38,"target":1},{"source":39,"target":2},{"source":39,"target":43},{"source":39,"target":1},{"source":43,"target":2},{"source":40,"target":3},{"source":40,"target":44},{"source":40,"target":1},{"source":44,"target":3},{"source":41,"target":15},{"source":41,"target":45},{"source":41,"target":1},{"source":45,"target":15},{"source":2,"target":0},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":46,"target":49},{"source":46,"target":2},{"source":47,"target":3},{"source":47,"target":50},{"source":47,"target":2},{"source":50,"target":3},{"source":48,"target":15},{"source":48,"target":51},{"source":48,"target":2},{"source":51,"target":15},{"source":3,"target":0},{"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":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":52,"target":77},{"source":52,"target":3},{"source":53,"target":78},{"source":53,"target":3},{"source":54,"target":79},{"source":54,"target":3},{"source":55,"target":80},{"source":55,"target":3},{"source":56,"target":6},{"source":56,"target":81},{"source":56,"target":3},{"source":81,"target":6},{"source":57,"target":82},{"source":57,"target":3},{"source":58,"target":83},{"source":58,"target":3},{"source":59,"target":84},{"source":59,"target":3},{"source":60,"target":85},{"source":60,"target":3},{"source":61,"target":4},{"source":61,"target":86},{"source":61,"target":3},{"source":86,"target":4},{"source":62,"target":87},{"source":62,"target":3},{"source":63,"target":23},{"source":63,"target":88},{"source":63,"target":3},{"source":88,"target":23},{"source":64,"target":23},{"source":64,"target":89},{"source":64,"target":3},{"source":89,"target":23},{"source":65,"target":16},{"source":65,"target":90},{"source":65,"target":3},{"source":90,"target":16},{"source":66,"target":16},{"source":66,"target":91},{"source":66,"target":3},{"source":91,"target":16},{"source":67,"target":92},{"source":67,"target":3},{"source":68,"target":26},{"source":68,"target":93},{"source":68,"target":3},{"source":93,"target":26},{"source":69,"target":94},{"source":69,"target":3},{"source":70,"target":5},{"source":70,"target":95},{"source":70,"target":3},{"source":95,"target":5},{"source":71,"target":96},{"source":71,"target":3},{"source":72,"target":97},{"source":72,"target":3},{"source":73,"target":14},{"source":73,"target":98},{"source":73,"target":3},{"source":98,"target":14},{"source":74,"target":99},{"source":74,"target":3},{"source":75,"target":100},{"source":75,"target":3},{"source":76,"target":101},{"source":76,"target":3},{"source":4,"target":0},{"source":4,"target":102},{"source":4,"target":103},{"source":102,"target":104},{"source":102,"target":4},{"source":103,"target":105},{"source":103,"target":4},{"source":5,"target":0},{"source":5,"target":106},{"source":5,"target":107},{"source":5,"target":108},{"source":106,"target":109},{"source":106,"target":5},{"source":107,"target":110},{"source":107,"target":5},{"source":108,"target":111},{"source":108,"target":5},{"source":6,"target":0},{"source":6,"target":112},{"source":6,"target":113},{"source":6,"target":114},{"source":112,"target":115},{"source":112,"target":6},{"source":113,"target":10},{"source":113,"target":116},{"source":113,"target":6},{"source":116,"target":10},{"source":114,"target":13},{"source":114,"target":117},{"source":114,"target":6},{"source":117,"target":13},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":118},{"source":118,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":119},{"source":119,"target":6},{"source":9,"target":0},{"source":9,"target":6},{"source":9,"target":120},{"source":9,"target":121},{"source":120,"target":122},{"source":120,"target":9},{"source":121,"target":6},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":123},{"source":11,"target":124},{"source":123,"target":125},{"source":123,"target":11},{"source":124,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":126},{"source":12,"target":127},{"source":12,"target":128},{"source":12,"target":129},{"source":12,"target":130},{"source":12,"target":131},{"source":126,"target":132},{"source":126,"target":12},{"source":127,"target":133},{"source":127,"target":12},{"source":128,"target":134},{"source":128,"target":12},{"source":129,"target":135},{"source":129,"target":12},{"source":130,"target":136},{"source":130,"target":12},{"source":131,"target":10},{"source":13,"target":0},{"source":13,"target":137},{"source":137,"target":138},{"source":137,"target":13},{"source":14,"target":0},{"source":14,"target":139},{"source":14,"target":140},{"source":14,"target":141},{"source":139,"target":142},{"source":139,"target":14},{"source":140,"target":143},{"source":140,"target":14},{"source":141,"target":144},{"source":141,"target":14},{"source":15,"target":0},{"source":15,"target":145},{"source":145,"target":146},{"source":145,"target":15},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":147},{"source":16,"target":148},{"source":16,"target":149},{"source":147,"target":5},{"source":147,"target":150},{"source":147,"target":16},{"source":150,"target":5},{"source":148,"target":151},{"source":148,"target":16},{"source":149,"target":15},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":152},{"source":17,"target":153},{"source":17,"target":154},{"source":17,"target":155},{"source":17,"target":156},{"source":17,"target":157},{"source":152,"target":158},{"source":152,"target":17},{"source":153,"target":34},{"source":153,"target":159},{"source":153,"target":17},{"source":159,"target":34},{"source":154,"target":34},{"source":154,"target":160},{"source":154,"target":17},{"source":160,"target":34},{"source":155,"target":161},{"source":155,"target":17},{"source":156,"target":162},{"source":156,"target":17},{"source":157,"target":16},{"source":18,"target":0},{"source":18,"target":16},{"source":18,"target":163},{"source":18,"target":164},{"source":18,"target":165},{"source":18,"target":166},{"source":163,"target":167},{"source":163,"target":18},{"source":164,"target":36},{"source":164,"target":168},{"source":164,"target":18},{"source":168,"target":36},{"source":165,"target":169},{"source":165,"target":18},{"source":166,"target":16},{"source":19,"target":0},{"source":19,"target":16},{"source":19,"target":170},{"source":19,"target":171},{"source":19,"target":172},{"source":170,"target":34},{"source":170,"target":173},{"source":170,"target":19},{"source":173,"target":34},{"source":171,"target":174},{"source":171,"target":19},{"source":172,"target":16},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":175},{"source":20,"target":176},{"source":175,"target":34},{"source":175,"target":177},{"source":175,"target":20},{"source":177,"target":34},{"source":176,"target":16},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":178},{"source":21,"target":179},{"source":21,"target":180},{"source":21,"target":181},{"source":178,"target":182},{"source":178,"target":21},{"source":179,"target":36},{"source":179,"target":183},{"source":179,"target":21},{"source":183,"target":36},{"source":180,"target":35},{"source":180,"target":184},{"source":180,"target":21},{"source":184,"target":35},{"source":181,"target":16},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":185},{"source":22,"target":186},{"source":22,"target":187},{"source":185,"target":188},{"source":185,"target":22},{"source":186,"target":36},{"source":186,"target":189},{"source":186,"target":22},{"source":189,"target":36},{"source":187,"target":16},{"source":23,"target":0},{"source":23,"target":15},{"source":23,"target":190},{"source":23,"target":191},{"source":23,"target":192},{"source":23,"target":193},{"source":23,"target":194},{"source":23,"target":195},{"source":23,"target":196},{"source":190,"target":197},{"source":190,"target":23},{"source":191,"target":198},{"source":191,"target":23},{"source":192,"target":199},{"source":192,"target":23},{"source":193,"target":200},{"source":193,"target":23},{"source":194,"target":5},{"source":194,"target":201},{"source":194,"target":23},{"source":201,"target":5},{"source":195,"target":202},{"source":195,"target":23},{"source":196,"target":15},{"source":24,"target":0},{"source":24,"target":15},{"source":24,"target":203},{"source":203,"target":15},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":204},{"source":25,"target":205},{"source":25,"target":206},{"source":204,"target":29},{"source":204,"target":207},{"source":204,"target":25},{"source":207,"target":29},{"source":205,"target":208},{"source":205,"target":25},{"source":206,"target":24},{"source":26,"target":0},{"source":26,"target":24},{"source":26,"target":209},{"source":209,"target":24},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":210},{"source":27,"target":211},{"source":27,"target":212},{"source":27,"target":213},{"source":27,"target":214},{"source":27,"target":215},{"source":210,"target":216},{"source":210,"target":27},{"source":211,"target":217},{"source":211,"target":27},{"source":212,"target":218},{"source":212,"target":27},{"source":213,"target":219},{"source":213,"target":27},{"source":214,"target":220},{"source":214,"target":27},{"source":215,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":221},{"source":28,"target":222},{"source":28,"target":223},{"source":28,"target":224},{"source":221,"target":225},{"source":221,"target":28},{"source":222,"target":226},{"source":222,"target":28},{"source":223,"target":29},{"source":223,"target":227},{"source":223,"target":28},{"source":227,"target":29},{"source":224,"target":26},{"source":29,"target":0},{"source":29,"target":228},{"source":29,"target":229},{"source":228,"target":30},{"source":228,"target":230},{"source":228,"target":29},{"source":230,"target":30},{"source":229,"target":231},{"source":229,"target":29},{"source":30,"target":0},{"source":30,"target":232},{"source":30,"target":233},{"source":30,"target":234},{"source":30,"target":235},{"source":30,"target":236},{"source":30,"target":237},{"source":232,"target":30},{"source":233,"target":30},{"source":234,"target":30},{"source":235,"target":30},{"source":236,"target":30},{"source":237,"target":30},{"source":31,"target":0},{"source":31,"target":26},{"source":31,"target":238},{"source":31,"target":239},{"source":31,"target":240},{"source":31,"target":241},{"source":238,"target":242},{"source":238,"target":31},{"source":239,"target":243},{"source":239,"target":31},{"source":240,"target":29},{"source":240,"target":244},{"source":240,"target":31},{"source":244,"target":29},{"source":241,"target":26},{"source":32,"target":0},{"source":32,"target":24},{"source":32,"target":245},{"source":32,"target":246},{"source":32,"target":247},{"source":245,"target":33},{"source":245,"target":248},{"source":245,"target":32},{"source":248,"target":33},{"source":246,"target":249},{"source":246,"target":32},{"source":247,"target":24},{"source":33,"target":0},{"source":33,"target":250},{"source":33,"target":251},{"source":33,"target":252},{"source":33,"target":253},{"source":250,"target":33},{"source":251,"target":33},{"source":252,"target":33},{"source":253,"target":33},{"source":34,"target":0},{"source":34,"target":254},{"source":34,"target":255},{"source":254,"target":256},{"source":254,"target":34},{"source":255,"target":36},{"source":255,"target":257},{"source":255,"target":34},{"source":257,"target":36},{"source":35,"target":0},{"source":35,"target":258},{"source":35,"target":259},{"source":258,"target":260},{"source":258,"target":35},{"source":259,"target":37},{"source":259,"target":261},{"source":259,"target":35},{"source":261,"target":37},{"source":36,"target":0},{"source":36,"target":262},{"source":36,"target":263},{"source":36,"target":264},{"source":36,"target":265},{"source":36,"target":266},{"source":36,"target":267},{"source":36,"target":268},{"source":36,"target":269},{"source":262,"target":36},{"source":263,"target":36},{"source":264,"target":36},{"source":265,"target":36},{"source":266,"target":36},{"source":267,"target":36},{"source":268,"target":36},{"source":269,"target":36},{"source":37,"target":0},{"source":37,"target":270},{"source":37,"target":271},{"source":37,"target":272},{"source":37,"target":273},{"source":37,"target":274},{"source":37,"target":275},{"source":270,"target":37},{"source":271,"target":37},{"source":272,"target":37},{"source":273,"target":37},{"source":274,"target":37},{"source":275,"target":37}],"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="emfrelations" nsURI="http://emfrelations.emfrelations.emfrelations/" nsPrefix="emfrelations">
<eClassifiers xsi:type="ecore:EClass" name="ConceptA0">
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptb0" eType="//ConceptB0" eOpposite="//ConceptB0/concepta0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptB0">
<eStructuralFeatures xsi:type="ecore:EReference" name="concepta0" eType="//ConceptA0" eOpposite="//ConceptA0/conceptb0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptA1">
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptb1" upperBound="-1" eType="//ConceptB1" eOpposite="//ConceptB1/concepta1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptB1">
<eStructuralFeatures xsi:type="ecore:EReference" name="concepta1" eType="//ConceptA1" eOpposite="//ConceptA1/conceptb1"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptA2">
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptb2" eType="//ConceptB2" eOpposite="//ConceptB2/concepta2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptB2">
<eStructuralFeatures xsi:type="ecore:EReference" name="concepta2" upperBound="-1" eType="//ConceptA2" eOpposite="//ConceptA2/conceptb2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptA3">
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptb3" upperBound="-1" eType="//ConceptB3" eOpposite="//ConceptB3/concepta3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptB3">
<eStructuralFeatures xsi:type="ecore:EReference" name="concepta3" upperBound="-1" eType="//ConceptA3" eOpposite="//ConceptA3/conceptb3"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptA4">
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptb4" eType="//ConceptB4" containment="true" eOpposite="//ConceptB4/concepta4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptB4">
<eStructuralFeatures xsi:type="ecore:EReference" name="concepta4" eType="//ConceptA4" eOpposite="//ConceptA4/conceptb4"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptA5">
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptb5" upperBound="-1" eType="//ConceptB5" containment="true" eOpposite="//ConceptB5/concepta5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptB5">
<eStructuralFeatures xsi:type="ecore:EReference" name="concepta5" eType="//ConceptA5" eOpposite="//ConceptA5/conceptb5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptA8">
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptb8" eType="//ConceptB8"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptB8"/>
<eClassifiers xsi:type="ecore:EClass" name="ConceptA9">
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptb9" upperBound="-1" eType="//ConceptB9"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptB9"/>
<eClassifiers xsi:type="ecore:EClass" name="ConceptA10">
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptb10" eType="//ConceptB10" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptB10"/>
<eClassifiers xsi:type="ecore:EClass" name="ConceptA11">
<eStructuralFeatures xsi:type="ecore:EReference" name="conceptb11" upperBound="-1" eType="//ConceptB11" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConceptB11"/>
</ecore:EPackage>
| github:ecore:/data/gemoc/ale-lang-compiler/tests/org.eclipse.emf.ecoretools.ale.compiler.test/test-results-legacy/interpreter/testrelations/interpreter-comp/emfrelations.ecore | ecore | emfrelations
ConceptA0
conceptb0
ConceptB0
concepta0
ConceptA1
conceptb1
ConceptB1
concepta1
ConceptA2
conceptb2
ConceptB2
concepta2
ConceptA3
conceptb3
ConceptB3
concepta3
ConceptA4
conceptb4
ConceptB4
concepta4
ConceptA5
conceptb5
ConceptB5
concepta5
ConceptA8
conceptb8
ConceptB8
ConceptA9
conceptb9
ConceptB9
ConceptA10
conceptb10
ConceptB10
ConceptA11
conceptb11
ConceptB11 | null | {"directed":true,"nodes":[{"nsPrefix":"emfrelations","nsURI":"http://emfrelations.emfrelations.emfrelations/","name":"emfrelations","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptA0","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptB0","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptA1","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptB1","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptA2","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptB2","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptA3","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptB3","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptA4","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptB4","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptA5","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptB5","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptA8","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptB8","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptA9","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptB9","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptA10","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptB10","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptA11","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConceptB11","instanceClass":null,"abstract":false,"id":20,"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":"conceptb0","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"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":"concepta0","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"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":"conceptb1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"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":"concepta1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"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":"conceptb2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"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":"concepta2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"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":"conceptb3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"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":"concepta3","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"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":"conceptb4","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"id":38,"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":"concepta4","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"derived":false},{"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":"conceptb5","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"id":42,"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":"concepta5","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"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":"conceptb8","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptb9","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conceptb10","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conceptb11","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"id":52,"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":2},{"source":21,"target":22},{"source":21,"target":1},{"source":21,"target":23},{"source":22,"target":2},{"source":2,"target":0},{"source":2,"target":23},{"source":23,"target":1},{"source":23,"target":24},{"source":23,"target":2},{"source":23,"target":21},{"source":24,"target":1},{"source":3,"target":0},{"source":3,"target":25},{"source":25,"target":4},{"source":25,"target":26},{"source":25,"target":3},{"source":25,"target":27},{"source":26,"target":4},{"source":4,"target":0},{"source":4,"target":27},{"source":27,"target":3},{"source":27,"target":28},{"source":27,"target":4},{"source":27,"target":25},{"source":28,"target":3},{"source":5,"target":0},{"source":5,"target":29},{"source":29,"target":6},{"source":29,"target":30},{"source":29,"target":5},{"source":29,"target":31},{"source":30,"target":6},{"source":6,"target":0},{"source":6,"target":31},{"source":31,"target":5},{"source":31,"target":32},{"source":31,"target":6},{"source":31,"target":29},{"source":32,"target":5},{"source":7,"target":0},{"source":7,"target":33},{"source":33,"target":8},{"source":33,"target":34},{"source":33,"target":7},{"source":33,"target":35},{"source":34,"target":8},{"source":8,"target":0},{"source":8,"target":35},{"source":35,"target":7},{"source":35,"target":36},{"source":35,"target":8},{"source":35,"target":33},{"source":36,"target":7},{"source":9,"target":0},{"source":9,"target":37},{"source":37,"target":10},{"source":37,"target":38},{"source":37,"target":9},{"source":37,"target":39},{"source":38,"target":10},{"source":10,"target":0},{"source":10,"target":39},{"source":39,"target":9},{"source":39,"target":40},{"source":39,"target":10},{"source":39,"target":37},{"source":40,"target":9},{"source":11,"target":0},{"source":11,"target":41},{"source":41,"target":12},{"source":41,"target":42},{"source":41,"target":11},{"source":41,"target":43},{"source":42,"target":12},{"source":12,"target":0},{"source":12,"target":43},{"source":43,"target":11},{"source":43,"target":44},{"source":43,"target":12},{"source":43,"target":41},{"source":44,"target":11},{"source":13,"target":0},{"source":13,"target":45},{"source":45,"target":14},{"source":45,"target":46},{"source":45,"target":13},{"source":46,"target":14},{"source":14,"target":0},{"source":15,"target":0},{"source":15,"target":47},{"source":47,"target":16},{"source":47,"target":48},{"source":47,"target":15},{"source":48,"target":16},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":49},{"source":49,"target":18},{"source":49,"target":50},{"source":49,"target":17},{"source":50,"target":18},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":51},{"source":51,"target":20},{"source":51,"target":52},{"source":51,"target":19},{"source":52,"target":20},{"source":20,"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="bug287941TestLanguage" nsURI="http://www.eclipse.org/xtext/ui/common/tests/2009/bug287941TestLanguage"
nsPrefix="bug287941TestLanguage">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//Import" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="query" eType="#//MQLquery"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Import">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MQLquery">
<eStructuralFeatures xsi:type="ecore:EReference" name="selectEntries" upperBound="-1"
eType="#//SelectEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fromEntries" upperBound="-1"
eType="#//FromEntry" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="whereEntries" upperBound="-1"
eType="#//WhereEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="select" eType="#//FromEntry"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FromEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="withoutsubtypes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scopeClause" eType="#//ScopeClause"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScopeClause">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notIn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="scope" eType="#//Scope"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Scope">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uris" unique="false" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ResourceScope" eSuperTypes="#//Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="ElementScope" eSuperTypes="#//Scope"/>
<eClassifiers xsi:type="ecore:EClass" name="WhereEntry"/>
<eClassifiers xsi:type="ecore:EClass" name="AttributeWhereEntry" eSuperTypes="#//WhereEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="alias" eType="#//FromEntry"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NumericAttributeWhereEntry" eSuperTypes="#//AttributeWhereEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//NumericOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DoubleWhereEntry" eSuperTypes="#//NumericAttributeWhereEntry">
<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="LongWhereEntry" eSuperTypes="#//NumericAttributeWhereEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableWhereEntry" eSuperTypes="#//AttributeWhereEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//NumericOperator"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightAlias" eType="#//FromEntry"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightAttribute" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="NumericOperator">
<eLiterals name="lessThen" literal="<"/>
<eLiterals name="greaterThen" value="1" literal=">"/>
<eLiterals name="lessEqual" value="2" literal="<="/>
<eLiterals name="greaterEqual" value="3" literal=">="/>
<eLiterals name="equal" value="4" literal="="/>
<eLiterals name="notEqual" value="5" literal="!="/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringAttributeWhereEntry" eSuperTypes="#//AttributeWhereEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//StringOperator"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="StringOperator">
<eLiterals name="equal" literal="="/>
<eLiterals name="notEqual" value="1" literal="!="/>
<eLiterals name="like" value="2" literal="like"/>
<eLiterals name="notLike" value="3" literal="notlike"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanAttributeWhereEntry" eSuperTypes="#//AttributeWhereEntry">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//BooleanOperator"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isTrue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="BooleanOperator">
<eLiterals name="equal" literal="="/>
<eLiterals name="notEqual" value="1" literal="!="/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NullWhereEntry" eSuperTypes="#//WhereEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="alias" eType="#//FromEntry"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="#//BooleanOperator"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ReferenceAliasWhereEntry" eSuperTypes="#//WhereEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="alias" eType="#//FromEntry"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightAlias" eType="#//FromEntry"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubselectWhereEntry" eSuperTypes="#//WhereEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="alias" eType="#//FromEntry"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="notIn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subQuery" eType="#//MQLquery"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AliasWhereEntry" eSuperTypes="#//WhereEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="alias" eType="#//FromEntry"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightAlias" eType="#//FromEntry"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OrWhereEntry" eSuperTypes="#//WhereEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//WhereEntry" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AndWhereEntry" eSuperTypes="#//WhereEntry">
<eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1"
eType="#//WhereEntry" containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/eclipse/xtext-eclipse/org.eclipse.xtext.ui.tests/model/generated/Bug287941TestLanguage.ecore | ecore | bug287941TestLanguage
Model
imports
query
Import
importURI
MQLquery
selectEntries
fromEntries
whereEntries
SelectEntry
select
attribute
FromEntry
type
withoutsubtypes
alias
scopeClause
ScopeClause
notIn
scope
Scope
uris
ResourceScope
ElementScope
WhereEntry
AttributeWhereEntry
alias
attribute
NumericAttributeWhereEntry
operator
DoubleWhereEntry
value
LongWhereEntry
value
VariableWhereEntry
operator
rightAlias
rightAttribute
NumericOperator
lessThen
<
greaterThen
>
lessEqual
<=
greaterEqual
>=
equal
=
notEqual
!=
StringAttributeWhereEntry
operator
pattern
StringOperator
equal
=
notEqual
!=
like
like
notLike
notlike
BooleanAttributeWhereEntry
operator
isTrue
BooleanOperator
equal
=
notEqual
!=
NullWhereEntry
alias
feature
operator
ReferenceAliasWhereEntry
alias
reference
rightAlias
SubselectWhereEntry
alias
reference
notIn
subQuery
AliasWhereEntry
alias
rightAlias
OrWhereEntry
entries
AndWhereEntry
entries | null | {"directed":true,"nodes":[{"nsPrefix":"bug287941TestLanguage","nsURI":"http://www.eclipse.org/xtext/ui/common/tests/2009/bug287941TestLanguage","name":"bug287941TestLanguage","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":"Import","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MQLquery","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectEntry","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromEntry","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopeClause","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scope","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceScope","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementScope","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhereEntry","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeWhereEntry","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumericAttributeWhereEntry","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleWhereEntry","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongWhereEntry","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableWhereEntry","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NumericOperator","instanceClass":null,"id":16,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringAttributeWhereEntry","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"StringOperator","instanceClass":null,"id":18,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanAttributeWhereEntry","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BooleanOperator","instanceClass":null,"id":20,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullWhereEntry","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceAliasWhereEntry","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubselectWhereEntry","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AliasWhereEntry","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrWhereEntry","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndWhereEntry","instanceClass":null,"abstract":false,"id":26,"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":"imports","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":"query","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"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":"importURI","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"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":"selectEntries","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":"fromEntries","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":"whereEntries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"select","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":"attribute","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":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"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":"withoutsubtypes","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":"alias","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":true,"unsettable":false,"transient":false,"unique":true,"name":"scopeClause","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notIn","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"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":"uris","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alias","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":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"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":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"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":67,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"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":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":"rightAlias","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":"rightAttribute","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"},{"name":"lessThen","id":80,"value":0,"literal":"<","eClass":"EEnumLiteral"},{"name":"greaterThen","id":81,"value":1,"literal":">","eClass":"EEnumLiteral"},{"name":"lessEqual","id":82,"value":2,"literal":"<=","eClass":"EEnumLiteral"},{"name":"greaterEqual","id":83,"value":3,"literal":">=","eClass":"EEnumLiteral"},{"name":"equal","id":84,"value":4,"literal":"=","eClass":"EEnumLiteral"},{"name":"notEqual","id":85,"value":5,"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":86,"derived":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":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"name":"equal","id":91,"value":0,"literal":"=","eClass":"EEnumLiteral"},{"name":"notEqual","id":92,"value":1,"literal":"!=","eClass":"EEnumLiteral"},{"name":"like","id":93,"value":2,"literal":"like","eClass":"EEnumLiteral"},{"name":"notLike","id":94,"value":3,"literal":"notlike","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":95,"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":"isTrue","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"name":"equal","id":100,"value":0,"literal":"=","eClass":"EEnumLiteral"},{"name":"notEqual","id":101,"value":1,"literal":"!=","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":"alias","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":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":103,"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":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"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":"alias","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":"reference","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":"rightAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"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":"alias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":116,"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":"reference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"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":"notIn","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subQuery","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"alias","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":"rightAlias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":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":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":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":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"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":1,"target":0},{"source":1,"target":27},{"source":1,"target":28},{"source":27,"target":2},{"source":27,"target":29},{"source":27,"target":1},{"source":29,"target":2},{"source":28,"target":3},{"source":28,"target":30},{"source":28,"target":1},{"source":30,"target":3},{"source":2,"target":0},{"source":2,"target":31},{"source":31,"target":32},{"source":31,"target":2},{"source":3,"target":0},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":33,"target":4},{"source":33,"target":36},{"source":33,"target":3},{"source":36,"target":4},{"source":34,"target":5},{"source":34,"target":37},{"source":34,"target":3},{"source":37,"target":5},{"source":35,"target":10},{"source":35,"target":38},{"source":35,"target":3},{"source":38,"target":10},{"source":4,"target":0},{"source":4,"target":39},{"source":4,"target":40},{"source":39,"target":5},{"source":39,"target":41},{"source":39,"target":4},{"source":41,"target":5},{"source":40,"target":42},{"source":40,"target":4},{"source":5,"target":0},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":43,"target":47},{"source":43,"target":5},{"source":44,"target":48},{"source":44,"target":5},{"source":45,"target":49},{"source":45,"target":5},{"source":46,"target":6},{"source":46,"target":50},{"source":46,"target":5},{"source":50,"target":6},{"source":6,"target":0},{"source":6,"target":51},{"source":6,"target":52},{"source":51,"target":53},{"source":51,"target":6},{"source":52,"target":7},{"source":52,"target":54},{"source":52,"target":6},{"source":54,"target":7},{"source":7,"target":0},{"source":7,"target":55},{"source":55,"target":56},{"source":55,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":57},{"source":57,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":58},{"source":58,"target":7},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":59},{"source":11,"target":60},{"source":11,"target":61},{"source":59,"target":5},{"source":59,"target":62},{"source":59,"target":11},{"source":62,"target":5},{"source":60,"target":63},{"source":60,"target":11},{"source":61,"target":10},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":64},{"source":12,"target":65},{"source":64,"target":16},{"source":64,"target":66},{"source":64,"target":12},{"source":66,"target":16},{"source":65,"target":11},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":67},{"source":13,"target":68},{"source":67,"target":69},{"source":67,"target":13},{"source":68,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":70},{"source":14,"target":71},{"source":70,"target":72},{"source":70,"target":14},{"source":71,"target":12},{"source":15,"target":0},{"source":15,"target":11},{"source":15,"target":73},{"source":15,"target":74},{"source":15,"target":75},{"source":15,"target":76},{"source":73,"target":16},{"source":73,"target":77},{"source":73,"target":15},{"source":77,"target":16},{"source":74,"target":5},{"source":74,"target":78},{"source":74,"target":15},{"source":78,"target":5},{"source":75,"target":79},{"source":75,"target":15},{"source":76,"target":11},{"source":16,"target":0},{"source":16,"target":80},{"source":16,"target":81},{"source":16,"target":82},{"source":16,"target":83},{"source":16,"target":84},{"source":16,"target":85},{"source":80,"target":16},{"source":81,"target":16},{"source":82,"target":16},{"source":83,"target":16},{"source":84,"target":16},{"source":85,"target":16},{"source":17,"target":0},{"source":17,"target":11},{"source":17,"target":86},{"source":17,"target":87},{"source":17,"target":88},{"source":86,"target":18},{"source":86,"target":89},{"source":86,"target":17},{"source":89,"target":18},{"source":87,"target":90},{"source":87,"target":17},{"source":88,"target":11},{"source":18,"target":0},{"source":18,"target":91},{"source":18,"target":92},{"source":18,"target":93},{"source":18,"target":94},{"source":91,"target":18},{"source":92,"target":18},{"source":93,"target":18},{"source":94,"target":18},{"source":19,"target":0},{"source":19,"target":11},{"source":19,"target":95},{"source":19,"target":96},{"source":19,"target":97},{"source":95,"target":20},{"source":95,"target":98},{"source":95,"target":19},{"source":98,"target":20},{"source":96,"target":99},{"source":96,"target":19},{"source":97,"target":11},{"source":20,"target":0},{"source":20,"target":100},{"source":20,"target":101},{"source":100,"target":20},{"source":101,"target":20},{"source":21,"target":0},{"source":21,"target":10},{"source":21,"target":102},{"source":21,"target":103},{"source":21,"target":104},{"source":21,"target":105},{"source":102,"target":5},{"source":102,"target":106},{"source":102,"target":21},{"source":106,"target":5},{"source":103,"target":107},{"source":103,"target":21},{"source":104,"target":20},{"source":104,"target":108},{"source":104,"target":21},{"source":108,"target":20},{"source":105,"target":10},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":109},{"source":22,"target":110},{"source":22,"target":111},{"source":22,"target":112},{"source":109,"target":5},{"source":109,"target":113},{"source":109,"target":22},{"source":113,"target":5},{"source":110,"target":114},{"source":110,"target":22},{"source":111,"target":5},{"source":111,"target":115},{"source":111,"target":22},{"source":115,"target":5},{"source":112,"target":10},{"source":23,"target":0},{"source":23,"target":10},{"source":23,"target":116},{"source":23,"target":117},{"source":23,"target":118},{"source":23,"target":119},{"source":23,"target":120},{"source":116,"target":5},{"source":116,"target":121},{"source":116,"target":23},{"source":121,"target":5},{"source":117,"target":122},{"source":117,"target":23},{"source":118,"target":123},{"source":118,"target":23},{"source":119,"target":3},{"source":119,"target":124},{"source":119,"target":23},{"source":124,"target":3},{"source":120,"target":10},{"source":24,"target":0},{"source":24,"target":10},{"source":24,"target":125},{"source":24,"target":126},{"source":24,"target":127},{"source":125,"target":5},{"source":125,"target":128},{"source":125,"target":24},{"source":128,"target":5},{"source":126,"target":5},{"source":126,"target":129},{"source":126,"target":24},{"source":129,"target":5},{"source":127,"target":10},{"source":25,"target":0},{"source":25,"target":10},{"source":25,"target":130},{"source":25,"target":131},{"source":130,"target":10},{"source":130,"target":132},{"source":130,"target":25},{"source":132,"target":10},{"source":131,"target":10},{"source":26,"target":0},{"source":26,"target":10},{"source":26,"target":133},{"source":26,"target":134},{"source":133,"target":10},{"source":133,"target":135},{"source":133,"target":26},{"source":135,"target":10},{"source":134,"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="systemmodel" nsURI="http://sdq.ipd.kit.edu/dataflow/systemmodel"
nsPrefix="systemmodel">
<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="System">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="attributeNamesUnique datatypeNamesUnique propertyNamesUnique valueSetTypeNamesUnique operationAndSystemUsageNamesUnique"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="attributeNamesUnique" value="attributes->isUnique(name)"/>
<details key="datatypeNamesUnique" value="datatypes->isUnique(name)"/>
<details key="propertyNamesUnique" value="properties->isUnique(name)"/>
<details key="valueSetTypeNamesUnique" value="types->isUnique(name)"/>
<details key="operationAndSystemUsageNamesUnique" value="operations->union(systemusages)->isUnique(name)"/>
</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="attributes" upperBound="-1"
eType="#//Attribute" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="datatypes" upperBound="-1"
eType="#//DataType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//Operation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1"
eType="#//Property" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1"
eType="#//ValueSetType" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="systemusages" upperBound="-1"
eType="#//SystemUsage" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Attribute">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//ValueSetType"/>
<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="Value">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="containingType" lowerBound="1"
eType="#//ValueSetType" eOpposite="#//ValueSetType/values"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//Caller">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="parameterNamesUnique returnValueNamesUnique stateNamesUnique noDuplicatePropertyDefinitions noCyclesInCallGraph onlyConstantDefaultStateDefinitions"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="parameterNamesUnique" value="parameters->isUnique(name)"/>
<details key="returnValueNamesUnique" value="returnValues->isUnique(name)"/>
<details key="stateNamesUnique" value="stateVariables->isUnique(name)"/>
<details key="noDuplicatePropertyDefinitions" value="propertyDefinitions->isUnique(property)"/>
<details key="noCyclesInCallGraph" value=" self.calls->closure(call | call.callee.calls).callee->excludes(self)"/>
<details key="onlyConstantDefaultStateDefinitions" value="defaultStateDefinitions.term->closure(t | t.oclContents())->forAll(
			oclIsKindOf(True) or oclIsKindOf(False) or
			oclIsKindOf(And) or oclIsKindOf(Or) or oclIsKindOf(Not) or
			oclIsKindOf(PropertyRef)
		)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1"
eType="#//Variable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnValues" upperBound="-1"
eType="#//Variable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyDefinitions" upperBound="-1"
eType="#//PropertyDefinition" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnValueAssignments"
upperBound="-1" eType="#//VariableAssignment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateVariables" upperBound="-1"
eType="#//Variable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="defaultStateDefinitions"
upperBound="-1" eType="#//VariableAssignment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="postExecutionStateDefinitions"
upperBound="-1" eType="#//VariableAssignment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable">
<eStructuralFeatures xsi:type="ecore:EReference" name="datatype" lowerBound="1"
eType="#//DataType"/>
<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="DataType">
<eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1"
eType="#//Attribute"/>
<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="Property">
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//ValueSetType"/>
<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="PropertyDefinition">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="valuesPartOfPropertyType"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="valuesPartOfPropertyType" value="getPossibleValues()->includesAll(presentValues)"/>
</eAnnotations>
<eOperations name="getPossibleValues" ordered="false" upperBound="-1" eType="#//Value">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				if property.oclIsUndefined() then
					Property.allInstances().type.values->asSet()
				else
					property.type.values->asSet()
				endif"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1"
eType="#//Property"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="presentValues" upperBound="-1"
eType="#//Value"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationCall">
<eStructuralFeatures xsi:type="ecore:EReference" name="callee" lowerBound="1"
eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameterAssignments" upperBound="-1"
eType="#//VariableAssignment" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="caller" lowerBound="1"
eType="#//Caller" eOpposite="#//Caller/calls"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="preCallStateDefinitions"
upperBound="-1" eType="#//VariableAssignment" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="VariableAssignment">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="isVariableValid isAttributeValid isValueValid"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="isVariableValid" value="getPossibleVariables()->includes(variable)"/>
<details key="isAttributeValid" value="getPossibleAttributes()->includes(attribute)"/>
<details key="isValueValid" value="getPossibleValues()->includes(value)"/>
</eAnnotations>
<eOperations name="getPossibleVariables" ordered="false" upperBound="-1" eType="#//Variable">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				let cont = self.oclContainer() in
				if(cont.oclIsUndefined()) then
					Variable.allInstances()->asSet()
				else 
					if(cont.oclIsKindOf(OperationCall)) then
						if cont.oclAsType(OperationCall).parameterAssignments->includes(self) then
							cont.oclAsType(OperationCall).callee.parameters->asSet()
						else
							Operation.allInstances().stateVariables->asSet()
						endif
					else
						if(cont.oclIsKindOf(Operation)) then
							if cont.oclAsType(Operation).returnValueAssignments->includes(self) then
								cont.oclAsType(Operation).returnValues->asSet()
							else
								if cont.oclAsType(Operation).defaultStateDefinitions->includes(self) then
									cont.oclAsType(Operation).stateVariables->asSet()
								else
									Operation.allInstances().stateVariables->asSet()
								endif
							endif
						else
							Variable.allInstances()->asSet()
						endif
					endif
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="getPossibleAttributes" ordered="false" upperBound="-1" eType="#//Attribute">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				if variable.oclIsUndefined() then
					getPossibleVariables().datatype.attributes->asSet()->union(Set{null})
				else
					variable.datatype.attributes->asSet()->union(Set{null})
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="getPossibleValues" ordered="false" upperBound="-1" eType="#//Value">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				if attribute.oclIsUndefined() then
					getPossibleAttributes()->reject(oclIsUndefined()).type.values->asSet()->union(Set{null})
				else
					attribute.type.values->asSet()->union(Set{null})
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="isAttributeWildcard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				attribute.oclIsUndefined()"/>
</eAnnotations>
</eOperations>
<eOperations name="isValueWildcard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				value.oclIsUndefined()"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="#//LogicTerm"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ValueSetType">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="valueNamesUnique"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="valueNamesUnique" value="values->isUnique(name)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//Value" containment="true" eOpposite="#//Value/containingType"/>
<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="LogicTerm" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="containingAssignment" eType="#//VariableAssignment"
changeable="false" volatile="true" transient="true" derived="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="derivation" value="let cont = self.oclAsSet()->closure(elem | elem.oclContainer())->any(e | e.oclIsKindOf(VariableAssignment)) in
				if(cont.oclIsInvalid()) then 
					null
				else 
					cont.oclAsType(VariableAssignment)
				endif"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="True" eSuperTypes="#//LogicTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="False" eSuperTypes="#//LogicTerm"/>
<eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//LogicTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="operands" lowerBound="2"
upperBound="2" eType="#//LogicTerm" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//LogicTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="operands" lowerBound="2"
upperBound="2" eType="#//LogicTerm" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="#//LogicTerm">
<eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1"
eType="#//LogicTerm" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ParameterRef" eSuperTypes="#//LogicTerm">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="isParameterValid isAttributeValid isValueValid"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="isParameterValid" value="getPossibleParameters()->includes(parameter)"/>
<details key="isAttributeValid" value="getPossibleAttributes()->includes(attribute)"/>
<details key="isValueValid" value="getPossibleValues()->includes(value)"/>
</eAnnotations>
<eOperations name="getPossibleParameters" ordered="false" upperBound="-1" eType="#//Variable">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				let assi = containingAssignment in
				if(assi.oclIsUndefined() or assi.oclContainer().oclIsUndefined()) then
					Operation.allInstances().parameters->asSet()
				else 
					if(assi.oclContainer().oclIsKindOf(OperationCall)) then
						let caller = assi.oclContainer().oclAsType(OperationCall).caller in
						if (caller.oclIsKindOf(Operation)) then
							caller.oclAsType(Operation).parameters->asSet()
						else
							Set{}					
						endif
					else
						if(assi.oclContainer().oclIsKindOf(Operation)) then
							assi.oclContainer().oclAsType(Operation).parameters->asSet()
						else
							Operation.allInstances().parameters->asSet()
						endif
					endif
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="getPossibleAttributes" ordered="false" upperBound="-1" eType="#//Attribute">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				if parameter.oclIsUndefined() then
					getPossibleParameters().datatype.attributes->asSet()->union(Set{null})
				else
					parameter.datatype.attributes->asSet()->union(Set{null})
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="getPossibleValues" ordered="false" upperBound="-1" eType="#//Value">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				if attribute.oclIsUndefined() then
					getPossibleAttributes()->reject(oclIsUndefined()).type.values->asSet()->union(Set{null})
				else
					attribute.type.values->asSet()->union(Set{null})
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="isAttributeWildcard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				attribute.oclIsUndefined()"/>
</eAnnotations>
</eOperations>
<eOperations name="isValueWildcard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				value.oclIsUndefined()"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyRef" eSuperTypes="#//LogicTerm">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="isPropertyValid isValueValid"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="isPropertyValid" value="getPossibleProperties()->includes(property)"/>
<details key="isValueValid" value="getPossibleValues()->includes(value)"/>
</eAnnotations>
<eOperations name="getPossibleProperties" ordered="false" upperBound="-1" eType="#//Property">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				if operation.oclIsUndefined() then
					Operation.allInstances().propertyDefinitions.property->asSet()
				else
					operation.propertyDefinitions.property->asSet()
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="getPossibleValues" ordered="false" upperBound="-1" eType="#//Value">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				if property.oclIsUndefined() then
					getPossibleProperties().type.values->asSet()->union(Set{null})
				else
					property.type.values->asSet()->union(Set{null})
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="isValueWildcard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				value.oclIsUndefined()"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="operation" lowerBound="1"
eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="property" lowerBound="1"
eType="#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Caller" abstract="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="callNamesUnique"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="callNamesUnique" value="calls->isUnique(name)"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="calls" upperBound="-1"
eType="#//OperationCall" containment="true" eOpposite="#//OperationCall/caller"/>
<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="SystemUsage" eSuperTypes="#//Caller"/>
<eClassifiers xsi:type="ecore:EClass" name="ReturnValueRef" eSuperTypes="#//LogicTerm">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="isCallValid isReturnValueValid isAttributeValid isValueValid"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="isCallValid" value="getPossibleCalls()->includes(call)"/>
<details key="isReturnValueValid" value="getPossibleReturnValues()->includes(returnValue)"/>
<details key="isAttributeValid" value="getPossibleAttributes()->includes(attribute)"/>
<details key="isValueValid" value="getPossibleValues()->includes(value)"/>
</eAnnotations>
<eOperations name="getPossibleCalls" ordered="false" upperBound="-1" eType="#//OperationCall">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				let assi = containingAssignment in
				if(assi.oclIsUndefined() or assi.oclContainer().oclIsUndefined()) then
					Caller.allInstances().calls->asSet()
				else 
					if(assi.oclContainer().oclIsKindOf(OperationCall)) then
						let call = assi.oclContainer().oclAsType(OperationCall) in
						let callIdx = call.caller.calls->indexOf(call) in
						if(callIdx = 1) then
							Set{}
						else 
							call.caller.calls->subOrderedSet(1, callIdx-1)->asSet()
						endif
					else
						if(assi.oclContainer().oclIsKindOf(Caller)) then
							assi.oclContainer().oclAsType(Caller).calls->asSet()
						else
							Caller.allInstances().calls->asSet()
						endif
					endif
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="getPossibleReturnValues" ordered="false" upperBound="-1" eType="#//Variable">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				if(call.oclIsUndefined()) then
					getPossibleCalls().callee.returnValues->asSet()
				else
					call.callee.returnValues->asSet()
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="getPossibleAttributes" ordered="false" upperBound="-1" eType="#//Attribute">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				if returnValue.oclIsUndefined() then
					getPossibleReturnValues().datatype.attributes->asSet()->union(Set{null})
				else
					returnValue.datatype.attributes->asSet()->union(Set{null})
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="getPossibleValues" ordered="false" upperBound="-1" eType="#//Value">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				if attribute.oclIsUndefined() then
					getPossibleAttributes()->reject(oclIsUndefined()).type.values->asSet()->union(Set{null})
				else
					attribute.type.values->asSet()->union(Set{null})
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="isAttributeWildcard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				attribute.oclIsUndefined()"/>
</eAnnotations>
</eOperations>
<eOperations name="isValueWildcard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				value.oclIsUndefined()"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="returnValue" lowerBound="1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="call" lowerBound="1" eType="#//OperationCall"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StateRef" eSuperTypes="#//LogicTerm">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="isStateVariableValid isAttributeValid isValueValid"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="isStateVariableValid" value="getPossibleVariables()->includes(stateVariable)"/>
<details key="isAttributeValid" value="getPossibleAttributes()->includes(attribute)"/>
<details key="isValueValid" value="getPossibleValues()->includes(value)"/>
</eAnnotations>
<eOperations name="getPossibleVariables" ordered="false" upperBound="-1" eType="#//Variable">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				Operation.allInstances().stateVariables->asSet()"/>
</eAnnotations>
</eOperations>
<eOperations name="getPossibleAttributes" ordered="false" upperBound="-1" eType="#//Attribute">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				if stateVariable.oclIsUndefined() then
					getPossibleVariables().datatype.attributes->asSet()->union(Set{null})
				else
					stateVariable.datatype.attributes->asSet()->union(Set{null})
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="getPossibleValues" ordered="false" upperBound="-1" eType="#//Value">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				if attribute.oclIsUndefined() then
					getPossibleAttributes()->reject(oclIsUndefined()).type.values->asSet()->union(Set{null})
				else
					attribute.type.values->asSet()->union(Set{null})
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="isAttributeWildcard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				attribute.oclIsUndefined()"/>
</eAnnotations>
</eOperations>
<eOperations name="isValueWildcard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				value.oclIsUndefined()"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateVariable" lowerBound="1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DefaultStateRef" eSuperTypes="#//LogicTerm">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Main purpose is to allow the Translator to defined state assignments prior to performing the translation.
This class should usually not be used when defining models."/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="isStateVariableValid isAttributeValid isValueValid"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="isStateVariableValid" value="getPossibleVariables()->includes(stateVariable)"/>
<details key="isAttributeValid" value="getPossibleAttributes()->includes(attribute)"/>
<details key="isValueValid" value="getPossibleValues()->includes(value)"/>
</eAnnotations>
<eOperations name="getPossibleVariables" ordered="false" upperBound="-1" eType="#//Variable">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				Operation.allInstances().stateVariables->asSet()"/>
</eAnnotations>
</eOperations>
<eOperations name="getPossibleAttributes" ordered="false" upperBound="-1" eType="#//Attribute">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				if stateVariable.oclIsUndefined() then
					getPossibleVariables().datatype.attributes->asSet()->union(Set{null})
				else
					stateVariable.datatype.attributes->asSet()->union(Set{null})
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="getPossibleValues" ordered="false" upperBound="-1" eType="#//Value">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				if attribute.oclIsUndefined() then
					getPossibleAttributes()->reject(oclIsUndefined()).type.values->asSet()->union(Set{null})
				else
					attribute.type.values->asSet()->union(Set{null})
				endif"/>
</eAnnotations>
</eOperations>
<eOperations name="isAttributeWildcard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				attribute.oclIsUndefined()"/>
</eAnnotations>
</eOperations>
<eOperations name="isValueWildcard" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="body" value="
				value.oclIsUndefined()"/>
</eAnnotations>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateVariable" lowerBound="1"
eType="#//Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//Attribute"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Value"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/JonasKunz/data-flow-analysis/DataFlowSystemModel/model/dataflowsystem.ecore | ecore | systemmodel
System
name
attributes
datatypes
operations
properties
types
systemusages
Attribute
type
name
Value
name
containingType
Operation
parameters
returnValues
propertyDefinitions
returnValueAssignments
stateVariables
defaultStateDefinitions
postExecutionStateDefinitions
Variable
datatype
name
DataType
attributes
name
Property
type
name
PropertyDefinition
getPossibleValues
property
presentValues
OperationCall
callee
parameterAssignments
caller
name
preCallStateDefinitions
VariableAssignment
getPossibleVariables
getPossibleAttributes
getPossibleValues
isAttributeWildcard
isValueWildcard
variable
attribute
value
term
ValueSetType
values
name
LogicTerm
containingAssignment
True
False
And
operands
Or
operands
Not
operand
ParameterRef
getPossibleParameters
getPossibleAttributes
getPossibleValues
isAttributeWildcard
isValueWildcard
parameter
attribute
value
PropertyRef
getPossibleProperties
getPossibleValues
isValueWildcard
operation
value
property
Caller
calls
name
SystemUsage
ReturnValueRef
getPossibleCalls
getPossibleReturnValues
getPossibleAttributes
getPossibleValues
isAttributeWildcard
isValueWildcard
returnValue
attribute
value
call
StateRef
getPossibleVariables
getPossibleAttributes
getPossibleValues
isAttributeWildcard
isValueWildcard
stateVariable
attribute
value
DefaultStateRef
getPossibleVariables
getPossibleAttributes
getPossibleValues
isAttributeWildcard
isValueWildcard
stateVariable
attribute
value | null | {"directed":true,"nodes":[{"nsPrefix":"systemmodel","nsURI":"http://sdq.ipd.kit.edu/dataflow/systemmodel","name":"systemmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"System","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyDefinition","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationCall","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAssignment","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSetType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicTerm","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"True","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"False","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterRef","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyRef","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Caller","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemUsage","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnValueRef","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateRef","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DefaultStateRef","instanceClass":null,"abstract":false,"id":24,"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":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":"attributes","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":"datatypes","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":"operations","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":"properties","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":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"systemusages","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"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":43,"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":"containingType","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"values","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":"parameters","changeable":true,"resolveProxies":true,"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":"returnValues","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"propertyDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"returnValueAssignments","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":true,"unsettable":false,"transient":false,"unique":true,"name":"stateVariables","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":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultStateDefinitions","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":"postExecutionStateDefinitions","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"},{"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":"datatype","changeable":true,"resolveProxies":true,"lowerBound":1,"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},{"id":65,"eClass":"EGenericType"},{"id":66,"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":"attributes","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"id":70,"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":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleValues","lowerBound":0,"id":75,"many":true,"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":"property","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":false,"unsettable":false,"transient":false,"unique":true,"name":"presentValues","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":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"parameterAssignments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"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":"caller","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"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":"preCallStateDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"calls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleVariables","lowerBound":0,"id":92,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleAttributes","lowerBound":0,"id":93,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleValues","lowerBound":0,"id":94,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAttributeWildcard","lowerBound":1,"id":95,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValueWildcard","lowerBound":1,"id":96,"many":false,"required":true,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"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":"value","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":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"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"},{"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":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"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":"containingAssignment","changeable":false,"resolveProxies":true,"lowerBound":0,"id":113,"derived":true},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"resolveProxies":true,"lowerBound":2,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"resolveProxies":true,"lowerBound":2,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"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":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleParameters","lowerBound":0,"id":126,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleAttributes","lowerBound":0,"id":127,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleValues","lowerBound":0,"id":128,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAttributeWildcard","lowerBound":1,"id":129,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValueWildcard","lowerBound":1,"id":130,"many":false,"required":true,"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":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleProperties","lowerBound":0,"id":143,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleValues","lowerBound":0,"id":144,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValueWildcard","lowerBound":1,"id":145,"many":false,"required":true,"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":"operation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"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":"property","changeable":true,"resolveProxies":true,"lowerBound":1,"id":148,"derived":false},{"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"},{"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":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleCalls","lowerBound":0,"id":160,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleReturnValues","lowerBound":0,"id":161,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleAttributes","lowerBound":0,"id":162,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleValues","lowerBound":0,"id":163,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAttributeWildcard","lowerBound":1,"id":164,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValueWildcard","lowerBound":1,"id":165,"many":false,"required":true,"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":"returnValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":166,"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":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":168,"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":"call","changeable":true,"resolveProxies":true,"lowerBound":1,"id":169,"derived":false},{"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"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleVariables","lowerBound":0,"id":181,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleAttributes","lowerBound":0,"id":182,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleValues","lowerBound":0,"id":183,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAttributeWildcard","lowerBound":1,"id":184,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValueWildcard","lowerBound":1,"id":185,"many":false,"required":true,"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":"stateVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"attribute","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"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"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleVariables","lowerBound":0,"id":198,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleAttributes","lowerBound":0,"id":199,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getPossibleValues","lowerBound":0,"id":200,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAttributeWildcard","lowerBound":1,"id":201,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isValueWildcard","lowerBound":1,"id":202,"many":false,"required":true,"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":"stateVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"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":"attribute","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":false,"unsettable":false,"transient":false,"unique":true,"name":"value","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"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"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":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":25,"target":32},{"source":25,"target":1},{"source":26,"target":2},{"source":26,"target":33},{"source":26,"target":1},{"source":33,"target":2},{"source":27,"target":6},{"source":27,"target":34},{"source":27,"target":1},{"source":34,"target":6},{"source":28,"target":4},{"source":28,"target":35},{"source":28,"target":1},{"source":35,"target":4},{"source":29,"target":7},{"source":29,"target":36},{"source":29,"target":1},{"source":36,"target":7},{"source":30,"target":11},{"source":30,"target":37},{"source":30,"target":1},{"source":37,"target":11},{"source":31,"target":21},{"source":31,"target":38},{"source":31,"target":1},{"source":38,"target":21},{"source":2,"target":0},{"source":2,"target":39},{"source":2,"target":40},{"source":39,"target":11},{"source":39,"target":41},{"source":39,"target":2},{"source":41,"target":11},{"source":40,"target":42},{"source":40,"target":2},{"source":3,"target":0},{"source":3,"target":43},{"source":3,"target":44},{"source":43,"target":45},{"source":43,"target":3},{"source":44,"target":11},{"source":44,"target":46},{"source":44,"target":3},{"source":44,"target":47},{"source":46,"target":11},{"source":4,"target":0},{"source":4,"target":20},{"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":4,"target":55},{"source":48,"target":5},{"source":48,"target":56},{"source":48,"target":4},{"source":56,"target":5},{"source":49,"target":5},{"source":49,"target":57},{"source":49,"target":4},{"source":57,"target":5},{"source":50,"target":8},{"source":50,"target":58},{"source":50,"target":4},{"source":58,"target":8},{"source":51,"target":10},{"source":51,"target":59},{"source":51,"target":4},{"source":59,"target":10},{"source":52,"target":5},{"source":52,"target":60},{"source":52,"target":4},{"source":60,"target":5},{"source":53,"target":10},{"source":53,"target":61},{"source":53,"target":4},{"source":61,"target":10},{"source":54,"target":10},{"source":54,"target":62},{"source":54,"target":4},{"source":62,"target":10},{"source":55,"target":20},{"source":5,"target":0},{"source":5,"target":63},{"source":5,"target":64},{"source":63,"target":6},{"source":63,"target":65},{"source":63,"target":5},{"source":65,"target":6},{"source":64,"target":66},{"source":64,"target":5},{"source":6,"target":0},{"source":6,"target":67},{"source":6,"target":68},{"source":67,"target":2},{"source":67,"target":69},{"source":67,"target":6},{"source":69,"target":2},{"source":68,"target":70},{"source":68,"target":6},{"source":7,"target":0},{"source":7,"target":71},{"source":7,"target":72},{"source":71,"target":11},{"source":71,"target":73},{"source":71,"target":7},{"source":73,"target":11},{"source":72,"target":74},{"source":72,"target":7},{"source":8,"target":0},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":75,"target":3},{"source":75,"target":78},{"source":75,"target":8},{"source":78,"target":3},{"source":76,"target":7},{"source":76,"target":79},{"source":76,"target":8},{"source":79,"target":7},{"source":77,"target":3},{"source":77,"target":80},{"source":77,"target":8},{"source":80,"target":3},{"source":9,"target":0},{"source":9,"target":81},{"source":9,"target":82},{"source":9,"target":83},{"source":9,"target":84},{"source":9,"target":85},{"source":81,"target":4},{"source":81,"target":86},{"source":81,"target":9},{"source":86,"target":4},{"source":82,"target":10},{"source":82,"target":87},{"source":82,"target":9},{"source":87,"target":10},{"source":83,"target":20},{"source":83,"target":88},{"source":83,"target":9},{"source":83,"target":89},{"source":88,"target":20},{"source":84,"target":90},{"source":84,"target":9},{"source":85,"target":10},{"source":85,"target":91},{"source":85,"target":9},{"source":91,"target":10},{"source":10,"target":0},{"source":10,"target":92},{"source":10,"target":93},{"source":10,"target":94},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":10,"target":99},{"source":10,"target":100},{"source":92,"target":5},{"source":92,"target":101},{"source":92,"target":10},{"source":101,"target":5},{"source":93,"target":2},{"source":93,"target":102},{"source":93,"target":10},{"source":102,"target":2},{"source":94,"target":3},{"source":94,"target":103},{"source":94,"target":10},{"source":103,"target":3},{"source":95,"target":104},{"source":95,"target":10},{"source":96,"target":105},{"source":96,"target":10},{"source":97,"target":5},{"source":97,"target":106},{"source":97,"target":10},{"source":106,"target":5},{"source":98,"target":2},{"source":98,"target":107},{"source":98,"target":10},{"source":107,"target":2},{"source":99,"target":3},{"source":99,"target":108},{"source":99,"target":10},{"source":108,"target":3},{"source":100,"target":12},{"source":100,"target":109},{"source":100,"target":10},{"source":109,"target":12},{"source":11,"target":0},{"source":11,"target":47},{"source":11,"target":110},{"source":47,"target":3},{"source":47,"target":111},{"source":47,"target":11},{"source":47,"target":44},{"source":111,"target":3},{"source":110,"target":112},{"source":110,"target":11},{"source":12,"target":0},{"source":12,"target":113},{"source":113,"target":10},{"source":113,"target":114},{"source":113,"target":12},{"source":114,"target":10},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":115},{"source":115,"target":12},{"source":14,"target":0},{"source":14,"target":12},{"source":14,"target":116},{"source":116,"target":12},{"source":15,"target":0},{"source":15,"target":12},{"source":15,"target":117},{"source":15,"target":118},{"source":117,"target":12},{"source":117,"target":119},{"source":117,"target":15},{"source":119,"target":12},{"source":118,"target":12},{"source":16,"target":0},{"source":16,"target":12},{"source":16,"target":120},{"source":16,"target":121},{"source":120,"target":12},{"source":120,"target":122},{"source":120,"target":16},{"source":122,"target":12},{"source":121,"target":12},{"source":17,"target":0},{"source":17,"target":12},{"source":17,"target":123},{"source":17,"target":124},{"source":123,"target":12},{"source":123,"target":125},{"source":123,"target":17},{"source":125,"target":12},{"source":124,"target":12},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":126},{"source":18,"target":127},{"source":18,"target":128},{"source":18,"target":129},{"source":18,"target":130},{"source":18,"target":131},{"source":18,"target":132},{"source":18,"target":133},{"source":18,"target":134},{"source":126,"target":5},{"source":126,"target":135},{"source":126,"target":18},{"source":135,"target":5},{"source":127,"target":2},{"source":127,"target":136},{"source":127,"target":18},{"source":136,"target":2},{"source":128,"target":3},{"source":128,"target":137},{"source":128,"target":18},{"source":137,"target":3},{"source":129,"target":138},{"source":129,"target":18},{"source":130,"target":139},{"source":130,"target":18},{"source":131,"target":5},{"source":131,"target":140},{"source":131,"target":18},{"source":140,"target":5},{"source":132,"target":2},{"source":132,"target":141},{"source":132,"target":18},{"source":141,"target":2},{"source":133,"target":3},{"source":133,"target":142},{"source":133,"target":18},{"source":142,"target":3},{"source":134,"target":12},{"source":19,"target":0},{"source":19,"target":12},{"source":19,"target":143},{"source":19,"target":144},{"source":19,"target":145},{"source":19,"target":146},{"source":19,"target":147},{"source":19,"target":148},{"source":19,"target":149},{"source":143,"target":7},{"source":143,"target":150},{"source":143,"target":19},{"source":150,"target":7},{"source":144,"target":3},{"source":144,"target":151},{"source":144,"target":19},{"source":151,"target":3},{"source":145,"target":152},{"source":145,"target":19},{"source":146,"target":4},{"source":146,"target":153},{"source":146,"target":19},{"source":153,"target":4},{"source":147,"target":3},{"source":147,"target":154},{"source":147,"target":19},{"source":154,"target":3},{"source":148,"target":7},{"source":148,"target":155},{"source":148,"target":19},{"source":155,"target":7},{"source":149,"target":12},{"source":20,"target":0},{"source":20,"target":89},{"source":20,"target":156},{"source":89,"target":9},{"source":89,"target":157},{"source":89,"target":20},{"source":89,"target":83},{"source":157,"target":9},{"source":156,"target":158},{"source":156,"target":20},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":159},{"source":159,"target":20},{"source":22,"target":0},{"source":22,"target":12},{"source":22,"target":160},{"source":22,"target":161},{"source":22,"target":162},{"source":22,"target":163},{"source":22,"target":164},{"source":22,"target":165},{"source":22,"target":166},{"source":22,"target":167},{"source":22,"target":168},{"source":22,"target":169},{"source":22,"target":170},{"source":160,"target":9},{"source":160,"target":171},{"source":160,"target":22},{"source":171,"target":9},{"source":161,"target":5},{"source":161,"target":172},{"source":161,"target":22},{"source":172,"target":5},{"source":162,"target":2},{"source":162,"target":173},{"source":162,"target":22},{"source":173,"target":2},{"source":163,"target":3},{"source":163,"target":174},{"source":163,"target":22},{"source":174,"target":3},{"source":164,"target":175},{"source":164,"target":22},{"source":165,"target":176},{"source":165,"target":22},{"source":166,"target":5},{"source":166,"target":177},{"source":166,"target":22},{"source":177,"target":5},{"source":167,"target":2},{"source":167,"target":178},{"source":167,"target":22},{"source":178,"target":2},{"source":168,"target":3},{"source":168,"target":179},{"source":168,"target":22},{"source":179,"target":3},{"source":169,"target":9},{"source":169,"target":180},{"source":169,"target":22},{"source":180,"target":9},{"source":170,"target":12},{"source":23,"target":0},{"source":23,"target":12},{"source":23,"target":181},{"source":23,"target":182},{"source":23,"target":183},{"source":23,"target":184},{"source":23,"target":185},{"source":23,"target":186},{"source":23,"target":187},{"source":23,"target":188},{"source":23,"target":189},{"source":181,"target":5},{"source":181,"target":190},{"source":181,"target":23},{"source":190,"target":5},{"source":182,"target":2},{"source":182,"target":191},{"source":182,"target":23},{"source":191,"target":2},{"source":183,"target":3},{"source":183,"target":192},{"source":183,"target":23},{"source":192,"target":3},{"source":184,"target":193},{"source":184,"target":23},{"source":185,"target":194},{"source":185,"target":23},{"source":186,"target":5},{"source":186,"target":195},{"source":186,"target":23},{"source":195,"target":5},{"source":187,"target":2},{"source":187,"target":196},{"source":187,"target":23},{"source":196,"target":2},{"source":188,"target":3},{"source":188,"target":197},{"source":188,"target":23},{"source":197,"target":3},{"source":189,"target":12},{"source":24,"target":0},{"source":24,"target":12},{"source":24,"target":198},{"source":24,"target":199},{"source":24,"target":200},{"source":24,"target":201},{"source":24,"target":202},{"source":24,"target":203},{"source":24,"target":204},{"source":24,"target":205},{"source":24,"target":206},{"source":198,"target":5},{"source":198,"target":207},{"source":198,"target":24},{"source":207,"target":5},{"source":199,"target":2},{"source":199,"target":208},{"source":199,"target":24},{"source":208,"target":2},{"source":200,"target":3},{"source":200,"target":209},{"source":200,"target":24},{"source":209,"target":3},{"source":201,"target":210},{"source":201,"target":24},{"source":202,"target":211},{"source":202,"target":24},{"source":203,"target":5},{"source":203,"target":212},{"source":203,"target":24},{"source":212,"target":5},{"source":204,"target":2},{"source":204,"target":213},{"source":204,"target":24},{"source":213,"target":2},{"source":205,"target":3},{"source":205,"target":214},{"source":205,"target":24},{"source":214,"target":3},{"source":206,"target":12}],"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="amn"
nsURI="http://amn/1.0" nsPrefix="amn">
<eClassifiers xsi:type="ecore:EClass" name="Machine" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="sees" upperBound="-1" eType="#//AbstractMachine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="extendsClause" upperBound="-1"
eType="#//AbstractMachine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="sets" upperBound="-1" eType="#//Set"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="promotes" upperBound="-1"
eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="properties" eType="#//AMNPredicate/Predicate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="invariant" eType="#//AMNPredicate/Predicate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="assertions" eType="#//AMNPredicate/Predicate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialization" eType="#//AMNSubstitution/Substitution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1"
eType="#//Operation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteConstants" upperBound="-1"
eType="#//AMNExpression/NamedConstant"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="concreteVariables" upperBound="-1"
eType="#//AMNExpression/Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractMachine" eSuperTypes="#//Machine">
<eStructuralFeatures xsi:type="ecore:EReference" name="constraints" eType="#//AMNPredicate/Predicate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="includes" upperBound="-1"
eType="#//AbstractMachine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usesClause" upperBound="-1"
eType="#//AbstractMachine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractConstants" upperBound="-1"
eType="#//Element"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractVariables" upperBound="-1"
eType="#//Element"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Refinement" eSuperTypes="#//Machine">
<eStructuralFeatures xsi:type="ecore:EReference" name="includes" eType="#//AbstractMachine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractConstants" upperBound="-1"
eType="#//Element"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="abstractVariables" upperBound="-1"
eType="#//Element"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Implementation" eSuperTypes="#//Machine">
<eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1"
eType="#//AbstractMachine"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="values" eType="#//Valuation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Set" eSuperTypes="#//Element"/>
<eClassifiers xsi:type="ecore:EClass" name="Enum" eSuperTypes="#//Set">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifiers" upperBound="-1"
eType="#//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Deferred" eSuperTypes="#//Set"/>
<eClassifiers xsi:type="ecore:EClass" name="Valuation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueName" lowerBound="1"
eType="#//PrimitiveTypes/String"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" upperBound="2"
eType="#//AMNExpression/Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//Element">
<eStructuralFeatures xsi:type="ecore:EReference" name="substitution" lowerBound="1"
eType="#//AMNSubstitution/Substitution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputParams" upperBound="-1"
eType="#//AMNExpression/Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputParams" upperBound="-1"
eType="#//AMNExpression/Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Element">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//PrimitiveTypes/String"/>
</eClassifiers>
<eSubpackages name="AMNPredicate">
<eClassifiers xsi:type="ecore:EClass" name="Predicate">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="stringRepr" lowerBound="1"
eType="#//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="QuantifiedPredicate" eSuperTypes="#//AMNPredicate/Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="predicate" lowerBound="1"
eType="#//AMNPredicate/Predicate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1"
eType="#//AMNExpression/Variable"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AtomicPredicate" eSuperTypes="#//AMNPredicate/Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" upperBound="-1"
eType="#//AMNExpression/Expression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sign" lowerBound="1"
eType="#//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Bracketed" eSuperTypes="#//AMNPredicate/Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="predicate" lowerBound="1"
eType="#//AMNPredicate/Predicate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conjunction" eSuperTypes="#//AMNPredicate/Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="predicate" lowerBound="2"
upperBound="2" eType="#//AMNPredicate/Predicate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Negation" eSuperTypes="#//AMNPredicate/Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="predicate" lowerBound="1"
eType="#//AMNPredicate/Predicate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Disjunction" eSuperTypes="#//AMNPredicate/Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="predicate" lowerBound="2"
upperBound="2" eType="#//AMNPredicate/Predicate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Implication" eSuperTypes="#//AMNPredicate/Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="consequent" lowerBound="1"
eType="#//AMNPredicate/Predicate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="antecedent" lowerBound="1"
eType="#//AMNPredicate/Predicate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Equivalence" eSuperTypes="#//AMNPredicate/Predicate">
<eStructuralFeatures xsi:type="ecore:EReference" name="predicate" lowerBound="2"
upperBound="2" eType="#//AMNPredicate/Predicate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UniversallyQuantified" eSuperTypes="#//AMNPredicate/QuantifiedPredicate"/>
<eClassifiers xsi:type="ecore:EClass" name="ExistentiallyQuantified" eSuperTypes="#//AMNPredicate/QuantifiedPredicate"/>
</eSubpackages>
<eSubpackages name="AMNExpression">
<eClassifiers xsi:type="ecore:EClass" name="Expression"/>
<eClassifiers xsi:type="ecore:EClass" name="SetComprehension" eSuperTypes="#//AMNExpression/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
upperBound="-1" eType="#//AMNExpression/Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="predicate" lowerBound="1"
eType="#//AMNPredicate/Predicate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationalExpression" eSuperTypes="#//AMNExpression/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sign" lowerBound="1"
eType="#//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UnaryOperator" eSuperTypes="#//AMNExpression/OperationalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//AMNExpression/Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BinaryOperator" eSuperTypes="#//AMNExpression/OperationalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="2"
upperBound="2" eType="#//AMNExpression/Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FunctionalExpression" eSuperTypes="#//AMNExpression/OperationalExpression">
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
upperBound="-1" eType="#//AMNExpression/Expression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sign" lowerBound="1"
eType="#//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//AMNExpression/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="#//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="NamedConstant" eSuperTypes="#//AMNExpression/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1"
eType="#//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BooleanValue" eSuperTypes="#//AMNExpression/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//AMNExpression/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1"
eType="#//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//AMNExpression/Expression">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SetValue" eSuperTypes="#//AMNExpression/Expression">
<eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1"
eType="#//AMNExpression/Expression"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="AMNSubstitution">
<eClassifiers xsi:type="ecore:EClass" name="Substitution"/>
<eClassifiers xsi:type="ecore:EClass" name="Identity" eSuperTypes="#//AMNSubstitution/Substitution"/>
<eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="substitution" lowerBound="1"
eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BecomesEqual" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="leftExpression" lowerBound="1"
upperBound="-1" eType="#//AMNExpression/Expression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="rightExpression" lowerBound="1"
upperBound="-1" eType="#//AMNExpression/Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Precondition" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="pre" lowerBound="1" eType="#//AMNPredicate/Predicate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" lowerBound="1"
eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Assertion" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="predicate" lowerBound="1"
eType="#//AMNPredicate/Predicate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substitution" lowerBound="1"
eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LimitedChoice" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="substitution" lowerBound="1"
upperBound="-1" eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Conditional" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="if" lowerBound="1" upperBound="-1"
eType="#//AMNSubstitution/IfSubstitution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="then" eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IfSubstitution" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="if" lowerBound="1" eType="#//AMNPredicate/Predicate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConditionalBoundedChoice" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="select" lowerBound="1"
upperBound="-1" eType="#//AMNSubstitution/Select"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Select" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="predicate" lowerBound="1"
eType="#//AMNPredicate/Predicate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substitution" lowerBound="1"
eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Case" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="case" lowerBound="1"
eType="#//AMNExpression/Expression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="branch" lowerBound="1"
upperBound="-1" eType="#//AMNSubstitution/CaseBranch"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="else" eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CaseBranch" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="constant" lowerBound="1"
eType="#//AMNExpression/NamedConstant"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substitution" lowerBound="1"
eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Any" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="any" lowerBound="1" upperBound="-1"
eType="#//AMNExpression/Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="where" lowerBound="1"
eType="#//AMNPredicate/Predicate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="thenPart" lowerBound="1"
eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Let" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
upperBound="-1" eType="#//AMNExpression/Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="predicate" lowerBound="1"
eType="#//AMNPredicate/Predicate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="in" lowerBound="1" eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BecomesElement" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
upperBound="-1" eType="#//AMNExpression/Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1"
eType="#//AMNExpression/Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BecomesSuchThat" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
upperBound="-1" eType="#//AMNExpression/Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="predicate" lowerBound="1"
eType="#//AMNPredicate/Predicate"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Var" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1"
upperBound="-1" eType="#//AMNExpression/Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="substitution" lowerBound="1"
eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequenceSubst" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="substitution" lowerBound="2"
upperBound="2" eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Call" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="variable" upperBound="-1"
eType="#//AMNExpression/Variable"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actualParam" lowerBound="1"
eType="#//AMNExpression/Expression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="operationName" eType="#//PrimitiveTypes/String"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="While" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="while" lowerBound="1"
eType="#//AMNPredicate/Predicate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="do" lowerBound="1" eType="#//AMNSubstitution/Substitution"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="invariant" lowerBound="1"
eType="#//AMNPredicate/Predicate"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="variant" lowerBound="1"
eType="#//AMNExpression/Expression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Simultaneous" eSuperTypes="#//AMNSubstitution/Substitution">
<eStructuralFeatures xsi:type="ecore:EReference" name="substitution" lowerBound="2"
upperBound="2" eType="#//AMNSubstitution/Substitution"/>
</eClassifiers>
</eSubpackages>
<eSubpackages name="PrimitiveTypes">
<eClassifiers xsi:type="ecore:EDataType" name="Boolean"/>
<eClassifiers xsi:type="ecore:EDataType" name="Integer"/>
<eClassifiers xsi:type="ecore:EDataType" name="String"/>
</eSubpackages>
</ecore:EPackage>
| github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/AMN.ecore | ecore | amn
Machine
sees
extendsClause
sets
promotes
properties
invariant
assertions
initialization
operations
concreteConstants
concreteVariables
AbstractMachine
constraints
includes
usesClause
abstractConstants
abstractVariables
Refinement
includes
abstractConstants
abstractVariables
Implementation
imports
values
Set
Enum
identifiers
Deferred
Valuation
valueName
expression
Operation
substitution
inputParams
outputParams
Element
name
AMNPredicate
Predicate
stringRepr
QuantifiedPredicate
predicate
variables
AtomicPredicate
expression
sign
Bracketed
predicate
Conjunction
predicate
Negation
predicate
Disjunction
predicate
Implication
consequent
antecedent
Equivalence
predicate
UniversallyQuantified
ExistentiallyQuantified
AMNExpression
Expression
SetComprehension
variable
predicate
OperationalExpression
sign
UnaryOperator
expression
BinaryOperator
expression
FunctionalExpression
expression
sign
Variable
name
NamedConstant
name
BooleanValue
value
StringValue
value
IntegerValue
value
SetValue
values
AMNSubstitution
Substitution
Identity
Block
substitution
BecomesEqual
leftExpression
rightExpression
Precondition
pre
thenPart
Assertion
predicate
substitution
LimitedChoice
substitution
Conditional
if
then
IfSubstitution
if
else
ConditionalBoundedChoice
select
else
Select
predicate
substitution
Case
case
branch
else
CaseBranch
constant
substitution
Any
any
where
thenPart
Let
variable
predicate
in
BecomesElement
variable
expression
BecomesSuchThat
variable
predicate
Var
variable
substitution
SequenceSubst
substitution
Call
variable
actualParam
operationName
While
while
do
invariant
variant
Simultaneous
substitution
PrimitiveTypes
Boolean
Integer
String | null | {"directed":true,"nodes":[{"nsPrefix":"amn","nsURI":"http://amn/1.0","name":"amn","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Machine","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMachine","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refinement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implementation","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Set","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enum","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deferred","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Valuation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"nsPrefix":null,"nsURI":null,"name":"AMNPredicate","id":11,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"AMNExpression","id":12,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"AMNSubstitution","id":13,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"PrimitiveTypes","id":14,"eClass":"EPackage"},{"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":"sees","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":"extendsClause","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":"sets","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":"promotes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"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":"invariant","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"assertions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"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":"initialization","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":false,"unsettable":false,"transient":false,"unique":true,"name":"operations","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":"concreteConstants","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":false,"unsettable":false,"transient":false,"unique":true,"name":"concreteVariables","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Predicate","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Substitution","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedConstant","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"id":39,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"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":"constraints","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":false,"unsettable":false,"transient":false,"unique":true,"name":"includes","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":"usesClause","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":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractConstants","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":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractVariables","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"},{"id":52,"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":"includes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"abstractConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"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":"abstractVariables","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"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":"identifiers","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"String","instanceClass":null,"id":68,"serializable":true,"eClass":"EDataType"},{"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":"valueName","changeable":true,"lowerBound":1,"iD":false,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"id":75,"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":"substitution","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":false,"unsettable":false,"transient":false,"unique":true,"name":"inputParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"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":"outputParams","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"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":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedPredicate","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicPredicate","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bracketed","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conjunction","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Negation","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disjunction","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implication","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equivalence","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniversallyQuantified","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExistentiallyQuantified","instanceClass":null,"abstract":false,"id":94,"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":"stringRepr","changeable":true,"lowerBound":1,"iD":false,"id":95,"derived":false},{"id":96,"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":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"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":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"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":"sign","changeable":true,"lowerBound":1,"iD":false,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":2,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"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":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":2,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"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":"consequent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":119,"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":"antecedent","changeable":true,"resolveProxies":true,"lowerBound":1,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":2,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetComprehension","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationalExpression","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOperator","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOperator","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionalExpression","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanValue","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetValue","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"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":"variable","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"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":"sign","changeable":true,"lowerBound":1,"iD":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":2,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"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":"sign","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"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":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"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":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"id":162,"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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"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":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"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":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identity","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BecomesEqual","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Precondition","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LimitedChoice","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":false,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfSubstitution","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalBoundedChoice","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Select","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Case","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseBranch","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Any","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Let","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BecomesElement","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BecomesSuchThat","instanceClass":null,"abstract":false,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Var","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SequenceSubst","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Call","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"While","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Simultaneous","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"id":196,"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":"substitution","changeable":true,"resolveProxies":true,"lowerBound":1,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"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":"leftExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":200,"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":"rightExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"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":"pre","changeable":true,"resolveProxies":true,"lowerBound":1,"id":205,"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":"thenPart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"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":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":210,"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":"substitution","changeable":true,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"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":"substitution","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"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":"if","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"then","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"if","changeable":true,"resolveProxies":true,"lowerBound":1,"id":223,"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":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"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":"select","changeable":true,"resolveProxies":true,"lowerBound":1,"id":228,"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":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"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":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"substitution","changeable":true,"resolveProxies":true,"lowerBound":1,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"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":"case","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"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":"branch","changeable":true,"resolveProxies":true,"lowerBound":1,"id":239,"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":"else","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"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":"constant","changeable":true,"resolveProxies":true,"lowerBound":1,"id":245,"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":"substitution","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":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"any","changeable":true,"resolveProxies":true,"lowerBound":1,"id":250,"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":"where","changeable":true,"resolveProxies":true,"lowerBound":1,"id":251,"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":"thenPart","changeable":true,"resolveProxies":true,"lowerBound":1,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":257,"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":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":258,"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":"in","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"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":"expression","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":269,"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":"predicate","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"derived":false},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":274,"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":"substitution","changeable":true,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substitution","changeable":true,"resolveProxies":true,"lowerBound":2,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"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":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"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":"actualParam","changeable":true,"resolveProxies":true,"lowerBound":1,"id":283,"derived":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":284,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"while","changeable":true,"resolveProxies":true,"lowerBound":1,"id":289,"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":"do","changeable":true,"resolveProxies":true,"lowerBound":1,"id":290,"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":"invariant","changeable":true,"resolveProxies":true,"lowerBound":1,"id":291,"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":"variant","changeable":true,"resolveProxies":true,"lowerBound":1,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substitution","changeable":true,"resolveProxies":true,"lowerBound":2,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Boolean","instanceClass":null,"id":301,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Integer","instanceClass":null,"id":302,"serializable":true,"eClass":"EDataType"}],"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":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":15,"target":2},{"source":15,"target":27},{"source":15,"target":1},{"source":27,"target":2},{"source":16,"target":2},{"source":16,"target":28},{"source":16,"target":1},{"source":28,"target":2},{"source":17,"target":5},{"source":17,"target":29},{"source":17,"target":1},{"source":29,"target":5},{"source":18,"target":9},{"source":18,"target":30},{"source":18,"target":1},{"source":30,"target":9},{"source":19,"target":31},{"source":19,"target":32},{"source":19,"target":1},{"source":32,"target":31},{"source":20,"target":31},{"source":20,"target":33},{"source":20,"target":1},{"source":33,"target":31},{"source":21,"target":31},{"source":21,"target":34},{"source":21,"target":1},{"source":34,"target":31},{"source":22,"target":35},{"source":22,"target":36},{"source":22,"target":1},{"source":36,"target":35},{"source":23,"target":9},{"source":23,"target":37},{"source":23,"target":1},{"source":37,"target":9},{"source":24,"target":38},{"source":24,"target":39},{"source":24,"target":1},{"source":39,"target":38},{"source":25,"target":40},{"source":25,"target":41},{"source":25,"target":1},{"source":41,"target":40},{"source":26,"target":10},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":42,"target":31},{"source":42,"target":48},{"source":42,"target":2},{"source":48,"target":31},{"source":43,"target":2},{"source":43,"target":49},{"source":43,"target":2},{"source":49,"target":2},{"source":44,"target":2},{"source":44,"target":50},{"source":44,"target":2},{"source":50,"target":2},{"source":45,"target":10},{"source":45,"target":51},{"source":45,"target":2},{"source":51,"target":10},{"source":46,"target":10},{"source":46,"target":52},{"source":46,"target":2},{"source":52,"target":10},{"source":47,"target":1},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":53,"target":2},{"source":53,"target":57},{"source":53,"target":3},{"source":57,"target":2},{"source":54,"target":10},{"source":54,"target":58},{"source":54,"target":3},{"source":58,"target":10},{"source":55,"target":10},{"source":55,"target":59},{"source":55,"target":3},{"source":59,"target":10},{"source":56,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":60},{"source":4,"target":61},{"source":4,"target":62},{"source":60,"target":2},{"source":60,"target":63},{"source":60,"target":4},{"source":63,"target":2},{"source":61,"target":8},{"source":61,"target":64},{"source":61,"target":4},{"source":64,"target":8},{"source":62,"target":1},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":65},{"source":65,"target":10},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":66},{"source":6,"target":67},{"source":66,"target":68},{"source":66,"target":69},{"source":66,"target":6},{"source":69,"target":68},{"source":67,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":70},{"source":70,"target":5},{"source":8,"target":0},{"source":8,"target":71},{"source":8,"target":72},{"source":71,"target":68},{"source":71,"target":73},{"source":71,"target":8},{"source":73,"target":68},{"source":72,"target":74},{"source":72,"target":75},{"source":72,"target":8},{"source":75,"target":74},{"source":9,"target":0},{"source":9,"target":10},{"source":9,"target":76},{"source":9,"target":77},{"source":9,"target":78},{"source":9,"target":79},{"source":76,"target":35},{"source":76,"target":80},{"source":76,"target":9},{"source":80,"target":35},{"source":77,"target":40},{"source":77,"target":81},{"source":77,"target":9},{"source":81,"target":40},{"source":78,"target":40},{"source":78,"target":82},{"source":78,"target":9},{"source":82,"target":40},{"source":79,"target":10},{"source":10,"target":0},{"source":10,"target":83},{"source":83,"target":68},{"source":83,"target":84},{"source":83,"target":10},{"source":84,"target":68},{"source":11,"target":31},{"source":11,"target":85},{"source":11,"target":86},{"source":11,"target":87},{"source":11,"target":88},{"source":11,"target":89},{"source":11,"target":90},{"source":11,"target":91},{"source":11,"target":92},{"source":11,"target":93},{"source":11,"target":94},{"source":11,"target":0},{"source":31,"target":11},{"source":31,"target":95},{"source":95,"target":68},{"source":95,"target":96},{"source":95,"target":31},{"source":96,"target":68},{"source":85,"target":11},{"source":85,"target":31},{"source":85,"target":97},{"source":85,"target":98},{"source":85,"target":99},{"source":97,"target":31},{"source":97,"target":100},{"source":97,"target":85},{"source":100,"target":31},{"source":98,"target":40},{"source":98,"target":101},{"source":98,"target":85},{"source":101,"target":40},{"source":99,"target":31},{"source":86,"target":11},{"source":86,"target":31},{"source":86,"target":102},{"source":86,"target":103},{"source":86,"target":104},{"source":102,"target":74},{"source":102,"target":105},{"source":102,"target":86},{"source":105,"target":74},{"source":103,"target":68},{"source":103,"target":106},{"source":103,"target":86},{"source":106,"target":68},{"source":104,"target":31},{"source":87,"target":11},{"source":87,"target":31},{"source":87,"target":107},{"source":87,"target":108},{"source":107,"target":31},{"source":107,"target":109},{"source":107,"target":87},{"source":109,"target":31},{"source":108,"target":31},{"source":88,"target":11},{"source":88,"target":31},{"source":88,"target":110},{"source":88,"target":111},{"source":110,"target":31},{"source":110,"target":112},{"source":110,"target":88},{"source":112,"target":31},{"source":111,"target":31},{"source":89,"target":11},{"source":89,"target":31},{"source":89,"target":113},{"source":89,"target":114},{"source":113,"target":31},{"source":113,"target":115},{"source":113,"target":89},{"source":115,"target":31},{"source":114,"target":31},{"source":90,"target":11},{"source":90,"target":31},{"source":90,"target":116},{"source":90,"target":117},{"source":116,"target":31},{"source":116,"target":118},{"source":116,"target":90},{"source":118,"target":31},{"source":117,"target":31},{"source":91,"target":11},{"source":91,"target":31},{"source":91,"target":119},{"source":91,"target":120},{"source":91,"target":121},{"source":119,"target":31},{"source":119,"target":122},{"source":119,"target":91},{"source":122,"target":31},{"source":120,"target":31},{"source":120,"target":123},{"source":120,"target":91},{"source":123,"target":31},{"source":121,"target":31},{"source":92,"target":11},{"source":92,"target":31},{"source":92,"target":124},{"source":92,"target":125},{"source":124,"target":31},{"source":124,"target":126},{"source":124,"target":92},{"source":126,"target":31},{"source":125,"target":31},{"source":93,"target":11},{"source":93,"target":85},{"source":93,"target":127},{"source":127,"target":85},{"source":94,"target":11},{"source":94,"target":85},{"source":94,"target":128},{"source":128,"target":85},{"source":12,"target":74},{"source":12,"target":129},{"source":12,"target":130},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":133},{"source":12,"target":40},{"source":12,"target":38},{"source":12,"target":134},{"source":12,"target":135},{"source":12,"target":136},{"source":12,"target":137},{"source":12,"target":0},{"source":74,"target":12},{"source":129,"target":12},{"source":129,"target":74},{"source":129,"target":138},{"source":129,"target":139},{"source":129,"target":140},{"source":138,"target":40},{"source":138,"target":141},{"source":138,"target":129},{"source":141,"target":40},{"source":139,"target":31},{"source":139,"target":142},{"source":139,"target":129},{"source":142,"target":31},{"source":140,"target":74},{"source":130,"target":12},{"source":130,"target":74},{"source":130,"target":143},{"source":130,"target":144},{"source":143,"target":68},{"source":143,"target":145},{"source":143,"target":130},{"source":145,"target":68},{"source":144,"target":74},{"source":131,"target":12},{"source":131,"target":130},{"source":131,"target":146},{"source":131,"target":147},{"source":146,"target":74},{"source":146,"target":148},{"source":146,"target":131},{"source":148,"target":74},{"source":147,"target":130},{"source":132,"target":12},{"source":132,"target":130},{"source":132,"target":149},{"source":132,"target":150},{"source":149,"target":74},{"source":149,"target":151},{"source":149,"target":132},{"source":151,"target":74},{"source":150,"target":130},{"source":133,"target":12},{"source":133,"target":130},{"source":133,"target":152},{"source":133,"target":153},{"source":133,"target":154},{"source":152,"target":74},{"source":152,"target":155},{"source":152,"target":133},{"source":155,"target":74},{"source":153,"target":68},{"source":153,"target":156},{"source":153,"target":133},{"source":156,"target":68},{"source":154,"target":130},{"source":40,"target":12},{"source":40,"target":74},{"source":40,"target":157},{"source":40,"target":158},{"source":157,"target":68},{"source":157,"target":159},{"source":157,"target":40},{"source":159,"target":68},{"source":158,"target":74},{"source":38,"target":12},{"source":38,"target":74},{"source":38,"target":160},{"source":38,"target":161},{"source":160,"target":68},{"source":160,"target":162},{"source":160,"target":38},{"source":162,"target":68},{"source":161,"target":74},{"source":134,"target":12},{"source":134,"target":74},{"source":134,"target":163},{"source":134,"target":164},{"source":163,"target":165},{"source":163,"target":134},{"source":164,"target":74},{"source":135,"target":12},{"source":135,"target":74},{"source":135,"target":166},{"source":135,"target":167},{"source":166,"target":68},{"source":166,"target":168},{"source":166,"target":135},{"source":168,"target":68},{"source":167,"target":74},{"source":136,"target":12},{"source":136,"target":74},{"source":136,"target":169},{"source":136,"target":170},{"source":169,"target":171},{"source":169,"target":136},{"source":170,"target":74},{"source":137,"target":12},{"source":137,"target":74},{"source":137,"target":172},{"source":137,"target":173},{"source":172,"target":74},{"source":172,"target":174},{"source":172,"target":137},{"source":174,"target":74},{"source":173,"target":74},{"source":13,"target":35},{"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":13,"target":183},{"source":13,"target":184},{"source":13,"target":185},{"source":13,"target":186},{"source":13,"target":187},{"source":13,"target":188},{"source":13,"target":189},{"source":13,"target":190},{"source":13,"target":191},{"source":13,"target":192},{"source":13,"target":193},{"source":13,"target":194},{"source":13,"target":195},{"source":13,"target":0},{"source":35,"target":13},{"source":175,"target":13},{"source":175,"target":35},{"source":175,"target":196},{"source":196,"target":35},{"source":176,"target":13},{"source":176,"target":35},{"source":176,"target":197},{"source":176,"target":198},{"source":197,"target":35},{"source":197,"target":199},{"source":197,"target":176},{"source":199,"target":35},{"source":198,"target":35},{"source":177,"target":13},{"source":177,"target":35},{"source":177,"target":200},{"source":177,"target":201},{"source":177,"target":202},{"source":200,"target":74},{"source":200,"target":203},{"source":200,"target":177},{"source":203,"target":74},{"source":201,"target":74},{"source":201,"target":204},{"source":201,"target":177},{"source":204,"target":74},{"source":202,"target":35},{"source":178,"target":13},{"source":178,"target":35},{"source":178,"target":205},{"source":178,"target":206},{"source":178,"target":207},{"source":205,"target":31},{"source":205,"target":208},{"source":205,"target":178},{"source":208,"target":31},{"source":206,"target":35},{"source":206,"target":209},{"source":206,"target":178},{"source":209,"target":35},{"source":207,"target":35},{"source":179,"target":13},{"source":179,"target":35},{"source":179,"target":210},{"source":179,"target":211},{"source":179,"target":212},{"source":210,"target":31},{"source":210,"target":213},{"source":210,"target":179},{"source":213,"target":31},{"source":211,"target":35},{"source":211,"target":214},{"source":211,"target":179},{"source":214,"target":35},{"source":212,"target":35},{"source":180,"target":13},{"source":180,"target":35},{"source":180,"target":215},{"source":180,"target":216},{"source":215,"target":35},{"source":215,"target":217},{"source":215,"target":180},{"source":217,"target":35},{"source":216,"target":35},{"source":181,"target":13},{"source":181,"target":35},{"source":181,"target":218},{"source":181,"target":219},{"source":181,"target":220},{"source":218,"target":182},{"source":218,"target":221},{"source":218,"target":181},{"source":221,"target":182},{"source":219,"target":35},{"source":219,"target":222},{"source":219,"target":181},{"source":222,"target":35},{"source":220,"target":35},{"source":182,"target":13},{"source":182,"target":35},{"source":182,"target":223},{"source":182,"target":224},{"source":182,"target":225},{"source":223,"target":31},{"source":223,"target":226},{"source":223,"target":182},{"source":226,"target":31},{"source":224,"target":35},{"source":224,"target":227},{"source":224,"target":182},{"source":227,"target":35},{"source":225,"target":35},{"source":183,"target":13},{"source":183,"target":35},{"source":183,"target":228},{"source":183,"target":229},{"source":183,"target":230},{"source":228,"target":184},{"source":228,"target":231},{"source":228,"target":183},{"source":231,"target":184},{"source":229,"target":35},{"source":229,"target":232},{"source":229,"target":183},{"source":232,"target":35},{"source":230,"target":35},{"source":184,"target":13},{"source":184,"target":35},{"source":184,"target":233},{"source":184,"target":234},{"source":184,"target":235},{"source":233,"target":31},{"source":233,"target":236},{"source":233,"target":184},{"source":236,"target":31},{"source":234,"target":35},{"source":234,"target":237},{"source":234,"target":184},{"source":237,"target":35},{"source":235,"target":35},{"source":185,"target":13},{"source":185,"target":35},{"source":185,"target":238},{"source":185,"target":239},{"source":185,"target":240},{"source":185,"target":241},{"source":238,"target":74},{"source":238,"target":242},{"source":238,"target":185},{"source":242,"target":74},{"source":239,"target":186},{"source":239,"target":243},{"source":239,"target":185},{"source":243,"target":186},{"source":240,"target":35},{"source":240,"target":244},{"source":240,"target":185},{"source":244,"target":35},{"source":241,"target":35},{"source":186,"target":13},{"source":186,"target":35},{"source":186,"target":245},{"source":186,"target":246},{"source":186,"target":247},{"source":245,"target":38},{"source":245,"target":248},{"source":245,"target":186},{"source":248,"target":38},{"source":246,"target":35},{"source":246,"target":249},{"source":246,"target":186},{"source":249,"target":35},{"source":247,"target":35},{"source":187,"target":13},{"source":187,"target":35},{"source":187,"target":250},{"source":187,"target":251},{"source":187,"target":252},{"source":187,"target":253},{"source":250,"target":40},{"source":250,"target":254},{"source":250,"target":187},{"source":254,"target":40},{"source":251,"target":31},{"source":251,"target":255},{"source":251,"target":187},{"source":255,"target":31},{"source":252,"target":35},{"source":252,"target":256},{"source":252,"target":187},{"source":256,"target":35},{"source":253,"target":35},{"source":188,"target":13},{"source":188,"target":35},{"source":188,"target":257},{"source":188,"target":258},{"source":188,"target":259},{"source":188,"target":260},{"source":257,"target":40},{"source":257,"target":261},{"source":257,"target":188},{"source":261,"target":40},{"source":258,"target":31},{"source":258,"target":262},{"source":258,"target":188},{"source":262,"target":31},{"source":259,"target":35},{"source":259,"target":263},{"source":259,"target":188},{"source":263,"target":35},{"source":260,"target":35},{"source":189,"target":13},{"source":189,"target":35},{"source":189,"target":264},{"source":189,"target":265},{"source":189,"target":266},{"source":264,"target":40},{"source":264,"target":267},{"source":264,"target":189},{"source":267,"target":40},{"source":265,"target":74},{"source":265,"target":268},{"source":265,"target":189},{"source":268,"target":74},{"source":266,"target":35},{"source":190,"target":13},{"source":190,"target":35},{"source":190,"target":269},{"source":190,"target":270},{"source":190,"target":271},{"source":269,"target":40},{"source":269,"target":272},{"source":269,"target":190},{"source":272,"target":40},{"source":270,"target":31},{"source":270,"target":273},{"source":270,"target":190},{"source":273,"target":31},{"source":271,"target":35},{"source":191,"target":13},{"source":191,"target":35},{"source":191,"target":274},{"source":191,"target":275},{"source":191,"target":276},{"source":274,"target":40},{"source":274,"target":277},{"source":274,"target":191},{"source":277,"target":40},{"source":275,"target":35},{"source":275,"target":278},{"source":275,"target":191},{"source":278,"target":35},{"source":276,"target":35},{"source":192,"target":13},{"source":192,"target":35},{"source":192,"target":279},{"source":192,"target":280},{"source":279,"target":35},{"source":279,"target":281},{"source":279,"target":192},{"source":281,"target":35},{"source":280,"target":35},{"source":193,"target":13},{"source":193,"target":35},{"source":193,"target":282},{"source":193,"target":283},{"source":193,"target":284},{"source":193,"target":285},{"source":282,"target":40},{"source":282,"target":286},{"source":282,"target":193},{"source":286,"target":40},{"source":283,"target":74},{"source":283,"target":287},{"source":283,"target":193},{"source":287,"target":74},{"source":284,"target":68},{"source":284,"target":288},{"source":284,"target":193},{"source":288,"target":68},{"source":285,"target":35},{"source":194,"target":13},{"source":194,"target":35},{"source":194,"target":289},{"source":194,"target":290},{"source":194,"target":291},{"source":194,"target":292},{"source":194,"target":293},{"source":289,"target":31},{"source":289,"target":294},{"source":289,"target":194},{"source":294,"target":31},{"source":290,"target":35},{"source":290,"target":295},{"source":290,"target":194},{"source":295,"target":35},{"source":291,"target":31},{"source":291,"target":296},{"source":291,"target":194},{"source":296,"target":31},{"source":292,"target":74},{"source":292,"target":297},{"source":292,"target":194},{"source":297,"target":74},{"source":293,"target":35},{"source":195,"target":13},{"source":195,"target":35},{"source":195,"target":298},{"source":195,"target":299},{"source":298,"target":35},{"source":298,"target":300},{"source":298,"target":195},{"source":300,"target":35},{"source":299,"target":35},{"source":14,"target":301},{"source":14,"target":302},{"source":14,"target":68},{"source":14,"target":0},{"source":301,"target":14},{"source":302,"target":14},{"source":68,"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="arc" nsURI="platform:/plugin/no.hal.pg.arc/model/arc.ecore"
nsPrefix="arc">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Arc">
<eStructuralFeatures xsi:type="ecore:EReference" name="actors" upperBound="-1"
eType="#//Actor" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1"
eType="#//Role" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Named" abstract="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="Capable" abstract="true" interface="true">
<eOperations name="hasCapability" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="capability" eType="#//Capability"/>
</eOperations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Capabilities" eSuperTypes="#//Capable">
<eStructuralFeatures xsi:type="ecore:EReference" name="capabilities" upperBound="-1"
eType="#//Capability" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Actor" abstract="true" eSuperTypes="#//Capabilities #//Named">
<eStructuralFeatures xsi:type="ecore:EReference" name="roles" upperBound="-1"
eType="#//Role"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Person" eSuperTypes="#//Actor">
<eStructuralFeatures xsi:type="ecore:EReference" name="group" eType="#//Group"
eOpposite="#//Group/members"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="ids" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Group" eSuperTypes="#//Actor">
<eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1"
eType="#//Person" containment="true" eOpposite="#//Person/group"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="parent" eType="#//Group"
eOpposite="#//Group/groups"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1"
eType="#//Group" containment="true" eOpposite="#//Group/parent"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//Capabilities #//Named">
<eStructuralFeatures xsi:type="ecore:EReference" name="inherits" upperBound="-1"
eType="#//Role"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Capability" abstract="true" eSuperTypes="#//Capable"/>
<eClassifiers xsi:type="ecore:EClass" name="SimpleCapability" eSuperTypes="#//Capability">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="segments" upperBound="-1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ScopeCapability" eSuperTypes="#//Capability">
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/inelofthus/mt-ludic/no.hal.pg/bundles/no.hal.pg.arc/model/arc.ecore | ecore | arc
Arc
actors
roles
Named
name
Capable
hasCapability
capability
Capabilities
capabilities
Actor
roles
Person
group
ids
Group
members
parent
groups
Role
inherits
Capability
SimpleCapability
qualifiedName
segments
ScopeCapability
elements | null | {"directed":true,"nodes":[{"nsPrefix":"arc","nsURI":"platform:/plugin/no.hal.pg.arc/model/arc.ecore","name":"arc","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Named","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capable","instanceClass":null,"abstract":true,"id":3,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capabilities","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":true,"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":"Group","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Capability","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleCapability","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScopeCapability","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":"actors","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":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"id":15,"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":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasCapability","lowerBound":1,"id":18,"many":false,"required":true,"eClass":"EOperation"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"capability","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EParameter"},{"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":"capabilities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"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":"roles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"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":"group","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"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":"ids","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"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":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"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":"parent","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":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inherits","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":true},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"segments","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"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":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":12,"target":5},{"source":12,"target":14},{"source":12,"target":1},{"source":14,"target":5},{"source":13,"target":8},{"source":13,"target":15},{"source":13,"target":1},{"source":15,"target":8},{"source":2,"target":0},{"source":2,"target":16},{"source":16,"target":17},{"source":16,"target":2},{"source":3,"target":0},{"source":3,"target":18},{"source":18,"target":19},{"source":18,"target":3},{"source":18,"target":20},{"source":20,"target":9},{"source":20,"target":21},{"source":20,"target":18},{"source":21,"target":9},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":22},{"source":4,"target":23},{"source":22,"target":9},{"source":22,"target":24},{"source":22,"target":4},{"source":24,"target":9},{"source":23,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":2},{"source":5,"target":25},{"source":5,"target":26},{"source":5,"target":27},{"source":25,"target":8},{"source":25,"target":28},{"source":25,"target":5},{"source":28,"target":8},{"source":26,"target":4},{"source":27,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":29},{"source":6,"target":30},{"source":6,"target":31},{"source":29,"target":7},{"source":29,"target":32},{"source":29,"target":6},{"source":29,"target":33},{"source":32,"target":7},{"source":30,"target":34},{"source":30,"target":6},{"source":31,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":33},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":37},{"source":33,"target":6},{"source":33,"target":38},{"source":33,"target":7},{"source":33,"target":29},{"source":38,"target":6},{"source":35,"target":7},{"source":35,"target":39},{"source":35,"target":7},{"source":35,"target":36},{"source":39,"target":7},{"source":36,"target":7},{"source":36,"target":40},{"source":36,"target":7},{"source":36,"target":35},{"source":40,"target":7},{"source":37,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":2},{"source":8,"target":41},{"source":8,"target":42},{"source":8,"target":43},{"source":41,"target":8},{"source":41,"target":44},{"source":41,"target":8},{"source":44,"target":8},{"source":42,"target":4},{"source":43,"target":2},{"source":9,"target":0},{"source":9,"target":3},{"source":9,"target":45},{"source":45,"target":3},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":46},{"source":10,"target":47},{"source":10,"target":48},{"source":46,"target":49},{"source":46,"target":10},{"source":47,"target":50},{"source":47,"target":10},{"source":48,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":51},{"source":11,"target":52},{"source":51,"target":53},{"source":51,"target":11},{"source":52,"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="properties" nsURI="http://www.eclipse.org/sirius/properties/1.0.0"
nsPrefix="properties">
<eClassifiers xsi:type="ecore:EClass" name="ViewExtensionDescription" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/Extension">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="metamodels" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pages" upperBound="-1"
eType="#//PageDescription" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1"
eType="#//GroupDescription" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PageDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidateExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1"
eType="#//GroupDescription"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validationSet" eType="#//PageValidationSetDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PageValidationSetDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="semanticValidationRules"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/validation/SemanticValidationRule"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyValidationRule" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/validation/ValidationRule">
<eStructuralFeatures xsi:type="ecore:EReference" name="targets" upperBound="-1"
eType="#//WidgetDescription"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidateExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="controls" upperBound="-1"
eType="#//ControlDescription" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="validationSet" eType="#//GroupValidationSetDescription"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//GroupStyle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionalStyles" upperBound="-1"
eType="#//GroupConditionalStyle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupValidationSetDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="semanticValidationRules"
upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/validation/SemanticValidationRule"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyValidationRules"
upperBound="-1" eType="#//PropertyValidationRule" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ControlDescription" abstract="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="ContainerDescription" eSuperTypes="#//ControlDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="controls" upperBound="-1"
eType="#//ControlDescription" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="layout" eType="#//LayoutDescription"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LayoutDescription" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="FillLayoutDescription" eSuperTypes="#//LayoutDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="orientation" eType="#//FILL_LAYOUT_ORIENTATION"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GridLayoutDescription" eSuperTypes="#//LayoutDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfColumns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="makeColumnsWithEqualWidth"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="FILL_LAYOUT_ORIENTATION">
<eLiterals name="VERTICAL" literal="VERTICAL"/>
<eLiterals name="HORIZONTAL" literal="HORIZONTAL"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WidgetDescription" abstract="true" eSuperTypes="#//ControlDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="helpExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="isEnabledExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextDescription" eSuperTypes="#//WidgetDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/InitialOperation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//TextWidgetStyle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionalStyles" upperBound="-1"
eType="#//TextWidgetConditionalStyle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ButtonDescription" eSuperTypes="#//WidgetDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="buttonLabelExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/InitialOperation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//ButtonWidgetStyle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionalStyles" upperBound="-1"
eType="#//ButtonWidgetConditionalStyle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelDescription" eSuperTypes="#//WidgetDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="displayExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//LabelWidgetStyle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionalStyles" upperBound="-1"
eType="#//LabelWidgetConditionalStyle" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//WidgetAction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CheckboxDescription" eSuperTypes="#//WidgetDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/InitialOperation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//CheckboxWidgetStyle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionalStyles" upperBound="-1"
eType="#//CheckboxWidgetConditionalStyle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectDescription" eSuperTypes="#//WidgetDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents a collection of candidates used to edit a single or multi-valued property."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The initial selected values of the combo."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/InitialOperation"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the behavior executed when the end-user updates the value of the combo."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="candidatesExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the various proposals available."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="candidateDisplayExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Indicates how to display the input value."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//SelectWidgetStyle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionalStyles" upperBound="-1"
eType="#//SelectWidgetConditionalStyle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DynamicMappingFor" eSuperTypes="#//ControlDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iterator" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="iterableExpression" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifs" lowerBound="1" upperBound="-1"
eType="#//DynamicMappingIf" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DynamicMappingIf">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateExpression" lowerBound="1"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="widget" lowerBound="1"
eType="#//WidgetDescription" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextAreaDescription" eSuperTypes="#//TextDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents a text area in the user interface."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lineCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="5"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RadioDescription" eSuperTypes="#//WidgetDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents a radio button in the user interface."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The initial selected values of the radio."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/InitialOperation"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the behavior executed when the end-user updates the value of the radio."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="candidatesExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the various proposals available."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="candidateDisplayExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Indicates how to display the input value."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//RadioWidgetStyle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfColumns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The number of columns to use to display the candidates."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionalStyles" upperBound="-1"
eType="#//RadioWidgetConditionalStyle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListDescription" eSuperTypes="#//WidgetDescription">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents a list in the user interface."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The initial value."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="displayExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Represents how to display the value."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="onClickOperation" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/InitialOperation"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the expected behavior when the user clicks on the hyperlink."/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//WidgetAction" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//ListWidgetStyle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionalStyles" upperBound="-1"
eType="#//ListWidgetConditionalStyle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="OperationDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/InitialOperation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomDescription" eSuperTypes="#//WidgetDescription">
<eStructuralFeatures xsi:type="ecore:EReference" name="customExpressions" upperBound="-1"
eType="#//CustomExpression" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="customOperations" upperBound="-1"
eType="#//CustomOperation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//CustomWidgetStyle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionalStyles" upperBound="-1"
eType="#//CustomWidgetConditionalStyle" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomExpression">
<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="customExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomOperation">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/InitialOperation"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HyperlinkDescription" eSuperTypes="#//WidgetDescription">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="valueExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="displayExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/InitialOperation"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//HyperlinkWidgetStyle"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="conditionalStyles" upperBound="-1"
eType="#//HyperlinkWidgetConditionalStyle" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="actions" upperBound="-1"
eType="#//WidgetAction" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WidgetStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFontNameExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFontSizeExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelBackgroundColor" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labelForegroundColor" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFontFormat" upperBound="4"
eType="ecore:EEnum ../../org.eclipse.sirius/model/viewpoint.ecore#//FontFormat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextWidgetStyle" eSuperTypes="#//WidgetStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontNameExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontSizeExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontFormat" upperBound="4"
eType="ecore:EEnum ../../org.eclipse.sirius/model/viewpoint.ecore#//FontFormat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelWidgetStyle" eSuperTypes="#//WidgetStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontNameExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontSizeExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontFormat" upperBound="4"
eType="ecore:EEnum ../../org.eclipse.sirius/model/viewpoint.ecore#//FontFormat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CheckboxWidgetStyle" eSuperTypes="#//WidgetStyle"/>
<eClassifiers xsi:type="ecore:EClass" name="RadioWidgetStyle" eSuperTypes="#//WidgetStyle"/>
<eClassifiers xsi:type="ecore:EClass" name="ButtonWidgetStyle" eSuperTypes="#//WidgetStyle"/>
<eClassifiers xsi:type="ecore:EClass" name="SelectWidgetStyle" eSuperTypes="#//WidgetStyle"/>
<eClassifiers xsi:type="ecore:EClass" name="CustomWidgetStyle" eSuperTypes="#//WidgetStyle"/>
<eClassifiers xsi:type="ecore:EClass" name="ListWidgetStyle" eSuperTypes="#//WidgetStyle"/>
<eClassifiers xsi:type="ecore:EClass" name="HyperlinkWidgetStyle" eSuperTypes="#//WidgetStyle">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontNameExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontSizeExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontFormat" upperBound="4"
eType="ecore:EEnum ../../org.eclipse.sirius/model/viewpoint.ecore#//FontFormat"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontNameExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="fontSizeExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="barStyle" eType="#//TitleBarStyle"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="toggleStyle" eType="#//ToggleStyle"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="expandedByDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ToggleStyle">
<eLiterals name="TWISTIE"/>
<eLiterals name="TREE_NODE" value="1"/>
<eLiterals name="NONE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="TitleBarStyle">
<eLiterals name="TITLE_BAR"/>
<eLiterals name="SHORT_TITLE_BAR" value="1"/>
<eLiterals name="NO_TITLE" value="2"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WidgetConditionalStyle" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression"
eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextWidgetConditionalStyle" eSuperTypes="#//WidgetConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//TextWidgetStyle"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LabelWidgetConditionalStyle" eSuperTypes="#//WidgetConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//LabelWidgetStyle"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CheckboxWidgetConditionalStyle" eSuperTypes="#//WidgetConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//CheckboxWidgetStyle"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="RadioWidgetConditionalStyle" eSuperTypes="#//WidgetConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//RadioWidgetStyle"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ButtonWidgetConditionalStyle" eSuperTypes="#//WidgetConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//ButtonWidgetStyle"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SelectWidgetConditionalStyle" eSuperTypes="#//WidgetConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//SelectWidgetStyle"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CustomWidgetConditionalStyle" eSuperTypes="#//WidgetConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//CustomWidgetStyle"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ListWidgetConditionalStyle" eSuperTypes="#//WidgetConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//ListWidgetStyle"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="WidgetAction">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="labelExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="initialOperation" lowerBound="1"
eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/InitialOperation"
containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Defines the behavior executed when the end-user updates the value of the radio."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="HyperlinkWidgetConditionalStyle" eSuperTypes="#//WidgetConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//HyperlinkWidgetStyle"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GroupConditionalStyle" eSuperTypes="#//WidgetConditionalStyle">
<eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//GroupStyle"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EditSupport">
<eOperations name="getImage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
<eOperations name="getText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eParameters name="feature" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
</eOperations>
<eOperations name="getTabName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eOperations name="getChoiceOfValues" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eParameters name="feature" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
</eOperations>
<eOperations name="isMultiline" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="eStructuralFeature" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/>
</eOperations>
<eOperations name="getDescription" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="eStructuralFeature" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/>
</eOperations>
<eOperations name="getEStructuralFeatures" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStructuralFeature"/>
<eOperations name="setValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject">
<eParameters name="feature" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
<eParameters name="newValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/>
</eOperations>
<eOperations name="needsTextWidget" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eParameters name="eStructuralFeature" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
</eOperations>
<eOperations name="needsCheckboxWidget" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean">
<eParameters name="eStructuralFeature" lowerBound="1" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
</eOperations>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/Samsung/sirius/plugins/org.eclipse.sirius.properties/model/properties.ecore | ecore | properties
ViewExtensionDescription
identifier
metamodels
pages
groups
PageDescription
identifier
labelExpression
domainClass
semanticCandidateExpression
preconditionExpression
groups
validationSet
PageValidationSetDescription
semanticValidationRules
PropertyValidationRule
targets
GroupDescription
identifier
labelExpression
domainClass
semanticCandidateExpression
preconditionExpression
controls
validationSet
style
conditionalStyles
GroupValidationSetDescription
semanticValidationRules
propertyValidationRules
ControlDescription
identifier
ContainerDescription
controls
layout
LayoutDescription
FillLayoutDescription
orientation
GridLayoutDescription
numberOfColumns
1
makeColumnsWithEqualWidth
FILL_LAYOUT_ORIENTATION
VERTICAL
VERTICAL
HORIZONTAL
HORIZONTAL
WidgetDescription
labelExpression
helpExpression
isEnabledExpression
TextDescription
valueExpression
initialOperation
style
conditionalStyles
ButtonDescription
buttonLabelExpression
initialOperation
style
conditionalStyles
LabelDescription
valueExpression
displayExpression
style
conditionalStyles
actions
CheckboxDescription
valueExpression
initialOperation
style
conditionalStyles
SelectDescription
valueExpression
initialOperation
candidatesExpression
candidateDisplayExpression
style
conditionalStyles
DynamicMappingFor
iterator
iterableExpression
ifs
DynamicMappingIf
predicateExpression
widget
TextAreaDescription
lineCount
5
RadioDescription
valueExpression
initialOperation
candidatesExpression
candidateDisplayExpression
style
numberOfColumns
-1
conditionalStyles
ListDescription
valueExpression
displayExpression
onClickOperation
actions
style
conditionalStyles
OperationDescription
initialOperation
CustomDescription
customExpressions
customOperations
style
conditionalStyles
CustomExpression
identifier
customExpression
CustomOperation
identifier
initialOperation
HyperlinkDescription
valueExpression
displayExpression
initialOperation
style
conditionalStyles
actions
WidgetStyle
labelFontNameExpression
labelFontSizeExpression
labelBackgroundColor
labelForegroundColor
labelFontFormat
TextWidgetStyle
fontNameExpression
fontSizeExpression
backgroundColor
foregroundColor
fontFormat
LabelWidgetStyle
fontNameExpression
fontSizeExpression
backgroundColor
foregroundColor
fontFormat
CheckboxWidgetStyle
RadioWidgetStyle
ButtonWidgetStyle
SelectWidgetStyle
CustomWidgetStyle
ListWidgetStyle
HyperlinkWidgetStyle
fontNameExpression
fontSizeExpression
backgroundColor
fontFormat
GroupStyle
backgroundColor
foregroundColor
fontNameExpression
fontSizeExpression
barStyle
toggleStyle
expandedByDefault
ToggleStyle
TWISTIE
TWISTIE
TREE_NODE
TREE_NODE
NONE
NONE
TitleBarStyle
TITLE_BAR
TITLE_BAR
SHORT_TITLE_BAR
SHORT_TITLE_BAR
NO_TITLE
NO_TITLE
WidgetConditionalStyle
preconditionExpression
TextWidgetConditionalStyle
style
LabelWidgetConditionalStyle
style
CheckboxWidgetConditionalStyle
style
RadioWidgetConditionalStyle
style
ButtonWidgetConditionalStyle
style
SelectWidgetConditionalStyle
style
CustomWidgetConditionalStyle
style
ListWidgetConditionalStyle
style
WidgetAction
labelExpression
initialOperation
HyperlinkWidgetConditionalStyle
style
GroupConditionalStyle
style
EditSupport
getImage
getText
getText
feature
getTabName
getChoiceOfValues
feature
isMultiline
eStructuralFeature
getDescription
eStructuralFeature
getEStructuralFeatures
setValue
feature
newValue
needsTextWidget
eStructuralFeature
needsCheckboxWidget
eStructuralFeature | null | {"directed":true,"nodes":[{"nsPrefix":"properties","nsURI":"http://www.eclipse.org/sirius/properties/1.0.0","name":"properties","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewExtensionDescription","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageDescription","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageValidationSetDescription","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyValidationRule","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupDescription","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupValidationSetDescription","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlDescription","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainerDescription","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LayoutDescription","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FillLayoutDescription","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayoutDescription","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FILL_LAYOUT_ORIENTATION","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetDescription","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextDescription","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ButtonDescription","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelDescription","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckboxDescription","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectDescription","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicMappingFor","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DynamicMappingIf","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextAreaDescription","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadioDescription","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListDescription","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationDescription","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomDescription","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomExpression","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomOperation","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyperlinkDescription","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetStyle","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextWidgetStyle","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelWidgetStyle","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckboxWidgetStyle","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadioWidgetStyle","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ButtonWidgetStyle","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectWidgetStyle","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomWidgetStyle","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListWidgetStyle","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyperlinkWidgetStyle","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupStyle","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ToggleStyle","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TitleBarStyle","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetConditionalStyle","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextWidgetConditionalStyle","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelWidgetConditionalStyle","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckboxWidgetConditionalStyle","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RadioWidgetConditionalStyle","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ButtonWidgetConditionalStyle","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectWidgetConditionalStyle","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomWidgetConditionalStyle","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListWidgetConditionalStyle","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WidgetAction","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HyperlinkWidgetConditionalStyle","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupConditionalStyle","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditSupport","instanceClass":null,"abstract":false,"id":54,"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":"identifier","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":false,"unsettable":false,"transient":false,"unique":true,"name":"metamodels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"container":false,"ordered":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":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":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","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":"labelExpression","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":"domainClass","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":"semanticCandidateExpression","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":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":68,"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":"groups","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":true,"unsettable":false,"transient":false,"unique":true,"name":"validationSet","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"semanticValidationRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"id":79,"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":"targets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"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":"identifier","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":"labelExpression","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":"domainClass","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":"semanticCandidateExpression","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"validationSet","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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"conditionalStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"semanticValidationRules","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":"propertyValidationRules","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"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":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"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":"controls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"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":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"orientation","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"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":"numberOfColumns","changeable":true,"lowerBound":0,"iD":false,"id":115,"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":"makeColumnsWithEqualWidth","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"name":"VERTICAL","id":120,"value":0,"literal":"VERTICAL","eClass":"EEnumLiteral"},{"name":"HORIZONTAL","id":121,"value":0,"literal":"HORIZONTAL","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":"labelExpression","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":"helpExpression","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":"isEnabledExpression","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"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":null,"unsettable":false,"transient":false,"unique":true,"name":"valueExpression","changeable":true,"lowerBound":0,"iD":false,"id":129,"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":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionalStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":132,"derived":false},{"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":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"buttonLabelExpression","changeable":true,"lowerBound":0,"iD":false,"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":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionalStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"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":"valueExpression","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":"displayExpression","changeable":true,"lowerBound":0,"iD":false,"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":"style","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":"conditionalStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"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":"valueExpression","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":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionalStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"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":"valueExpression","changeable":true,"lowerBound":0,"iD":false,"id":167,"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":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"candidatesExpression","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"candidateDisplayExpression","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":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionalStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"iterator","changeable":true,"lowerBound":1,"iD":false,"id":180,"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":"iterableExpression","changeable":true,"lowerBound":1,"iD":false,"id":181,"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":"ifs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"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":"predicateExpression","changeable":true,"lowerBound":1,"iD":false,"id":187,"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":"widget","changeable":true,"resolveProxies":true,"lowerBound":1,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":5,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"5","unsettable":false,"transient":false,"unique":true,"name":"lineCount","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"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":"valueExpression","changeable":true,"lowerBound":0,"iD":false,"id":194,"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":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":195,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"candidatesExpression","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":"candidateDisplayExpression","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"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":"numberOfColumns","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionalStyles","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valueExpression","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayExpression","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"onClickOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","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":"conditionalStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"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"},{"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":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"customExpressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionalStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"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":233,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"customExpression","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"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":237,"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":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":false},{"id":239,"eClass":"EGenericType"},{"id":240,"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":"valueExpression","changeable":true,"lowerBound":0,"iD":false,"id":241,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"displayExpression","changeable":true,"lowerBound":0,"iD":false,"id":242,"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":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionalStyles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actions","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"},{"id":253,"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":"labelFontNameExpression","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelFontSizeExpression","changeable":true,"lowerBound":0,"iD":false,"id":255,"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":"labelBackgroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"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":"labelForegroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelFontFormat","changeable":true,"lowerBound":0,"iD":false,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"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":"fontNameExpression","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontSizeExpression","changeable":true,"lowerBound":0,"iD":false,"id":265,"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":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"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":"foregroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontFormat","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"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":"fontNameExpression","changeable":true,"lowerBound":0,"iD":false,"id":275,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontSizeExpression","changeable":true,"lowerBound":0,"iD":false,"id":276,"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":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":277,"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":"foregroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontFormat","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"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":"fontNameExpression","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontSizeExpression","changeable":true,"lowerBound":0,"iD":false,"id":293,"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":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontFormat","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","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":false,"unsettable":false,"transient":false,"unique":true,"name":"foregroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"fontNameExpression","changeable":true,"lowerBound":0,"iD":false,"id":303,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fontSizeExpression","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"barStyle","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toggleStyle","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":"expandedByDefault","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"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"},{"name":"TWISTIE","id":315,"value":0,"literal":"TWISTIE","eClass":"EEnumLiteral"},{"name":"TREE_NODE","id":316,"value":1,"literal":"TREE_NODE","eClass":"EEnumLiteral"},{"name":"NONE","id":317,"value":2,"literal":"NONE","eClass":"EEnumLiteral"},{"name":"TITLE_BAR","id":318,"value":0,"literal":"TITLE_BAR","eClass":"EEnumLiteral"},{"name":"SHORT_TITLE_BAR","id":319,"value":1,"literal":"SHORT_TITLE_BAR","eClass":"EEnumLiteral"},{"name":"NO_TITLE","id":320,"value":2,"literal":"NO_TITLE","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":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"id":324,"eClass":"EGenericType"},{"id":325,"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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"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":"style","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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"id":345,"eClass":"EGenericType"},{"id":346,"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":"labelExpression","changeable":true,"lowerBound":0,"iD":false,"id":347,"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":"initialOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"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":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getImage","lowerBound":0,"id":357,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getText","lowerBound":0,"id":358,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getText","lowerBound":0,"id":359,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTabName","lowerBound":0,"id":360,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getChoiceOfValues","lowerBound":0,"id":361,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMultiline","lowerBound":1,"id":362,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDescription","lowerBound":1,"id":363,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getEStructuralFeatures","lowerBound":0,"id":364,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setValue","lowerBound":0,"id":365,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"needsTextWidget","lowerBound":0,"id":366,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"needsCheckboxWidget","lowerBound":0,"id":367,"many":false,"required":false,"eClass":"EOperation"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":1,"id":371,"many":false,"required":true,"eClass":"EParameter"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":1,"id":375,"many":false,"required":true,"eClass":"EParameter"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eStructuralFeature","lowerBound":1,"id":378,"many":false,"required":true,"eClass":"EParameter"},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eStructuralFeature","lowerBound":1,"id":381,"many":false,"required":true,"eClass":"EParameter"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feature","lowerBound":1,"id":385,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"newValue","lowerBound":1,"id":386,"many":false,"required":true,"eClass":"EParameter"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eStructuralFeature","lowerBound":1,"id":390,"many":false,"required":true,"eClass":"EParameter"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"eStructuralFeature","lowerBound":1,"id":393,"many":false,"required":true,"eClass":"EParameter"},{"id":394,"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":1,"target":0},{"source":1,"target":55},{"source":1,"target":56},{"source":1,"target":57},{"source":1,"target":58},{"source":1,"target":59},{"source":55,"target":60},{"source":55,"target":1},{"source":56,"target":61},{"source":56,"target":1},{"source":57,"target":2},{"source":57,"target":62},{"source":57,"target":1},{"source":62,"target":2},{"source":58,"target":5},{"source":58,"target":63},{"source":58,"target":1},{"source":63,"target":5},{"source":2,"target":0},{"source":2,"target":64},{"source":2,"target":65},{"source":2,"target":66},{"source":2,"target":67},{"source":2,"target":68},{"source":2,"target":69},{"source":2,"target":70},{"source":64,"target":71},{"source":64,"target":2},{"source":65,"target":72},{"source":65,"target":2},{"source":66,"target":73},{"source":66,"target":2},{"source":67,"target":74},{"source":67,"target":2},{"source":68,"target":75},{"source":68,"target":2},{"source":69,"target":5},{"source":69,"target":76},{"source":69,"target":2},{"source":76,"target":5},{"source":70,"target":3},{"source":70,"target":77},{"source":70,"target":2},{"source":77,"target":3},{"source":3,"target":0},{"source":3,"target":78},{"source":78,"target":79},{"source":78,"target":3},{"source":4,"target":0},{"source":4,"target":80},{"source":4,"target":81},{"source":80,"target":13},{"source":80,"target":82},{"source":80,"target":4},{"source":82,"target":13},{"source":5,"target":0},{"source":5,"target":83},{"source":5,"target":84},{"source":5,"target":85},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":5,"target":91},{"source":83,"target":92},{"source":83,"target":5},{"source":84,"target":93},{"source":84,"target":5},{"source":85,"target":94},{"source":85,"target":5},{"source":86,"target":95},{"source":86,"target":5},{"source":87,"target":96},{"source":87,"target":5},{"source":88,"target":7},{"source":88,"target":97},{"source":88,"target":5},{"source":97,"target":7},{"source":89,"target":6},{"source":89,"target":98},{"source":89,"target":5},{"source":98,"target":6},{"source":90,"target":39},{"source":90,"target":99},{"source":90,"target":5},{"source":99,"target":39},{"source":91,"target":53},{"source":91,"target":100},{"source":91,"target":5},{"source":100,"target":53},{"source":6,"target":0},{"source":6,"target":101},{"source":6,"target":102},{"source":101,"target":103},{"source":101,"target":6},{"source":102,"target":4},{"source":102,"target":104},{"source":102,"target":6},{"source":104,"target":4},{"source":7,"target":0},{"source":7,"target":105},{"source":105,"target":106},{"source":105,"target":7},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":107},{"source":8,"target":108},{"source":8,"target":109},{"source":107,"target":7},{"source":107,"target":110},{"source":107,"target":8},{"source":110,"target":7},{"source":108,"target":9},{"source":108,"target":111},{"source":108,"target":8},{"source":111,"target":9},{"source":109,"target":7},{"source":9,"target":0},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":112},{"source":10,"target":113},{"source":112,"target":12},{"source":112,"target":114},{"source":112,"target":10},{"source":114,"target":12},{"source":113,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":115},{"source":11,"target":116},{"source":11,"target":117},{"source":115,"target":118},{"source":115,"target":11},{"source":116,"target":119},{"source":116,"target":11},{"source":117,"target":9},{"source":12,"target":0},{"source":12,"target":120},{"source":12,"target":121},{"source":120,"target":12},{"source":121,"target":12},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":122},{"source":13,"target":123},{"source":13,"target":124},{"source":13,"target":125},{"source":122,"target":126},{"source":122,"target":13},{"source":123,"target":127},{"source":123,"target":13},{"source":124,"target":128},{"source":124,"target":13},{"source":125,"target":7},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":129},{"source":14,"target":130},{"source":14,"target":131},{"source":14,"target":132},{"source":14,"target":133},{"source":129,"target":134},{"source":129,"target":14},{"source":130,"target":135},{"source":130,"target":14},{"source":131,"target":30},{"source":131,"target":136},{"source":131,"target":14},{"source":136,"target":30},{"source":132,"target":43},{"source":132,"target":137},{"source":132,"target":14},{"source":137,"target":43},{"source":133,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":138},{"source":15,"target":139},{"source":15,"target":140},{"source":15,"target":141},{"source":15,"target":142},{"source":138,"target":143},{"source":138,"target":15},{"source":139,"target":144},{"source":139,"target":15},{"source":140,"target":34},{"source":140,"target":145},{"source":140,"target":15},{"source":145,"target":34},{"source":141,"target":47},{"source":141,"target":146},{"source":141,"target":15},{"source":146,"target":47},{"source":142,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":147},{"source":16,"target":148},{"source":16,"target":149},{"source":16,"target":150},{"source":16,"target":151},{"source":16,"target":152},{"source":147,"target":153},{"source":147,"target":16},{"source":148,"target":154},{"source":148,"target":16},{"source":149,"target":31},{"source":149,"target":155},{"source":149,"target":16},{"source":155,"target":31},{"source":150,"target":44},{"source":150,"target":156},{"source":150,"target":16},{"source":156,"target":44},{"source":151,"target":51},{"source":151,"target":157},{"source":151,"target":16},{"source":157,"target":51},{"source":152,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":158},{"source":17,"target":159},{"source":17,"target":160},{"source":17,"target":161},{"source":17,"target":162},{"source":158,"target":163},{"source":158,"target":17},{"source":159,"target":164},{"source":159,"target":17},{"source":160,"target":32},{"source":160,"target":165},{"source":160,"target":17},{"source":165,"target":32},{"source":161,"target":45},{"source":161,"target":166},{"source":161,"target":17},{"source":166,"target":45},{"source":162,"target":13},{"source":18,"target":0},{"source":18,"target":13},{"source":18,"target":167},{"source":18,"target":168},{"source":18,"target":169},{"source":18,"target":170},{"source":18,"target":171},{"source":18,"target":172},{"source":18,"target":173},{"source":167,"target":174},{"source":167,"target":18},{"source":168,"target":175},{"source":168,"target":18},{"source":169,"target":176},{"source":169,"target":18},{"source":170,"target":177},{"source":170,"target":18},{"source":171,"target":35},{"source":171,"target":178},{"source":171,"target":18},{"source":178,"target":35},{"source":172,"target":48},{"source":172,"target":179},{"source":172,"target":18},{"source":179,"target":48},{"source":173,"target":13},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":180},{"source":19,"target":181},{"source":19,"target":182},{"source":19,"target":183},{"source":180,"target":184},{"source":180,"target":19},{"source":181,"target":185},{"source":181,"target":19},{"source":182,"target":20},{"source":182,"target":186},{"source":182,"target":19},{"source":186,"target":20},{"source":183,"target":7},{"source":20,"target":0},{"source":20,"target":187},{"source":20,"target":188},{"source":187,"target":189},{"source":187,"target":20},{"source":188,"target":13},{"source":188,"target":190},{"source":188,"target":20},{"source":190,"target":13},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":191},{"source":21,"target":192},{"source":191,"target":193},{"source":191,"target":21},{"source":192,"target":14},{"source":22,"target":0},{"source":22,"target":13},{"source":22,"target":194},{"source":22,"target":195},{"source":22,"target":196},{"source":22,"target":197},{"source":22,"target":198},{"source":22,"target":199},{"source":22,"target":200},{"source":22,"target":201},{"source":194,"target":202},{"source":194,"target":22},{"source":195,"target":203},{"source":195,"target":22},{"source":196,"target":204},{"source":196,"target":22},{"source":197,"target":205},{"source":197,"target":22},{"source":198,"target":33},{"source":198,"target":206},{"source":198,"target":22},{"source":206,"target":33},{"source":199,"target":207},{"source":199,"target":22},{"source":200,"target":46},{"source":200,"target":208},{"source":200,"target":22},{"source":208,"target":46},{"source":201,"target":13},{"source":23,"target":0},{"source":23,"target":13},{"source":23,"target":209},{"source":23,"target":210},{"source":23,"target":211},{"source":23,"target":212},{"source":23,"target":213},{"source":23,"target":214},{"source":23,"target":215},{"source":209,"target":216},{"source":209,"target":23},{"source":210,"target":217},{"source":210,"target":23},{"source":211,"target":218},{"source":211,"target":23},{"source":212,"target":51},{"source":212,"target":219},{"source":212,"target":23},{"source":219,"target":51},{"source":213,"target":37},{"source":213,"target":220},{"source":213,"target":23},{"source":220,"target":37},{"source":214,"target":50},{"source":214,"target":221},{"source":214,"target":23},{"source":221,"target":50},{"source":215,"target":13},{"source":24,"target":0},{"source":24,"target":222},{"source":222,"target":223},{"source":222,"target":24},{"source":25,"target":0},{"source":25,"target":13},{"source":25,"target":224},{"source":25,"target":225},{"source":25,"target":226},{"source":25,"target":227},{"source":25,"target":228},{"source":224,"target":26},{"source":224,"target":229},{"source":224,"target":25},{"source":229,"target":26},{"source":225,"target":27},{"source":225,"target":230},{"source":225,"target":25},{"source":230,"target":27},{"source":226,"target":36},{"source":226,"target":231},{"source":226,"target":25},{"source":231,"target":36},{"source":227,"target":49},{"source":227,"target":232},{"source":227,"target":25},{"source":232,"target":49},{"source":228,"target":13},{"source":26,"target":0},{"source":26,"target":233},{"source":26,"target":234},{"source":233,"target":235},{"source":233,"target":26},{"source":234,"target":236},{"source":234,"target":26},{"source":27,"target":0},{"source":27,"target":237},{"source":27,"target":238},{"source":237,"target":239},{"source":237,"target":27},{"source":238,"target":240},{"source":238,"target":27},{"source":28,"target":0},{"source":28,"target":13},{"source":28,"target":241},{"source":28,"target":242},{"source":28,"target":243},{"source":28,"target":244},{"source":28,"target":245},{"source":28,"target":246},{"source":28,"target":247},{"source":241,"target":248},{"source":241,"target":28},{"source":242,"target":249},{"source":242,"target":28},{"source":243,"target":250},{"source":243,"target":28},{"source":244,"target":38},{"source":244,"target":251},{"source":244,"target":28},{"source":251,"target":38},{"source":245,"target":52},{"source":245,"target":252},{"source":245,"target":28},{"source":252,"target":52},{"source":246,"target":51},{"source":246,"target":253},{"source":246,"target":28},{"source":253,"target":51},{"source":247,"target":13},{"source":29,"target":0},{"source":29,"target":254},{"source":29,"target":255},{"source":29,"target":256},{"source":29,"target":257},{"source":29,"target":258},{"source":254,"target":259},{"source":254,"target":29},{"source":255,"target":260},{"source":255,"target":29},{"source":256,"target":261},{"source":256,"target":29},{"source":257,"target":262},{"source":257,"target":29},{"source":258,"target":263},{"source":258,"target":29},{"source":30,"target":0},{"source":30,"target":29},{"source":30,"target":264},{"source":30,"target":265},{"source":30,"target":266},{"source":30,"target":267},{"source":30,"target":268},{"source":30,"target":269},{"source":264,"target":270},{"source":264,"target":30},{"source":265,"target":271},{"source":265,"target":30},{"source":266,"target":272},{"source":266,"target":30},{"source":267,"target":273},{"source":267,"target":30},{"source":268,"target":274},{"source":268,"target":30},{"source":269,"target":29},{"source":31,"target":0},{"source":31,"target":29},{"source":31,"target":275},{"source":31,"target":276},{"source":31,"target":277},{"source":31,"target":278},{"source":31,"target":279},{"source":31,"target":280},{"source":275,"target":281},{"source":275,"target":31},{"source":276,"target":282},{"source":276,"target":31},{"source":277,"target":283},{"source":277,"target":31},{"source":278,"target":284},{"source":278,"target":31},{"source":279,"target":285},{"source":279,"target":31},{"source":280,"target":29},{"source":32,"target":0},{"source":32,"target":29},{"source":32,"target":286},{"source":286,"target":29},{"source":33,"target":0},{"source":33,"target":29},{"source":33,"target":287},{"source":287,"target":29},{"source":34,"target":0},{"source":34,"target":29},{"source":34,"target":288},{"source":288,"target":29},{"source":35,"target":0},{"source":35,"target":29},{"source":35,"target":289},{"source":289,"target":29},{"source":36,"target":0},{"source":36,"target":29},{"source":36,"target":290},{"source":290,"target":29},{"source":37,"target":0},{"source":37,"target":29},{"source":37,"target":291},{"source":291,"target":29},{"source":38,"target":0},{"source":38,"target":29},{"source":38,"target":292},{"source":38,"target":293},{"source":38,"target":294},{"source":38,"target":295},{"source":38,"target":296},{"source":292,"target":297},{"source":292,"target":38},{"source":293,"target":298},{"source":293,"target":38},{"source":294,"target":299},{"source":294,"target":38},{"source":295,"target":300},{"source":295,"target":38},{"source":296,"target":29},{"source":39,"target":0},{"source":39,"target":301},{"source":39,"target":302},{"source":39,"target":303},{"source":39,"target":304},{"source":39,"target":305},{"source":39,"target":306},{"source":39,"target":307},{"source":301,"target":308},{"source":301,"target":39},{"source":302,"target":309},{"source":302,"target":39},{"source":303,"target":310},{"source":303,"target":39},{"source":304,"target":311},{"source":304,"target":39},{"source":305,"target":41},{"source":305,"target":312},{"source":305,"target":39},{"source":312,"target":41},{"source":306,"target":40},{"source":306,"target":313},{"source":306,"target":39},{"source":313,"target":40},{"source":307,"target":314},{"source":307,"target":39},{"source":40,"target":0},{"source":40,"target":315},{"source":40,"target":316},{"source":40,"target":317},{"source":315,"target":40},{"source":316,"target":40},{"source":317,"target":40},{"source":41,"target":0},{"source":41,"target":318},{"source":41,"target":319},{"source":41,"target":320},{"source":318,"target":41},{"source":319,"target":41},{"source":320,"target":41},{"source":42,"target":0},{"source":42,"target":321},{"source":321,"target":322},{"source":321,"target":42},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":323},{"source":43,"target":324},{"source":323,"target":30},{"source":323,"target":325},{"source":323,"target":43},{"source":325,"target":30},{"source":324,"target":42},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":326},{"source":44,"target":327},{"source":326,"target":31},{"source":326,"target":328},{"source":326,"target":44},{"source":328,"target":31},{"source":327,"target":42},{"source":45,"target":0},{"source":45,"target":42},{"source":45,"target":329},{"source":45,"target":330},{"source":329,"target":32},{"source":329,"target":331},{"source":329,"target":45},{"source":331,"target":32},{"source":330,"target":42},{"source":46,"target":0},{"source":46,"target":42},{"source":46,"target":332},{"source":46,"target":333},{"source":332,"target":33},{"source":332,"target":334},{"source":332,"target":46},{"source":334,"target":33},{"source":333,"target":42},{"source":47,"target":0},{"source":47,"target":42},{"source":47,"target":335},{"source":47,"target":336},{"source":335,"target":34},{"source":335,"target":337},{"source":335,"target":47},{"source":337,"target":34},{"source":336,"target":42},{"source":48,"target":0},{"source":48,"target":42},{"source":48,"target":338},{"source":48,"target":339},{"source":338,"target":35},{"source":338,"target":340},{"source":338,"target":48},{"source":340,"target":35},{"source":339,"target":42},{"source":49,"target":0},{"source":49,"target":42},{"source":49,"target":341},{"source":49,"target":342},{"source":341,"target":36},{"source":341,"target":343},{"source":341,"target":49},{"source":343,"target":36},{"source":342,"target":42},{"source":50,"target":0},{"source":50,"target":42},{"source":50,"target":344},{"source":50,"target":345},{"source":344,"target":37},{"source":344,"target":346},{"source":344,"target":50},{"source":346,"target":37},{"source":345,"target":42},{"source":51,"target":0},{"source":51,"target":347},{"source":51,"target":348},{"source":347,"target":349},{"source":347,"target":51},{"source":348,"target":350},{"source":348,"target":51},{"source":52,"target":0},{"source":52,"target":42},{"source":52,"target":351},{"source":52,"target":352},{"source":351,"target":38},{"source":351,"target":353},{"source":351,"target":52},{"source":353,"target":38},{"source":352,"target":42},{"source":53,"target":0},{"source":53,"target":42},{"source":53,"target":354},{"source":53,"target":355},{"source":354,"target":39},{"source":354,"target":356},{"source":354,"target":53},{"source":356,"target":39},{"source":355,"target":42},{"source":54,"target":0},{"source":54,"target":357},{"source":54,"target":358},{"source":54,"target":359},{"source":54,"target":360},{"source":54,"target":361},{"source":54,"target":362},{"source":54,"target":363},{"source":54,"target":364},{"source":54,"target":365},{"source":54,"target":366},{"source":54,"target":367},{"source":357,"target":368},{"source":357,"target":54},{"source":358,"target":369},{"source":358,"target":54},{"source":359,"target":370},{"source":359,"target":54},{"source":359,"target":371},{"source":371,"target":372},{"source":371,"target":359},{"source":360,"target":373},{"source":360,"target":54},{"source":361,"target":374},{"source":361,"target":54},{"source":361,"target":375},{"source":375,"target":376},{"source":375,"target":361},{"source":362,"target":377},{"source":362,"target":54},{"source":362,"target":378},{"source":378,"target":379},{"source":378,"target":362},{"source":363,"target":380},{"source":363,"target":54},{"source":363,"target":381},{"source":381,"target":382},{"source":381,"target":363},{"source":364,"target":383},{"source":364,"target":54},{"source":365,"target":384},{"source":365,"target":54},{"source":365,"target":385},{"source":365,"target":386},{"source":385,"target":387},{"source":385,"target":365},{"source":386,"target":388},{"source":386,"target":365},{"source":366,"target":389},{"source":366,"target":54},{"source":366,"target":390},{"source":390,"target":391},{"source":390,"target":366},{"source":367,"target":392},{"source":367,"target":54},{"source":367,"target":393},{"source":393,"target":394},{"source":393,"target":367}],"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://joomla.org/schema/extension-manifest" nsPrefix="jem">
<eClassifiers xsi:type="ecore:EClass" name="AbstractMultiResourceContainer" abstract="true">
<eStructuralFeatures xsi:type="ecore:EReference" name="fileSets" upperBound="-1"
eType="#//FileSet" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="files"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="languageSets" upperBound="-1"
eType="#//LanguageSet" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="languages"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="mediaSets" upperBound="-1"
eType="#//MediaSet" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="media"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allResourceSets" upperBound="-1"
eType="#//AbstractResourceContainer" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="JoomlaExtensionManifest" eSuperTypes="#//AbstractMultiResourceContainer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="manifestType" eType="#//ManifestType">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="type"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="manifestVersion" eType="#//ManifestVersion">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="version"/>
<details key="kind" value="attribute"/>
</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="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="author" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="authorEmail" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="authorUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="copyright" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="license" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</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="element"/>
</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="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="installFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="installfile"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="uninstallFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="uninstallfile"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="destination" eType="#//JoomlaDestination">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="client"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="pluginGroup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="group"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="install" eType="#//InstallDb"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="uninstall" eType="#//UninstallDb"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="administration" eType="#//Administration"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ManifestVersion">
<eLiterals name="UNKNOWN"/>
<eLiterals name="ONE_FIVE" value="1" literal="1.5.0"/>
<eLiterals name="ONE_SIX" value="2" literal="1.6.0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="ManifestType">
<eLiterals name="UNKNOWN"/>
<eLiterals name="COMPONENT" value="1" literal="component"/>
<eLiterals name="PLUGIN" value="2" literal="plugin"/>
<eLiterals name="MODULE" value="3" literal="module"/>
<eLiterals name="TEMPLATE" value="4" literal="template"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstallDb">
<eStructuralFeatures xsi:type="ecore:EReference" name="sql" eType="#//SqlFileSet"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="UninstallDb">
<eStructuralFeatures xsi:type="ecore:EReference" name="sql" eType="#//SqlFileSet"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractResource" abstract="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="AbstractResourceContainer" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="baseFolder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="folder"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="allResources" upperBound="-1"
eType="#//AbstractResource" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SqlFileSet">
<eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1"
eType="#//SqlResource" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="file"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SqlResource" eSuperTypes="#//AbstractResource">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="driver" 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"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="charset" 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"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileSet" eSuperTypes="#//AbstractResourceContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1"
eType="#//FileResource" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="filename"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="folders" upperBound="-1"
eType="#//FolderResource" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="folder"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FileResource" eSuperTypes="#//AbstractResource">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="module" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="module"/>
<details key="kind" value="attribute"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="plugin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="module"/>
<details key="kind" value="plugin"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="FolderResource" eSuperTypes="#//AbstractResource">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="simple"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LanguageSet" eSuperTypes="#//AbstractResourceContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="resources" lowerBound="1"
upperBound="-1" eType="#//LanguageResource" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="language"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="LanguageResource" eSuperTypes="#//AbstractResource">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" 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"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MediaSet" eSuperTypes="#//AbstractResourceContainer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="destination" 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"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="files" upperBound="-1"
eType="#//FileResource" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="filename"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Administration" eSuperTypes="#//AbstractMultiResourceContainer">
<eStructuralFeatures xsi:type="ecore:EReference" name="menu" eType="#//MenuItem"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="subMenu" eType="#//SubMenu"
containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="submenu"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="MenuItem">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="simple"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="simple"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="act" 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"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="task" 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"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="controller" 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"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="view" 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"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="layout" 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"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sub" 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"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="img" 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"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="link" 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"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubMenu">
<eStructuralFeatures xsi:type="ecore:EReference" name="menuItems" lowerBound="1"
upperBound="-1" eType="#//MenuItem" containment="true">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="menu"/>
<details key="kind" value="element"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="JoomlaDestination">
<eLiterals name="SITE" literal="site"/>
<eLiterals name="ADMINISTRATION" value="1" literal="administrator"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/extension-manifest.ecore | ecore | model
AbstractMultiResourceContainer
fileSets
languageSets
mediaSets
allResourceSets
JoomlaExtensionManifest
manifestType
manifestVersion
name
creationDate
author
authorEmail
authorUrl
copyright
license
version
description
installFile
uninstallFile
destination
pluginGroup
install
uninstall
administration
ManifestVersion
UNKNOWN
UNKNOWN
ONE_FIVE
1.5.0
ONE_SIX
1.6.0
ManifestType
UNKNOWN
UNKNOWN
COMPONENT
component
PLUGIN
plugin
MODULE
module
TEMPLATE
template
InstallDb
sql
UninstallDb
sql
AbstractResource
path
AbstractResourceContainer
baseFolder
allResources
SqlFileSet
files
SqlResource
driver
charset
FileSet
files
folders
FileResource
module
plugin
FolderResource
LanguageSet
resources
LanguageResource
tag
MediaSet
destination
files
Administration
menu
subMenu
MenuItem
label
act
task
controller
view
layout
sub
img
link
SubMenu
menuItems
JoomlaDestination
SITE
site
ADMINISTRATION
administrator | null | {"directed":true,"nodes":[{"nsPrefix":"jem","nsURI":"http://joomla.org/schema/extension-manifest","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractMultiResourceContainer","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoomlaExtensionManifest","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ManifestVersion","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ManifestType","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstallDb","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UninstallDb","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractResource","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractResourceContainer","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SqlFileSet","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SqlResource","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileSet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileResource","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FolderResource","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LanguageSet","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LanguageResource","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MediaSet","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Administration","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItem","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubMenu","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"JoomlaDestination","instanceClass":null,"id":20,"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":"fileSets","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":"languageSets","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":"mediaSets","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":true,"unique":true,"name":"allResourceSets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":true},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"manifestType","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"manifestVersion","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":"name","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":"creationDate","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":"author","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"authorEmail","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":"authorUrl","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":"copyright","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"license","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":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":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":"description","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":"installFile","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uninstallFile","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destination","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":"pluginGroup","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"install","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":true,"unsettable":false,"transient":false,"unique":true,"name":"uninstall","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":"administration","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"},{"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"},{"name":"UNKNOWN","id":66,"value":0,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"ONE_FIVE","id":67,"value":1,"literal":"1.5.0","eClass":"EEnumLiteral"},{"name":"ONE_SIX","id":68,"value":2,"literal":"1.6.0","eClass":"EEnumLiteral"},{"name":"UNKNOWN","id":69,"value":0,"literal":"UNKNOWN","eClass":"EEnumLiteral"},{"name":"COMPONENT","id":70,"value":1,"literal":"component","eClass":"EEnumLiteral"},{"name":"PLUGIN","id":71,"value":2,"literal":"plugin","eClass":"EEnumLiteral"},{"name":"MODULE","id":72,"value":3,"literal":"module","eClass":"EEnumLiteral"},{"name":"TEMPLATE","id":73,"value":4,"literal":"template","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":"sql","changeable":true,"resolveProxies":true,"lowerBound":0,"id":74,"derived":false},{"id":75,"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":"sql","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"path","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"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":"baseFolder","changeable":true,"lowerBound":0,"iD":false,"id":80,"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":true,"unique":true,"name":"allResources","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":true},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":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":84,"derived":false},{"id":85,"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":"driver","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"charset","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"folders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"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":"module","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":"plugin","changeable":true,"lowerBound":0,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"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":"resources","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"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":"tag","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"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":"destination","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":"files","changeable":true,"resolveProxies":true,"lowerBound":0,"id":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"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":"menu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subMenu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"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":118,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"act","changeable":true,"lowerBound":0,"iD":false,"id":119,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"task","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"controller","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":"view","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":"layout","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":"sub","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":"img","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"link","changeable":true,"lowerBound":0,"iD":false,"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"},{"id":134,"eClass":"EGenericType"},{"id":135,"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":"menuItems","changeable":true,"resolveProxies":true,"lowerBound":1,"id":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"name":"SITE","id":138,"value":0,"literal":"site","eClass":"EEnumLiteral"},{"name":"ADMINISTRATION","id":139,"value":1,"literal":"administrator","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":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":21,"target":11},{"source":21,"target":25},{"source":21,"target":1},{"source":25,"target":11},{"source":22,"target":14},{"source":22,"target":26},{"source":22,"target":1},{"source":26,"target":14},{"source":23,"target":16},{"source":23,"target":27},{"source":23,"target":1},{"source":27,"target":16},{"source":24,"target":8},{"source":24,"target":28},{"source":24,"target":1},{"source":28,"target":8},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":29,"target":4},{"source":29,"target":48},{"source":29,"target":2},{"source":48,"target":4},{"source":30,"target":3},{"source":30,"target":49},{"source":30,"target":2},{"source":49,"target":3},{"source":31,"target":50},{"source":31,"target":2},{"source":32,"target":51},{"source":32,"target":2},{"source":33,"target":52},{"source":33,"target":2},{"source":34,"target":53},{"source":34,"target":2},{"source":35,"target":54},{"source":35,"target":2},{"source":36,"target":55},{"source":36,"target":2},{"source":37,"target":56},{"source":37,"target":2},{"source":38,"target":57},{"source":38,"target":2},{"source":39,"target":58},{"source":39,"target":2},{"source":40,"target":59},{"source":40,"target":2},{"source":41,"target":60},{"source":41,"target":2},{"source":42,"target":20},{"source":42,"target":61},{"source":42,"target":2},{"source":61,"target":20},{"source":43,"target":62},{"source":43,"target":2},{"source":44,"target":5},{"source":44,"target":63},{"source":44,"target":2},{"source":63,"target":5},{"source":45,"target":6},{"source":45,"target":64},{"source":45,"target":2},{"source":64,"target":6},{"source":46,"target":17},{"source":46,"target":65},{"source":46,"target":2},{"source":65,"target":17},{"source":47,"target":1},{"source":3,"target":0},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":66,"target":3},{"source":67,"target":3},{"source":68,"target":3},{"source":4,"target":0},{"source":4,"target":69},{"source":4,"target":70},{"source":4,"target":71},{"source":4,"target":72},{"source":4,"target":73},{"source":69,"target":4},{"source":70,"target":4},{"source":71,"target":4},{"source":72,"target":4},{"source":73,"target":4},{"source":5,"target":0},{"source":5,"target":74},{"source":74,"target":9},{"source":74,"target":75},{"source":74,"target":5},{"source":75,"target":9},{"source":6,"target":0},{"source":6,"target":76},{"source":76,"target":9},{"source":76,"target":77},{"source":76,"target":6},{"source":77,"target":9},{"source":7,"target":0},{"source":7,"target":78},{"source":78,"target":79},{"source":78,"target":7},{"source":8,"target":0},{"source":8,"target":80},{"source":8,"target":81},{"source":80,"target":82},{"source":80,"target":8},{"source":81,"target":7},{"source":81,"target":83},{"source":81,"target":8},{"source":83,"target":7},{"source":9,"target":0},{"source":9,"target":84},{"source":84,"target":10},{"source":84,"target":85},{"source":84,"target":9},{"source":85,"target":10},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":86},{"source":10,"target":87},{"source":10,"target":88},{"source":86,"target":89},{"source":86,"target":10},{"source":87,"target":90},{"source":87,"target":10},{"source":88,"target":7},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":91},{"source":11,"target":92},{"source":11,"target":93},{"source":91,"target":12},{"source":91,"target":94},{"source":91,"target":11},{"source":94,"target":12},{"source":92,"target":13},{"source":92,"target":95},{"source":92,"target":11},{"source":95,"target":13},{"source":93,"target":8},{"source":12,"target":0},{"source":12,"target":7},{"source":12,"target":96},{"source":12,"target":97},{"source":12,"target":98},{"source":96,"target":99},{"source":96,"target":12},{"source":97,"target":100},{"source":97,"target":12},{"source":98,"target":7},{"source":13,"target":0},{"source":13,"target":7},{"source":13,"target":101},{"source":101,"target":7},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":102},{"source":14,"target":103},{"source":102,"target":15},{"source":102,"target":104},{"source":102,"target":14},{"source":104,"target":15},{"source":103,"target":8},{"source":15,"target":0},{"source":15,"target":7},{"source":15,"target":105},{"source":15,"target":106},{"source":105,"target":107},{"source":105,"target":15},{"source":106,"target":7},{"source":16,"target":0},{"source":16,"target":8},{"source":16,"target":108},{"source":16,"target":109},{"source":16,"target":110},{"source":108,"target":111},{"source":108,"target":16},{"source":109,"target":12},{"source":109,"target":112},{"source":109,"target":16},{"source":112,"target":12},{"source":110,"target":8},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":113},{"source":17,"target":114},{"source":17,"target":115},{"source":113,"target":18},{"source":113,"target":116},{"source":113,"target":17},{"source":116,"target":18},{"source":114,"target":19},{"source":114,"target":117},{"source":114,"target":17},{"source":117,"target":19},{"source":115,"target":1},{"source":18,"target":0},{"source":18,"target":118},{"source":18,"target":119},{"source":18,"target":120},{"source":18,"target":121},{"source":18,"target":122},{"source":18,"target":123},{"source":18,"target":124},{"source":18,"target":125},{"source":18,"target":126},{"source":118,"target":127},{"source":118,"target":18},{"source":119,"target":128},{"source":119,"target":18},{"source":120,"target":129},{"source":120,"target":18},{"source":121,"target":130},{"source":121,"target":18},{"source":122,"target":131},{"source":122,"target":18},{"source":123,"target":132},{"source":123,"target":18},{"source":124,"target":133},{"source":124,"target":18},{"source":125,"target":134},{"source":125,"target":18},{"source":126,"target":135},{"source":126,"target":18},{"source":19,"target":0},{"source":19,"target":136},{"source":136,"target":18},{"source":136,"target":137},{"source":136,"target":19},{"source":137,"target":18},{"source":20,"target":0},{"source":20,"target":138},{"source":20,"target":139},{"source":138,"target":20},{"source":139,"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="itemflow101"
nsURI="http://itemflow101" nsPrefix="_itemflow101">
<eAnnotations source="diastyle.node.vertical">
<details key="layout=vertical"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="Function" eSuperTypes="#//ProcessNode">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="pov"/>
<details key="cont=Function.decompositions"/>
<details key="pref=outputPorts"/>
<details key="pref=inputPorts"/>
<details key="cref=descriptions"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="flows" upperBound="-1"
eType="#//Flow" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="decompositions" upperBound="-1"
eType="#//Function" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputPorts" upperBound="-1"
eType="#//OutputPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputPorts" upperBound="-1"
eType="#//InputPort" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="descriptions" upperBound="-1"
eType="#//Description" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Flow" eSuperTypes="#//ProcessNode">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="ref=inputflowEdge"/>
<details key="kref=items"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="inputflowEdge" upperBound="-1"
eType="#//InputPort"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1"
eType="#//Item" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=id"/>
</eAnnotations>
<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="Item">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=name"/>
</eAnnotations>
<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="OutputPort" eSuperTypes="#//Port">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="ref=outputflowEdge"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="outputflowEdge" upperBound="-1"
eType="#//Flow"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InputPort" eSuperTypes="#//Port">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Description">
<eAnnotations source="diagraph">
<details key="node"/>
<details key="label=content"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ProcessNode" abstract="true">
<eAnnotations source="diagraph">
<details key="node"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/itemflow101.ecore | ecore | itemflow101
Function
flows
decompositions
outputPorts
inputPorts
descriptions
Flow
inputflowEdge
items
Port
id
Item
name
OutputPort
outputflowEdge
InputPort
Description
content
ProcessNode
label | null | {"directed":true,"nodes":[{"nsPrefix":"_itemflow101","nsURI":"http://itemflow101","name":"itemflow101","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Item","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPort","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPort","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessNode","instanceClass":null,"abstract":true,"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":"flows","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":"decompositions","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":"outputPorts","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":"inputPorts","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":"descriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"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":"inputflowEdge","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":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"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":"outputflowEdge","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"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":"content","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"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":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":9,"target":2},{"source":9,"target":15},{"source":9,"target":1},{"source":15,"target":2},{"source":10,"target":1},{"source":10,"target":16},{"source":10,"target":1},{"source":16,"target":1},{"source":11,"target":5},{"source":11,"target":17},{"source":11,"target":1},{"source":17,"target":5},{"source":12,"target":6},{"source":12,"target":18},{"source":12,"target":1},{"source":18,"target":6},{"source":13,"target":7},{"source":13,"target":19},{"source":13,"target":1},{"source":19,"target":7},{"source":14,"target":8},{"source":2,"target":0},{"source":2,"target":8},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":20,"target":6},{"source":20,"target":23},{"source":20,"target":2},{"source":23,"target":6},{"source":21,"target":4},{"source":21,"target":24},{"source":21,"target":2},{"source":24,"target":4},{"source":22,"target":8},{"source":3,"target":0},{"source":3,"target":25},{"source":25,"target":26},{"source":25,"target":3},{"source":4,"target":0},{"source":4,"target":27},{"source":27,"target":28},{"source":27,"target":4},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":29},{"source":5,"target":30},{"source":29,"target":2},{"source":29,"target":31},{"source":29,"target":5},{"source":31,"target":2},{"source":30,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":32},{"source":32,"target":3},{"source":7,"target":0},{"source":7,"target":33},{"source":33,"target":34},{"source":33,"target":7},{"source":8,"target":0},{"source":8,"target":35},{"source":35,"target":36},{"source":35,"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="etricegen"
nsURI="http://www.eclipse.org/etrice/generator" nsPrefix="etricegen">
<eClassifiers xsi:type="ecore:EClass" name="Root">
<eOperations name="getReferencedModels" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//RoomModel">
<eParameters name="cls" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//RoomClass"/>
</eOperations>
<eOperations name="getReferencedProtocolClasses" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ProtocolClass">
<eParameters name="cls" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ActorClass"/>
</eOperations>
<eOperations name="getExpandedActorClass" eType="#//ExpandedActorClass">
<eParameters name="ai" eType="#//ActorInstance"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="library" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subSystemInstances" upperBound="-1"
eType="#//SubSystemInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="models" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//RoomModel"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="xpActorClasses" upperBound="-1"
eType="#//ExpandedActorClass" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usedDataClasses" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//DataClass"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usedProtocolClasses" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ProtocolClass"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usedActorClasses" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ActorClass"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="usedRoomModels" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//RoomModel"
volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="subSystemClasses" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//SubSystemClass"
volatile="true" transient="true" derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InstanceBase" abstract="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="path" 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="objId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="threadId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
changeable="false" defaultValueLiteral="-1" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="nObjIDs" 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="StructureInstance" eSuperTypes="#//InstanceBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="instances" upperBound="-1"
eType="#//ActorInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="-1"
eType="#//PortInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="saps" upperBound="-1" eType="#//SAPInstance"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="spps" upperBound="-1" eType="#//SPPInstance"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1"
eType="#//ServiceImplInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//BindingInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connections" upperBound="-1"
eType="#//ConnectionInstance" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="allContainedInstances"
upperBound="-1" eType="#//ActorInstance" volatile="true" transient="true"
derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="orderedIfItemInstances"
upperBound="-1" eType="#//InterfaceItemInstance" changeable="false" transient="true"
derived="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SubSystemInstance" eSuperTypes="#//StructureInstance">
<eOperations name="getThreadId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eParameters name="instance" eType="#//InstanceBase"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="subSystemClass" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//SubSystemClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="maxObjId" 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="ActorInstance" eSuperTypes="#//StructureInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="actorClass" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ActorClass"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="replIdx" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="unindexedName" 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="InterfaceItemInstance" eSuperTypes="#//InstanceBase">
<eOperations name="isReplicated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isSimple" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="isRelay" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="getInterfaceItem" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//InterfaceItem"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="protocol" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ProtocolClass"
changeable="false" volatile="true" transient="true" derived="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="peers" upperBound="-1"
eType="#//InterfaceItemInstance"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortInstance" eSuperTypes="#//InterfaceItemInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="port" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Port"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//PortKind"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="bindings" upperBound="-1"
eType="#//BindingInstance" eOpposite="#//BindingInstance/ports"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EEnum" name="PortKind">
<eLiterals name="external" literal="external"/>
<eLiterals name="internal" value="1" literal="internal"/>
<eLiterals name="relay" value="2" literal="relay"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BindingInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="ports" upperBound="2" eType="#//PortInstance"
eOpposite="#//PortInstance/bindings"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="binding" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Binding"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SAPInstance" eSuperTypes="#//InterfaceItemInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="sap" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//SAPRef"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SPPInstance" eSuperTypes="#//InstanceBase">
<eStructuralFeatures xsi:type="ecore:EReference" name="spp" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//SPPRef"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1"
eType="#//ConnectionInstance" eOpposite="#//ConnectionInstance/toSPP"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" eType="#//ConnectionInstance"
eOpposite="#//ConnectionInstance/fromSPP"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ServiceImplInstance" eSuperTypes="#//InterfaceItemInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="svcImpl" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ServiceImplementation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ConnectionInstance">
<eStructuralFeatures xsi:type="ecore:EReference" name="fromAI" eType="#//ActorInstance"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="fromSPP" eType="#//SPPInstance"
eOpposite="#//SPPInstance/outgoing"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="toSPP" eType="#//SPPInstance"
eOpposite="#//SPPInstance/incoming"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="connection" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//LayerConnection"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ActiveTrigger">
<eStructuralFeatures xsi:type="ecore:EReference" name="msg" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Message"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="ifitem" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//InterfaceItem"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1"
eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//TriggeredTransition"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TransitionChain">
<eOperations name="getStateContext" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//State"/>
<eOperations name="isHandler" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="genExecuteChain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="tcv" eType="#//ITransitionChainVisitor"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="transition" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Transition"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="skipEntry" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
defaultValueLiteral="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="data" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//VarDecl"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ITransitionChainVisitor" instanceTypeName="ITransitionChainVisitor"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="IDiagnostician" instanceTypeName="IDiagnostician"
abstract="true" interface="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ExpandedActorClass">
<eOperations name="prepare">
<eParameters name="validator" eType="#//IDiagnostician"/>
</eOperations>
<eOperations name="release"/>
<eOperations name="addOwnObject">
<eParameters name="obj" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//StateGraphItem"/>
</eOperations>
<eOperations name="isOwnObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="obj" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//StateGraphItem"/>
</eOperations>
<eOperations name="getInterfaceItemLocalId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eParameters name="ifitem" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//InterfaceItem"/>
</eOperations>
<eOperations name="hasStateMachine" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eOperations name="getTriggerCodeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="mif" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//MessageFromIf"/>
</eOperations>
<eOperations name="getTriggerCodeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="mif" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getOutgoingTransitions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Transition">
<eParameters name="node" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//StateGraphNode"/>
</eOperations>
<eOperations name="getIncomingTransitions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Transition">
<eParameters name="node" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//StateGraphNode"/>
</eOperations>
<eOperations name="getActiveTriggers" upperBound="-1" eType="#//ActiveTrigger">
<eParameters name="state" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//State"/>
</eOperations>
<eOperations name="getTriggers" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//MessageFromIf"/>
<eOperations name="getOwnTriggers" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//MessageFromIf"/>
<eOperations name="getMessageID" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
<eParameters name="mif" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//MessageFromIf"/>
</eOperations>
<eOperations name="getChain" eType="#//TransitionChain">
<eParameters name="trans" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Transition"/>
</eOperations>
<eOperations name="getTransitionChains" upperBound="-1" eType="#//TransitionChain"/>
<eOperations name="getOwnTransitionChains" upperBound="-1" eType="#//TransitionChain"/>
<eOperations name="getNode" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//StateGraphNode">
<eParameters name="tt" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//TransitionTerminal"/>
</eOperations>
<eOperations name="isMatching" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
<eParameters name="trig" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Trigger"/>
<eParameters name="trigstr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eOperations>
<eOperations name="getDefaultBranch" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ContinuationTransition">
<eParameters name="out" upperBound="-1" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Transition"/>
</eOperations>
<eOperations name="getOrig" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject">
<eParameters name="copy" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eOperations>
<eOperations name="getData" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//VarDecl">
<eParameters name="trans" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//Transition"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="actorClass" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//ActorClass"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="stateMachine" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//StateGraph"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExpandedRefinedState" eSuperTypes="../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//SimpleState">
<eOperations name="init">
<eParameters name="rs" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//RefinedState"/>
</eOperations>
<eStructuralFeatures xsi:type="ecore:EReference" name="inheritedEntry" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inheritedExit" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//DetailCode"
containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="inheritedDo" eType="ecore:EClass ../../org.eclipse.etrice.core.room/src-gen/org/eclipse/etrice/core/Room.ecore#//DetailCode"
containment="true"/>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/etricegen.ecore | ecore | etricegen
Root
getReferencedModels
cls
getReferencedProtocolClasses
cls
getExpandedActorClass
ai
library
subSystemInstances
models
xpActorClasses
usedDataClasses
usedProtocolClasses
usedActorClasses
usedRoomModels
subSystemClasses
InstanceBase
name
path
objId
threadId
-1
nObjIDs
StructureInstance
instances
ports
saps
spps
services
bindings
connections
allContainedInstances
orderedIfItemInstances
SubSystemInstance
getThreadId
instance
subSystemClass
maxObjId
ActorInstance
actorClass
replIdx
-1
unindexedName
InterfaceItemInstance
isReplicated
isSimple
isRelay
getInterfaceItem
protocol
peers
PortInstance
port
kind
bindings
PortKind
external
external
internal
internal
relay
relay
BindingInstance
ports
binding
SAPInstance
sap
SPPInstance
spp
incoming
outgoing
ServiceImplInstance
svcImpl
ConnectionInstance
fromAI
fromSPP
toSPP
connection
ActiveTrigger
msg
ifitem
trigger
transitions
TransitionChain
getStateContext
isHandler
genExecuteChain
tcv
transition
skipEntry
false
data
ITransitionChainVisitor
java.lang.Object
ITransitionChainVisitor
IDiagnostician
java.lang.Object
IDiagnostician
ExpandedActorClass
prepare
validator
release
addOwnObject
obj
isOwnObject
obj
getInterfaceItemLocalId
ifitem
hasStateMachine
getTriggerCodeName
mif
getTriggerCodeName
mif
getOutgoingTransitions
node
getIncomingTransitions
node
getActiveTriggers
state
getTriggers
getOwnTriggers
getMessageID
mif
getChain
trans
getTransitionChains
getOwnTransitionChains
getNode
tt
isMatching
trig
trigstr
getDefaultBranch
out
getOrig
copy
getData
trans
actorClass
stateMachine
ExpandedRefinedState
init
rs
inheritedEntry
inheritedExit
inheritedDo | null | {"directed":true,"nodes":[{"nsPrefix":"etricegen","nsURI":"http://www.eclipse.org/etrice/generator","name":"etricegen","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":"InstanceBase","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureInstance","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubSystemInstance","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActorInstance","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceItemInstance","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PortInstance","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PortKind","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BindingInstance","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SAPInstance","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SPPInstance","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceImplInstance","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionInstance","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActiveTrigger","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransitionChain","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":"ITransitionChainVisitor","defaultValue":null,"instanceClassName":"java.lang.Object","name":"ITransitionChainVisitor","instanceClass":"java.lang.Object","abstract":true,"id":16,"interface":true,"eClass":"EClass"},{"instanceTypeName":"IDiagnostician","defaultValue":null,"instanceClassName":"java.lang.Object","name":"IDiagnostician","instanceClass":"java.lang.Object","abstract":true,"id":17,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandedActorClass","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpandedRefinedState","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getReferencedModels","lowerBound":0,"id":20,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getReferencedProtocolClasses","lowerBound":0,"id":21,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getExpandedActorClass","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"library","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":"subSystemInstances","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":false,"unsettable":false,"transient":false,"unique":true,"name":"models","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":"xpActorClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"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":"usedDataClasses","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":true,"unique":true,"name":"usedProtocolClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"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":"usedActorClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"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":"usedRoomModels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"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":"subSystemClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":true},{"id":32,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cls","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EParameter"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"cls","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EParameter"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ai","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EParameter"},{"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,"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":50,"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":"path","changeable":false,"lowerBound":0,"iD":false,"id":51,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objId","changeable":true,"lowerBound":0,"iD":false,"id":52,"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":"threadId","changeable":false,"lowerBound":0,"iD":false,"id":53,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"nObjIDs","changeable":false,"lowerBound":0,"iD":false,"id":54,"derived":true},{"id":55,"eClass":"EGenericType"},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"resolveProxies":true,"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":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"saps","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"spps","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":"services","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":"bindings","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":true,"unsettable":false,"transient":false,"unique":true,"name":"connections","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"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":"allContainedInstances","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"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":true,"unique":true,"name":"orderedIfItemInstances","changeable":false,"resolveProxies":true,"lowerBound":0,"id":68,"derived":true},{"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":"getThreadId","lowerBound":0,"id":79,"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":"subSystemClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"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":"maxObjId","changeable":false,"lowerBound":0,"iD":false,"id":81,"derived":true},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"instance","lowerBound":0,"id":84,"many":false,"required":false,"eClass":"EParameter"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"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":"actorClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"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":"replIdx","changeable":true,"lowerBound":0,"iD":false,"id":89,"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":"unindexedName","changeable":false,"lowerBound":0,"iD":false,"id":90,"derived":true},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isReplicated","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isSimple","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isRelay","lowerBound":0,"id":97,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInterfaceItem","lowerBound":0,"id":98,"many":false,"required":false,"eClass":"EOperation"},{"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":"protocol","changeable":false,"resolveProxies":true,"lowerBound":0,"id":99,"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":"peers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"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"},{"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":"port","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"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":109,"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":"bindings","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":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"name":"external","id":116,"value":0,"literal":"external","eClass":"EEnumLiteral"},{"name":"internal","id":117,"value":1,"literal":"internal","eClass":"EEnumLiteral"},{"name":"relay","id":118,"value":2,"literal":"relay","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":"binding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"id":121,"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":"sap","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"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":"spp","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":false,"unsettable":false,"transient":false,"unique":true,"name":"incoming","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":"outgoing","changeable":true,"resolveProxies":true,"lowerBound":0,"id":127,"derived":false},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"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":"toSPP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"id":132,"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":"fromSPP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"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":"svcImpl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"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":"fromAI","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"connection","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"},{"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":"msg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"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":"ifitem","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"trigger","changeable":true,"lowerBound":0,"iD":false,"id":145,"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":"transitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getStateContext","lowerBound":0,"id":151,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isHandler","lowerBound":0,"id":152,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"genExecuteChain","lowerBound":0,"id":153,"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":"transition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"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":"skipEntry","changeable":true,"lowerBound":0,"iD":false,"id":155,"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":"data","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tcv","lowerBound":0,"id":160,"many":false,"required":false,"eClass":"EParameter"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"prepare","lowerBound":0,"id":165,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"release","lowerBound":0,"id":166,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addOwnObject","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isOwnObject","lowerBound":0,"id":168,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getInterfaceItemLocalId","lowerBound":0,"id":169,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasStateMachine","lowerBound":0,"id":170,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTriggerCodeName","lowerBound":0,"id":171,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTriggerCodeName","lowerBound":0,"id":172,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOutgoingTransitions","lowerBound":0,"id":173,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getIncomingTransitions","lowerBound":0,"id":174,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getActiveTriggers","lowerBound":0,"id":175,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getTriggers","lowerBound":0,"id":176,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOwnTriggers","lowerBound":0,"id":177,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getMessageID","lowerBound":0,"id":178,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getChain","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getTransitionChains","lowerBound":0,"id":180,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getOwnTransitionChains","lowerBound":0,"id":181,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getNode","lowerBound":0,"id":182,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isMatching","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDefaultBranch","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getOrig","lowerBound":0,"id":185,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getData","lowerBound":0,"id":186,"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":"actorClass","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":true,"unsettable":false,"transient":false,"unique":true,"name":"stateMachine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"validator","lowerBound":0,"id":189,"many":false,"required":false,"eClass":"EParameter"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"obj","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EParameter"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"obj","lowerBound":0,"id":194,"many":false,"required":false,"eClass":"EParameter"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"ifitem","lowerBound":0,"id":197,"many":false,"required":false,"eClass":"EParameter"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mif","lowerBound":0,"id":201,"many":false,"required":false,"eClass":"EParameter"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"mif","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EParameter"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EParameter"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"node","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EParameter"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"state","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"mif","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EParameter"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"trans","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EParameter"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"tt","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EParameter"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"trig","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"trigstr","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EParameter"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"out","lowerBound":0,"id":234,"many":true,"required":false,"eClass":"EParameter"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"copy","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EParameter"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"trans","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,"unique":true,"name":"init","lowerBound":0,"id":244,"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":"inheritedEntry","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"inheritedExit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inheritedDo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"rs","lowerBound":0,"id":249,"many":false,"required":false,"eClass":"EParameter"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"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":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":20,"target":32},{"source":20,"target":1},{"source":20,"target":33},{"source":33,"target":34},{"source":33,"target":20},{"source":21,"target":35},{"source":21,"target":1},{"source":21,"target":36},{"source":36,"target":37},{"source":36,"target":21},{"source":22,"target":18},{"source":22,"target":38},{"source":22,"target":1},{"source":22,"target":39},{"source":38,"target":18},{"source":39,"target":5},{"source":39,"target":40},{"source":39,"target":22},{"source":40,"target":5},{"source":23,"target":41},{"source":23,"target":1},{"source":24,"target":4},{"source":24,"target":42},{"source":24,"target":1},{"source":42,"target":4},{"source":25,"target":43},{"source":25,"target":1},{"source":26,"target":18},{"source":26,"target":44},{"source":26,"target":1},{"source":44,"target":18},{"source":27,"target":45},{"source":27,"target":1},{"source":28,"target":46},{"source":28,"target":1},{"source":29,"target":47},{"source":29,"target":1},{"source":30,"target":48},{"source":30,"target":1},{"source":31,"target":49},{"source":31,"target":1},{"source":2,"target":0},{"source":2,"target":50},{"source":2,"target":51},{"source":2,"target":52},{"source":2,"target":53},{"source":2,"target":54},{"source":50,"target":55},{"source":50,"target":2},{"source":51,"target":56},{"source":51,"target":2},{"source":52,"target":57},{"source":52,"target":2},{"source":53,"target":58},{"source":53,"target":2},{"source":54,"target":59},{"source":54,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"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":60,"target":5},{"source":60,"target":70},{"source":60,"target":3},{"source":70,"target":5},{"source":61,"target":7},{"source":61,"target":71},{"source":61,"target":3},{"source":71,"target":7},{"source":62,"target":10},{"source":62,"target":72},{"source":62,"target":3},{"source":72,"target":10},{"source":63,"target":11},{"source":63,"target":73},{"source":63,"target":3},{"source":73,"target":11},{"source":64,"target":12},{"source":64,"target":74},{"source":64,"target":3},{"source":74,"target":12},{"source":65,"target":9},{"source":65,"target":75},{"source":65,"target":3},{"source":75,"target":9},{"source":66,"target":13},{"source":66,"target":76},{"source":66,"target":3},{"source":76,"target":13},{"source":67,"target":5},{"source":67,"target":77},{"source":67,"target":3},{"source":77,"target":5},{"source":68,"target":6},{"source":68,"target":78},{"source":68,"target":3},{"source":78,"target":6},{"source":69,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":79},{"source":4,"target":80},{"source":4,"target":81},{"source":4,"target":82},{"source":79,"target":83},{"source":79,"target":4},{"source":79,"target":84},{"source":84,"target":2},{"source":84,"target":85},{"source":84,"target":79},{"source":85,"target":2},{"source":80,"target":86},{"source":80,"target":4},{"source":81,"target":87},{"source":81,"target":4},{"source":82,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":88},{"source":5,"target":89},{"source":5,"target":90},{"source":5,"target":91},{"source":88,"target":92},{"source":88,"target":5},{"source":89,"target":93},{"source":89,"target":5},{"source":90,"target":94},{"source":90,"target":5},{"source":91,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":95},{"source":6,"target":96},{"source":6,"target":97},{"source":6,"target":98},{"source":6,"target":99},{"source":6,"target":100},{"source":6,"target":101},{"source":95,"target":102},{"source":95,"target":6},{"source":96,"target":103},{"source":96,"target":6},{"source":97,"target":104},{"source":97,"target":6},{"source":98,"target":105},{"source":98,"target":6},{"source":99,"target":106},{"source":99,"target":6},{"source":100,"target":6},{"source":100,"target":107},{"source":100,"target":6},{"source":107,"target":6},{"source":101,"target":2},{"source":7,"target":0},{"source":7,"target":6},{"source":7,"target":108},{"source":7,"target":109},{"source":7,"target":110},{"source":7,"target":111},{"source":108,"target":112},{"source":108,"target":7},{"source":109,"target":8},{"source":109,"target":113},{"source":109,"target":7},{"source":113,"target":8},{"source":110,"target":9},{"source":110,"target":114},{"source":110,"target":7},{"source":110,"target":115},{"source":114,"target":9},{"source":111,"target":6},{"source":8,"target":0},{"source":8,"target":116},{"source":8,"target":117},{"source":8,"target":118},{"source":116,"target":8},{"source":117,"target":8},{"source":118,"target":8},{"source":9,"target":0},{"source":9,"target":115},{"source":9,"target":119},{"source":115,"target":7},{"source":115,"target":120},{"source":115,"target":9},{"source":115,"target":110},{"source":120,"target":7},{"source":119,"target":121},{"source":119,"target":9},{"source":10,"target":0},{"source":10,"target":6},{"source":10,"target":122},{"source":10,"target":123},{"source":122,"target":124},{"source":122,"target":10},{"source":123,"target":6},{"source":11,"target":0},{"source":11,"target":2},{"source":11,"target":125},{"source":11,"target":126},{"source":11,"target":127},{"source":11,"target":128},{"source":125,"target":129},{"source":125,"target":11},{"source":126,"target":13},{"source":126,"target":130},{"source":126,"target":11},{"source":126,"target":131},{"source":130,"target":13},{"source":127,"target":13},{"source":127,"target":132},{"source":127,"target":11},{"source":127,"target":133},{"source":132,"target":13},{"source":128,"target":2},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":134},{"source":12,"target":135},{"source":134,"target":136},{"source":134,"target":12},{"source":135,"target":6},{"source":13,"target":0},{"source":13,"target":137},{"source":13,"target":133},{"source":13,"target":131},{"source":13,"target":138},{"source":137,"target":5},{"source":137,"target":139},{"source":137,"target":13},{"source":139,"target":5},{"source":133,"target":11},{"source":133,"target":140},{"source":133,"target":13},{"source":133,"target":127},{"source":140,"target":11},{"source":131,"target":11},{"source":131,"target":141},{"source":131,"target":13},{"source":131,"target":126},{"source":141,"target":11},{"source":138,"target":142},{"source":138,"target":13},{"source":14,"target":0},{"source":14,"target":143},{"source":14,"target":144},{"source":14,"target":145},{"source":14,"target":146},{"source":143,"target":147},{"source":143,"target":14},{"source":144,"target":148},{"source":144,"target":14},{"source":145,"target":149},{"source":145,"target":14},{"source":146,"target":150},{"source":146,"target":14},{"source":15,"target":0},{"source":15,"target":151},{"source":15,"target":152},{"source":15,"target":153},{"source":15,"target":154},{"source":15,"target":155},{"source":15,"target":156},{"source":151,"target":157},{"source":151,"target":15},{"source":152,"target":158},{"source":152,"target":15},{"source":153,"target":159},{"source":153,"target":15},{"source":153,"target":160},{"source":160,"target":16},{"source":160,"target":161},{"source":160,"target":153},{"source":161,"target":16},{"source":154,"target":162},{"source":154,"target":15},{"source":155,"target":163},{"source":155,"target":15},{"source":156,"target":164},{"source":156,"target":15},{"source":16,"target":0},{"source":17,"target":0},{"source":18,"target":0},{"source":18,"target":165},{"source":18,"target":166},{"source":18,"target":167},{"source":18,"target":168},{"source":18,"target":169},{"source":18,"target":170},{"source":18,"target":171},{"source":18,"target":172},{"source":18,"target":173},{"source":18,"target":174},{"source":18,"target":175},{"source":18,"target":176},{"source":18,"target":177},{"source":18,"target":178},{"source":18,"target":179},{"source":18,"target":180},{"source":18,"target":181},{"source":18,"target":182},{"source":18,"target":183},{"source":18,"target":184},{"source":18,"target":185},{"source":18,"target":186},{"source":18,"target":187},{"source":18,"target":188},{"source":165,"target":18},{"source":165,"target":189},{"source":189,"target":17},{"source":189,"target":190},{"source":189,"target":165},{"source":190,"target":17},{"source":166,"target":18},{"source":167,"target":18},{"source":167,"target":191},{"source":191,"target":192},{"source":191,"target":167},{"source":168,"target":193},{"source":168,"target":18},{"source":168,"target":194},{"source":194,"target":195},{"source":194,"target":168},{"source":169,"target":196},{"source":169,"target":18},{"source":169,"target":197},{"source":197,"target":198},{"source":197,"target":169},{"source":170,"target":199},{"source":170,"target":18},{"source":171,"target":200},{"source":171,"target":18},{"source":171,"target":201},{"source":201,"target":202},{"source":201,"target":171},{"source":172,"target":203},{"source":172,"target":18},{"source":172,"target":204},{"source":204,"target":205},{"source":204,"target":172},{"source":173,"target":206},{"source":173,"target":18},{"source":173,"target":207},{"source":207,"target":208},{"source":207,"target":173},{"source":174,"target":209},{"source":174,"target":18},{"source":174,"target":210},{"source":210,"target":211},{"source":210,"target":174},{"source":175,"target":14},{"source":175,"target":212},{"source":175,"target":18},{"source":175,"target":213},{"source":212,"target":14},{"source":213,"target":214},{"source":213,"target":175},{"source":176,"target":215},{"source":176,"target":18},{"source":177,"target":216},{"source":177,"target":18},{"source":178,"target":217},{"source":178,"target":18},{"source":178,"target":218},{"source":218,"target":219},{"source":218,"target":178},{"source":179,"target":15},{"source":179,"target":220},{"source":179,"target":18},{"source":179,"target":221},{"source":220,"target":15},{"source":221,"target":222},{"source":221,"target":179},{"source":180,"target":15},{"source":180,"target":223},{"source":180,"target":18},{"source":223,"target":15},{"source":181,"target":15},{"source":181,"target":224},{"source":181,"target":18},{"source":224,"target":15},{"source":182,"target":225},{"source":182,"target":18},{"source":182,"target":226},{"source":226,"target":227},{"source":226,"target":182},{"source":183,"target":228},{"source":183,"target":18},{"source":183,"target":229},{"source":183,"target":230},{"source":229,"target":231},{"source":229,"target":183},{"source":230,"target":232},{"source":230,"target":183},{"source":184,"target":233},{"source":184,"target":18},{"source":184,"target":234},{"source":234,"target":235},{"source":234,"target":184},{"source":185,"target":236},{"source":185,"target":18},{"source":185,"target":237},{"source":237,"target":238},{"source":237,"target":185},{"source":186,"target":239},{"source":186,"target":18},{"source":186,"target":240},{"source":240,"target":241},{"source":240,"target":186},{"source":187,"target":242},{"source":187,"target":18},{"source":188,"target":243},{"source":188,"target":18},{"source":19,"target":0},{"source":19,"target":244},{"source":19,"target":245},{"source":19,"target":246},{"source":19,"target":247},{"source":19,"target":248},{"source":244,"target":19},{"source":244,"target":249},{"source":249,"target":250},{"source":249,"target":244},{"source":245,"target":251},{"source":245,"target":19},{"source":246,"target":252},{"source":246,"target":19},{"source":247,"target":253},{"source":247,"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="manytomany"
nsURI="http://www.eclipse.org/emf/teneo/samples/emf/annotations/manytomany" nsPrefix="manytomany">
<eClassifiers xsi:type="ecore:EClass" name="Cntr">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Cntr"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="rght" lowerBound="1" upperBound="-1"
eType="#//Rght" resolveProxies="false" eOpposite="#//Rght/cntr">
<eAnnotations source="teneo.jpa">
<details key="appinfo" value="@ManyToMany(fetch=EAGER cascade={MERGE,PERSIST} targetEntity="Rght" indexed="false")
@JoinTable(name="RightCenter")
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="rght"/>
</eAnnotations>
</eStructuralFeatures>
<eStructuralFeatures xsi:type="ecore:EReference" name="lft" lowerBound="1" upperBound="-1"
eType="#//Lft" resolveProxies="false" eOpposite="#//Lft/cntr">
<eAnnotations source="teneo.jpa">
<details key="appinfo" value="
						@ManyToMany(fetch=EAGER cascade={MERGE,PERSIST} targetEntity="Lft")
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="lft"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Lft">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Lft"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cntr" lowerBound="1" upperBound="-1"
eType="#//Cntr" resolveProxies="false" eOpposite="#//Cntr/lft">
<eAnnotations source="teneo.jpa">
<details key="appinfo" value="
					@ManyToMany(fetch=LAZY cascade={MERGE,PERSIST} targetEntity="Cntr" mappedBy="lft")
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="cntr"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Rght">
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="name" value="Rght"/>
<details key="kind" value="elementOnly"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cntr" lowerBound="1" upperBound="-1"
eType="#//Cntr" resolveProxies="false" eOpposite="#//Cntr/rght">
<eAnnotations source="teneo.jpa">
<details key="appinfo" value="
						@ManyToMany(fetch=LAZY cascade={MERGE,PERSIST} targetEntity="Cntr" mappedBy="rght" indexed="false")
						@JoinTable(name="RightCenter")
					"/>
</eAnnotations>
<eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData">
<details key="kind" value="element"/>
<details key="name" value="cntr"/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
| github:ecore:/data/kchobantonov/org.eclipse.emf.teneo/tests/org.eclipse.emf.teneo.samples/src/org/eclipse/emf/teneo/samples/emf/annotations/manytomany/model/manytomany.ecore | ecore | manytomany
Cntr
rght
lft
Lft
cntr
Rght
cntr | null | {"directed":true,"nodes":[{"nsPrefix":"manytomany","nsURI":"http://www.eclipse.org/emf/teneo/samples/emf/annotations/manytomany","name":"manytomany","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cntr","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lft","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rght","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"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":"rght","changeable":true,"resolveProxies":false,"lowerBound":1,"id":4,"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":"lft","changeable":true,"resolveProxies":false,"lowerBound":1,"id":5,"derived":false},{"id":6,"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":"cntr","changeable":true,"resolveProxies":false,"lowerBound":1,"id":7,"derived":false},{"id":8,"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":"cntr","changeable":true,"resolveProxies":false,"lowerBound":1,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"}],"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":4,"target":3},{"source":4,"target":6},{"source":4,"target":1},{"source":4,"target":7},{"source":6,"target":3},{"source":5,"target":2},{"source":5,"target":8},{"source":5,"target":1},{"source":5,"target":9},{"source":8,"target":2},{"source":2,"target":0},{"source":2,"target":9},{"source":9,"target":1},{"source":9,"target":10},{"source":9,"target":2},{"source":9,"target":5},{"source":10,"target":1},{"source":3,"target":0},{"source":3,"target":7},{"source":7,"target":1},{"source":7,"target":11},{"source":7,"target":3},{"source":7,"target":4},{"source":11,"target":1}],"multigraph":true} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.